Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 6.18 KB

Changelog

1.1.4 (2024-08-22)

Bug Fixes

1.1.3 (2024-08-16)

Bug Fixes

  • handle nullability for optional fields (59569c1)

1.1.2 (2023-08-21)

Bug Fixes

  • possible infinite loop when parsing option (#1923) (f2a8620)

1.1.1 (2023-02-02)

Bug Fixes

  • cli: fix relative path to Google pb files (#1859) (e42eea4)

1.1.0 (2023-01-24)

Features

  • cli: generate static files at the granularity of proto messages (#1840) (32f2d6a)

1.0.2 (2022-09-09)

Bug Fixes

1.0.1 (2022-08-26)

Bug Fixes

1.0.0 (2022-07-08)

⚠ BREAKING CHANGES

  • drop support for Node 4, 6, 8, 10 (#1764)
  • move command line tool to a new package named protobufjs-cli (#1234)

Features

Bug Fixes