Files
2021-12-29 01:57:42 -08:00

2.6 KiB

Changelog

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)