protobufjs-cli-v1.0.0
版本发布时间: 2022-07-09 01:40:49
protobufjs/protobuf.js最新发布版本:protobufjs-v7.2.5(2023-08-22 08:03:54)
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
- add --no-service option for pbjs static target (#1577) (d01394a)
- add alt-comment CLI option (#1692) (7558ef0)
- add getTypeUrl method to generated code (#1463) (d13d5d5)
- add null-defaults option (#1611) (6e713ba)
- add support for buffer configuration (#1372) (101aa1a)
- allow message.getTypeUrl provide custom typeUrlPrefix (#1762) (8aad1dd)
- move command line tool to a new package named protobufjs-cli (#1234) (da34f43)
- prepare initial publication of cli (#1752) (64811d5)
- proto3 optional support (#1584) (6c4d307)
- update dependencies / general cleanup (#1356) (42f49b4)
Bug Fixes
- deps: patch minimatch vulnerability (#1704) (bac61b8)
- drop support for Node 4, 6, 8, 10 (#1764) (50370dd)
- es6 export enum (#1446) (9f33784)
- fromObject should not initialize oneof members (#1597) (90afe44)
- proper relative path to protobufjs in cli (#1753) (a1d6029)
- typo in pbjs help text (#1552) (7f46dbe)