Skip to content

Thoth.Json.Newtonsoft

0.4.0 - 2026-04-23

๐Ÿš€ Features

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

๐Ÿž Bug Fixes

  • Update Python target for Fable v5 compatibility (#228) (d04a893)

View changes on Github

0.3.3 - 2025-10-17

๐Ÿž Bug Fixes

  • Remove Fable.Core dependency (a6616e9)

View changes on Github

0.3.2 - 2025-01-20

๐Ÿž Bug Fixes

  • Don't include Fable.Package.SDK in the published dependencies (88ce8f39)

View changes on Github

0.3.1 - 2025-01-20

๐Ÿž Bug Fixes

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

View changes on Github

0.3.0 - 2024-11-23

๐Ÿš€ Features

  • Upgrade FSharp.Core to 5.0.2 (21d1185)

View changes on Github

0.2.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)

Added

  • Decode.unsafeFromString
  • Decode.fromValue

0.1.0 - 2023-12-12

Added

  • Initial release