diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md new file mode 100644 index 000000000..f966ea1ee --- /dev/null +++ b/cli/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 1.0.0 (2021-05-21) + + +### ⚠ BREAKING CHANGES + +* move command line tool to a new package named protobufjs-cli (#1234) + +### Features + +* add --no-service option for pbjs static target ([#1577](https://www.github.com/protobufjs/protobuf.js/issues/1577)) ([d01394a](https://www.github.com/protobufjs/protobuf.js/commit/d01394a1463062824c066b653aad53c449752202)) +* add getTypeUrl method to generated code ([#1463](https://www.github.com/protobufjs/protobuf.js/issues/1463)) ([d13d5d5](https://www.github.com/protobufjs/protobuf.js/commit/d13d5d5688052e366aa2e9169f50dfca376b32cf)) +* add null-defaults option ([#1611](https://www.github.com/protobufjs/protobuf.js/issues/1611)) ([6e713ba](https://www.github.com/protobufjs/protobuf.js/commit/6e713baf54bd987ae52cbf92a4f2742c70201dc0)) +* move command line tool to a new package named protobufjs-cli ([#1234](https://www.github.com/protobufjs/protobuf.js/issues/1234)) ([da34f43](https://www.github.com/protobufjs/protobuf.js/commit/da34f43ccd51ad97017e139f137521782f5ef119)) +* proto3 optional support ([#1584](https://www.github.com/protobufjs/protobuf.js/issues/1584)) ([6c4d307](https://www.github.com/protobufjs/protobuf.js/commit/6c4d30716a9a756dcdc21d64f9c9d069315fc5b1)) +* update dependencies / general cleanup ([#1356](https://www.github.com/protobufjs/protobuf.js/issues/1356)) ([42f49b4](https://www.github.com/protobufjs/protobuf.js/commit/42f49b43f692c24c2bc1ae081b4d1ad9fa173cd7)) + + +### Bug Fixes + +* es6 export enum ([#1446](https://www.github.com/protobufjs/protobuf.js/issues/1446)) ([9f33784](https://www.github.com/protobufjs/protobuf.js/commit/9f33784350b1efc2e774bbfc087cbd2c47828748)) +* fromObject should not initialize oneof members ([#1597](https://www.github.com/protobufjs/protobuf.js/issues/1597)) ([90afe44](https://www.github.com/protobufjs/protobuf.js/commit/90afe4412de8070b0c0681e5905a6e0213072a85)) +* Import Long types ([8a85863](https://www.github.com/protobufjs/protobuf.js/commit/8a858634f3add3a2d8567f72699b907e9f543eca)) +* typo in pbjs help text ([#1552](https://www.github.com/protobufjs/protobuf.js/issues/1552)) ([7f46dbe](https://www.github.com/protobufjs/protobuf.js/commit/7f46dbeb538a6277035a896e1ab5e1a070e28681))