Skip to content

Releases: jsonjoy-com/json-pack

v1.11.0

15 Aug 13:08

Choose a tag to compare

1.11.0 (2025-08-15)

Features

  • 🎸 add readAny() to decoder interface (c67c276)

v1.10.1

14 Aug 16:40

Choose a tag to compare

1.10.1 (2025-08-14)

Bug Fixes

  • use specific import paths for pack values (2530816)

v1.10.0

08 Aug 23:13
71f50f1

Choose a tag to compare

1.10.0 (2025-08-08)

Bug Fixes

Features

  • fix JsonDecoder to handle e+ scientific notation and add large float tests (008bfd6)
  • initial analysis of JsonDecoder hardening issue (a905e28)

v1.9.1

08 Aug 17:42
1c28fed

Choose a tag to compare

1.9.1 (2025-08-08)

Bug Fixes

  • correct typo in JsonDecoder readNum method for 24-character numbers (639f518)

v1.9.0

07 Aug 16:17

Choose a tag to compare

1.9.0 (2025-08-07)

Features

  • 🎸 update dependencies (b38580c)

v1.8.0

02 Aug 23:31
976998f

Choose a tag to compare

1.8.0 (2025-08-02)

Features

  • implement Apache Avro decoders with comprehensive tests (d606e92)

v1.7.0

01 Aug 22:10
585b4b7

Choose a tag to compare

1.7.0 (2025-08-01)

Bug Fixes

  • replace module by upstream dependency (585b4b7)

Features

  • initial plan to replace local json-pointer with @jsonjoy.com/json-pointer package (72d6954)
  • replace local json-pointer with @jsonjoy.com/json-pointer package (36d892b)

v1.6.0

01 Aug 21:48
9254afe

Choose a tag to compare

1.6.0 (2025-08-01)

Features

  • implement Apache Avro encoder with schema validation and tests (6791eb6)

Performance Improvements

  • optimize Avro encoder for better performance (d6842c4)

v1.5.0

01 Aug 13:56
1a42e8b

Choose a tag to compare

1.5.0 (2025-08-01)

Features

  • add Apache Avro schema interfaces (1a42e8b)
  • add copilot instructions and remove functions from types file (a431b5d)

v1.4.0

26 Jul 11:40
77b5acf

Choose a tag to compare

1.4.0 (2025-07-26)

Features

  • add initial implementation of EJSON v2 (e360170)