8000 Tags · ykolbin/protobuf.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ykolbin/protobuf.js

Tags

v6.10.2

Toggle v6.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 6.10.2 (protobufjs#1454)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

v6.10.1

Toggle v6.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 6.10.1 (protobufjs#1448)

* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated package-lock.json [ci skip]

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

v6.10.1-beta.0

Toggle v6.10.1-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: regenerate dist (protobufjs#1449)

v6.10.0

Toggle v6.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 6.10.0 (protobufjs#1424)

* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated package-lock.json [ci skip]

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>

v6.10.0-beta.2

Toggle v6.10.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: rebuild bundle (protobufjs#1442)

v6.10.0-beta.1

Toggle v6.10.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handling of map entries with omitted key or value (protobufjs#1348)

According to [1], map encoding must be compatible with a repeated message
using indices 1 and 2 for key and value. In particular this implies that
both key and value may be omitted when they are equal to the default
value - which some protobuf implementations like protobuf-c actually do.

The comments in the added testcase are based on the output of
protobuf-inspector [2].

[1] https://developers.google.com/protocol-buffers/docs/proto3#backwards-compatibility
[2] https://github.com/jmendeth/protobuf-inspector

Based-on-patch-by: Shrimpz <Shrimpz@qq.com>

Co-authored-by: Alexander Fenster <fenster@google.com>

v6.10.0-beta.0

Toggle v6.10.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: properly parse empty messages in options (protobufjs#1429)

* Properly parse empty messages in options

* Add missing semicolon in test

v6.9.0

Toggle v6.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 6.9.0 (protobufjs#1374)

v6.9.0-beta.0

Toggle v6.9.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: configure for publication (protobufjs#1392)

6.8.8

Toggle 6.8.8's commit message
Update changelog for 6.8.8

0