Skip to content

v11.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 00:00
· 1589 commits to master since this release
7cbde4f

11.12.0 (2023-12-07)

Bug Fixes

  • json-type: 🐛 make "map" JSON codegen work (eaacabd)

Features

  • json-crdt: 🎸 add "map" schema type (e8421d6)
  • json-type: 🎸 add support for CBOR and MessagePack "map" type codegen encoders (24917cc)
  • json-type: 🎸 emit "map" type validation codegen (082e4b8)
  • json-type: 🎸 implement .random() for "map" type (a3564fe)
  • json-type: 🎸 implement "map" type capacity estimator codegen (23d97ef)
  • json-type: 🎸 implement codegen for JSON encoding in "map" type (ac9256d)
  • json-type: 🎸 progress towards JSON codegen (846a55c)
  • json-type: 🎸 start "map" type implementation (6a1bc50)
  • json-type: 🎸 support export to TypeScript from "map" type (e913ba3)

Performance Improvements

  • json-type: ⚡️ precompile "map" inner capacity estimator codegen (f9faf32)