CHANGELOG.md 7.6 KB

Changelog

2.0.2 (2024-05-22)

Bug Fixes

  • Properly convert repeated int64 and maps of int64 (#96) (1ec05fb)

2.0.1 (2024-01-16)

Bug Fixes

  • deps: Update dependency google-proto-files to v4 (#82) (72623e0)
  • deps: Update protobufjs to 7.2.5 (a0f5c83)

2.0.0 (2023-08-07)

⚠ BREAKING CHANGES

  • require Node 14 (#72)

Miscellaneous Chores

1.1.1 (2023-04-25)

Bug Fixes

  • Repeated field can be null in JSON (#66) (f81d3ab)

1.1.0 (2022-08-26)

Features

  • option to serialize enum values as numbers (#60) (456b771)

Bug Fixes

1.0.3 (2022-07-10)

Bug Fixes

  • deps: update dependency protobufjs to v7 (#56) (038fea5)

1.0.2 (2022-06-15)

Bug Fixes

  • deps: update dependency google-proto-files to v3 (#53) (40fd527)

1.0.1 (2022-06-03)

Bug Fixes

  • deps: bump protobuf.js to ^6.11.3 (#46) (af8a14a)

1.0.0 (2022-05-12)

⚠ BREAKING CHANGES

  • make Node 12 minimum language version (#38)

Features

  • make Node 12 minimum language version (#38) (658d29e)

0.1.9 (2022-05-11)

Bug Fixes

0.1.8 (2022-01-21)

Bug Fixes

0.1.7 (2022-01-14)

Bug Fixes

  • keep nano second precision when maps between JSON and proto3 (#28) (eaa01ce)

0.1.6 (2021-11-15)

Bug Fixes

  • deps: protobufjs is a dependency for the types (#23) (06470c1)

0.1.5 (2021-10-26)

Bug Fixes

  • JSON accept special string for NaN, Infinity (#19) (01a345b)

0.1.4 (2021-09-20)

Bug Fixes

0.1.3 (2021-08-18)

Bug Fixes

  • do not fail for unknown enum values (#11) (ff9f0f1)

0.1.2 (2021-08-17)

Bug Fixes

  • use imported protobufjs in toproto3json.ts (#9) (f6c86c7)

0.1.1 (2021-08-04)

Bug Fixes

  • accept and return strings for int64 and uint64 (#7) (35689ec)

0.1.0 (2021-08-03)

⚠ BREAKING CHANGES

  • proto3 JSON serializer and deserializer (#2)

Features

  • proto3 JSON serializer and deserializer (#2) (96255a7)