Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 7.0.0 #2

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

chore: release 7.0.0 #2

wants to merge 21 commits into from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release *beep* *boop*

7.0.0 (2022-02-28)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • allow for an optional semicolon where there is an optional comma in parseOptionValue (#1571) (af1b449)
  • encoding of empty Buffers (#1514) (b4cae07), closes #1500 #885
  • fromObject should not initialize oneof members (#1597) (90afe44)
  • handling properly fields with leading and trailing comments after field with trailing comment (#1593) (9011aac)
  • support for options with repeated_value: [ "foo", "bar" ] (#1574) (f5b893c)
  • typo in pbjs help text (#1552) (7f46dbe)

This PR was generated with Release Please. See documentation.

alexander-fenster and others added 21 commits November 13, 2020 15:51
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](rvagg/bl@v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
closes protobufjs#1500
fixes protobufjs#885

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
…rotobufjs#1234)

* Get protobufjs-cli to a publishable state

* Fix eslint issues

* Fix pbts path

* Install cli package deps on CI 'build' job

* fix: get rid of require-protobufjs.js

* fix: lint

* fix: versions

* chore(deps): update package-lock.json

Co-authored-by: Stacey Sern <stacey@dropbox.com>
Co-authored-by: Gabriel Cangussu <gabrielcangussu@gmail.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
This option skips generation of service clients.

Co-authored-by: Alexander Fenster <fenster@google.com>
* deps: set @types/node to star version

When using `protobuf.js` as a dependency in a project it is important
that `@types/node` package gets de-duped and has the same version as for
the rest of the modules in the project. Otherwise, typing conflicts
could happen as they do between v13 and v14 node types.

* fix: use @types/node >=13.7.0

* fix: use @types/node >=13.7.0

Co-authored-by: Alexander Fenster <fenster@google.com>
Co-authored-by: Alexander Fenster <github@fenster.name>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
* test: adding test for pbjs static code generation

* fix: fromObject should not initialize oneof members
… in parseOptionValue (protobufjs#1571)

* allow for an optional semicolon where there is an optional comma in parseOptionValue

* set allowShortCircuit to true to prevent no-unused-expressions error

* add test for semicolon

Co-authored-by: Alexander Fenster <fenster@google.com>
…r field with trailing comment (protobufjs#1593)

Co-authored-by: Iaroslav Kolbin <y.kolbin@team.bumble.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
* feat: add null-defaults option

* fix: linting

Co-authored-by: Alexander Fenster <github@fenster.name>
Co-authored-by: Alexander Fenster <fenster@google.com>
…tobufjs#1574)

Co-authored-by: Alexander Fenster <fenster@google.com>
* Add getTypeUrl method to static-module generated code

* add tests for getTypeUrl method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet