forked from protobufjs/protobuf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7558ef0
commit c1ab761
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## [7.0.0](https://github.com/Mu-L/protobuf.js/compare/v6.10.2...v7.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](https://github.com/Mu-L/protobuf.js/issues/1577)) ([d01394a](https://github.com/Mu-L/protobuf.js/commit/d01394a1463062824c066b653aad53c449752202)) | ||
* add alt-comment CLI option ([#1692](https://github.com/Mu-L/protobuf.js/issues/1692)) ([7558ef0](https://github.com/Mu-L/protobuf.js/commit/7558ef0f93177978272f68f1710144a26b63e525)) | ||
* add getTypeUrl method to generated code ([#1463](https://github.com/Mu-L/protobuf.js/issues/1463)) ([d13d5d5](https://github.com/Mu-L/protobuf.js/commit/d13d5d5688052e366aa2e9169f50dfca376b32cf)) | ||
* add null-defaults option ([#1611](https://github.com/Mu-L/protobuf.js/issues/1611)) ([6e713ba](https://github.com/Mu-L/protobuf.js/commit/6e713baf54bd987ae52cbf92a4f2742c70201dc0)) | ||
* add support for buffer configuration ([#1372](https://github.com/Mu-L/protobuf.js/issues/1372)) ([101aa1a](https://github.com/Mu-L/protobuf.js/commit/101aa1a4f148516fdc83a74f54a229f06e24a5de)) | ||
* allow message.getTypeUrl provide custom typeUrlPrefix ([#1762](https://github.com/Mu-L/protobuf.js/issues/1762)) ([8aad1dd](https://github.com/Mu-L/protobuf.js/commit/8aad1dd994b1fc1f23bd71adf3a81b7a5616b210)) | ||
* move command line tool to a new package named protobufjs-cli ([#1234](https://github.com/Mu-L/protobuf.js/issues/1234)) ([da34f43](https://github.com/Mu-L/protobuf.js/commit/da34f43ccd51ad97017e139f137521782f5ef119)) | ||
* prepare initial publication of cli ([#1752](https://github.com/Mu-L/protobuf.js/issues/1752)) ([64811d5](https://github.com/Mu-L/protobuf.js/commit/64811d5878c31e4a86a39da5fec6aea35da22fcd)) | ||
* proto3 optional support ([#1584](https://github.com/Mu-L/protobuf.js/issues/1584)) ([6c4d307](https://github.com/Mu-L/protobuf.js/commit/6c4d30716a9a756dcdc21d64f9c9d069315fc5b1)) | ||
* update dependencies / general cleanup ([#1356](https://github.com/Mu-L/protobuf.js/issues/1356)) ([42f49b4](https://github.com/Mu-L/protobuf.js/commit/42f49b43f692c24c2bc1ae081b4d1ad9fa173cd7)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** patch minimatch vulnerability ([#1704](https://github.com/Mu-L/protobuf.js/issues/1704)) ([bac61b8](https://github.com/Mu-L/protobuf.js/commit/bac61b8c2757804bbb9c5fa0f8bc6a7bcf0bb374)) | ||
* drop support for Node 4, 6, 8, 10 ([#1764](https://github.com/Mu-L/protobuf.js/issues/1764)) ([50370dd](https://github.com/Mu-L/protobuf.js/commit/50370dd7747a0986e83ddbe51c54b97033af5ead)) | ||
* es6 export enum ([#1446](https://github.com/Mu-L/protobuf.js/issues/1446)) ([9f33784](https://github.com/Mu-L/protobuf.js/commit/9f33784350b1efc2e774bbfc087cbd2c47828748)) | ||
* fromObject should not initialize oneof members ([#1597](https://github.com/Mu-L/protobuf.js/issues/1597)) ([90afe44](https://github.com/Mu-L/protobuf.js/commit/90afe4412de8070b0c0681e5905a6e0213072a85)) | ||
* Import Long types ([1d98cb8](https://github.com/Mu-L/protobuf.js/commit/1d98cb86fcbc69bd54fb3d3254b348da6ac0a96b)) | ||
* Import Long types ([8a85863](https://github.com/Mu-L/protobuf.js/commit/8a858634f3add3a2d8567f72699b907e9f543eca)) | ||
* proper relative path to protobufjs in cli ([#1753](https://github.com/Mu-L/protobuf.js/issues/1753)) ([a1d6029](https://github.com/Mu-L/protobuf.js/commit/a1d60292ecb22fcf89c493c562ae07ab10ef49c9)) | ||
* typo in pbjs help text ([#1552](https://github.com/Mu-L/protobuf.js/issues/1552)) ([7f46dbe](https://github.com/Mu-L/protobuf.js/commit/7f46dbeb538a6277035a896e1ab5e1a070e28681)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "protobufjs-cli", | ||
"description": "Translates between file formats and generates static code as well as TypeScript definitions.", | ||
"version": "0.1.0", | ||
"version": "7.0.0", | ||
"author": "Daniel Wirtz <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|