Skip to content

Thoth.Json.Python

0.6.0 - 2026-04-23

๐Ÿš€ Features

  • Add support for Auto API for Thoth.Json.Core (#232) (a5bda97)

๐Ÿž Bug Fixes

  • Remove Fable.Core dependency (a6616e9)
  • Update Python target for Fable v5 compatibility (#228) (d04a893)

View changes on Github

0.5.1 - 2025-01-20

๐Ÿž Bug Fixes

  • Don't include Fable.Package.SDK in the published dependencies (8166b758)

View changes on Github

0.5.0 - 2024-11-23

๐Ÿš€ Features

  • Upgrade FSharp.Core to 5.0.2 (21d1185)

View changes on Github

0.4.0 - 2024-09-19

Fixed

  • Package correctly the fable folder

0.3.0 - 2024-06-15

Changed

  • Rework encoder API to not need a custom DU (GH-188)
  • Rework object encoder helper to support JSON backends not allowing mutating a JSON object

Fixed

  • Encoding negative integers should keep their sign (GH-187)
  • Emit non ascii characters as is when encoding to JSON (JSON specs advice to use utf-8 string and not limit to ascii) (align non compacted JSON behaviour with compacted JSON)

Added

  • Decode.fromValue

0.2.0 - 2024-04-03

Added

  • Decode.unsafeFromString

Fixed

  • Emit non ascii characters as is when encoding to JSON (JSON specs advice to use utf-8 string and not limit to ascii)

0.1.0 - 2023-12-12

Added

  • Initial release