Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 5.79 KB

File metadata and controls

71 lines (44 loc) · 5.79 KB

Changelog

5.0.0-alpha.21.2 (2025-12-18)

Features

  • add typed array support to Json serialization (#182) (ef67b4b)

5.0.0-alpha.21.1 (2025-12-18)

Features

  • Add Json static class with Fable-aware serialization (#175) (1eb5005)

Bug Fixes

  • correct manifest to last released version (bb9cb88)
  • remove versioning strategy from release-please config (ce84cae)
  • update release-please to use prerelease versioning (7c219e8)

5.0.0-alpha.21.0 (2025-12-16)

Features

Bug Fixes

  • add missing models.py for pydantic example and update README (#168) (b76ce98)
  • handle return type correctly (a634168)
  • relax FSharp.Core dependency to >= 5.0.0 (#163) (10eb65b)
  • update pyproject toml details (#62) (b511351)
  • use plain int/string types for open (b202a25)
  • use string types for open (f211f8b)

Miscellaneous Chores

  • sync with Fable 5.0.0-alpha.21 (fd2685c)

5.0.0-alpha.20.2 (2025-12-09)

Features

  • add Python stdlib bindings for logging, random, and expand string module (#166) (709d6c2)

5.0.0-alpha.20.1 (2025-12-08)

Bug Fixes

  • relax FSharp.Core dependency to >= 5.0.0 (#163) (10eb65b)

5.0.0-alpha.20 (2025-12-08)

Features

Bug Fixes

  • handle return type correctly (a634168)
  • update pyproject toml details (#62) (b511351)
  • use plain int/string types for open (b202a25)
  • use string types for open (f211f8b)