Skip to content

Commit 0337666

Browse files
chore: release 7.0.0
1 parent 2ae0575 commit 0337666

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [7.0.0](https://www.github.com/dsp-testing/protobuf.js/compare/v6.10.2...v7.0.0) (2021-06-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move command line tool to a new package named protobufjs-cli (#1234)
9+
* encoding of empty Buffers (#1514)
10+
11+
### Features
12+
13+
* add --no-service option for pbjs static target ([#1577](https://www.github.com/dsp-testing/protobuf.js/issues/1577)) ([d01394a](https://www.github.com/dsp-testing/protobuf.js/commit/d01394a1463062824c066b653aad53c449752202))
14+
* add getTypeUrl method to generated code ([#1463](https://www.github.com/dsp-testing/protobuf.js/issues/1463)) ([d13d5d5](https://www.github.com/dsp-testing/protobuf.js/commit/d13d5d5688052e366aa2e9169f50dfca376b32cf))
15+
* add null-defaults option ([#1611](https://www.github.com/dsp-testing/protobuf.js/issues/1611)) ([6e713ba](https://www.github.com/dsp-testing/protobuf.js/commit/6e713baf54bd987ae52cbf92a4f2742c70201dc0))
16+
* move command line tool to a new package named protobufjs-cli ([#1234](https://www.github.com/dsp-testing/protobuf.js/issues/1234)) ([da34f43](https://www.github.com/dsp-testing/protobuf.js/commit/da34f43ccd51ad97017e139f137521782f5ef119))
17+
* proto3 optional support ([#1584](https://www.github.com/dsp-testing/protobuf.js/issues/1584)) ([6c4d307](https://www.github.com/dsp-testing/protobuf.js/commit/6c4d30716a9a756dcdc21d64f9c9d069315fc5b1))
18+
19+
20+
### Bug Fixes
21+
22+
* allow for an optional semicolon where there is an optional comma in parseOptionValue ([#1571](https://www.github.com/dsp-testing/protobuf.js/issues/1571)) ([af1b449](https://www.github.com/dsp-testing/protobuf.js/commit/af1b449602b360091e191a58abde2f246d8b0f1d))
23+
* encoding of empty Buffers ([#1514](https://www.github.com/dsp-testing/protobuf.js/issues/1514)) ([b4cae07](https://www.github.com/dsp-testing/protobuf.js/commit/b4cae07440387399e097058e15e50608a0e764fd)), closes [#1500](https://www.github.com/dsp-testing/protobuf.js/issues/1500) [#885](https://www.github.com/dsp-testing/protobuf.js/issues/885)
24+
* fromObject should not initialize oneof members ([#1597](https://www.github.com/dsp-testing/protobuf.js/issues/1597)) ([90afe44](https://www.github.com/dsp-testing/protobuf.js/commit/90afe4412de8070b0c0681e5905a6e0213072a85))
25+
* handling properly fields with leading and trailing comments after field with trailing comment ([#1593](https://www.github.com/dsp-testing/protobuf.js/issues/1593)) ([9011aac](https://www.github.com/dsp-testing/protobuf.js/commit/9011aac161e1bf8eaa3cbf0f17e8f321b6e0d9c4))
26+
* support for options with `repeated_value: [ "foo", "bar" ]` ([#1574](https://www.github.com/dsp-testing/protobuf.js/issues/1574)) ([f5b893c](https://www.github.com/dsp-testing/protobuf.js/commit/f5b893c03e9694bbe7da7c4001cc74b06039eb9c))
27+
* typo in pbjs help text ([#1552](https://www.github.com/dsp-testing/protobuf.js/issues/1552)) ([7f46dbe](https://www.github.com/dsp-testing/protobuf.js/commit/7f46dbeb538a6277035a896e1ab5e1a070e28681))
28+
329
### [6.10.2](https://www.github.com/protobufjs/protobuf.js/compare/v6.10.1...v6.10.2) (2020-11-13)
430

531

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "6.10.2",
3+
"version": "7.0.0",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",

0 commit comments

Comments
 (0)