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

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    3d29969 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. chore: release 6.10.2 (protobufjs#1454)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    aea41b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. build(deps): bump bl from 1.2.2 to 1.2.3 (protobufjs#1510)

    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>
    dependabot[bot] committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    08855f6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency gulp-sourcemaps to v3 (protobufjs#1508)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Alexander Fenster <fenster@google.com>
    3 people committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e8860ab View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    52d4f00 View commit details
    Browse the repository at this point in the history
  2. fix!: encoding of empty Buffers (protobufjs#1514)

    closes protobufjs#1500
    fixes protobufjs#885
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    vicb and bcoe committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b4cae07 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. feat!: move command line tool to a new package named protobufjs-cli (p…

    …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>
    4 people committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    da34f43 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    7f46dbe View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    95b5681 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. docs: fix pbjs link in README (protobufjs#1578)

    parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
    senthilkumarkj committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    40a6b35 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. feat: add --no-service option for pbjs static target (protobufjs#1577)

    This option skips generation of service clients.
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    mdouglass and alexander-fenster committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d01394a View commit details
    Browse the repository at this point in the history
  2. deps: set @types/node to >= (protobufjs#1575)

    * 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>
    3 people committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    94e9ef0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. feat: proto3 optional support (protobufjs#1584)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    alexander-fenster and bcoe committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    6c4d307 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. fix: fromObject should not initialize oneof members (protobufjs#1597)

    * test: adding test for pbjs static code generation
    
    * fix: fromObject should not initialize oneof members
    alexander-fenster committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    90afe44 View commit details
    Browse the repository at this point in the history
  2. fix: allow for an optional semicolon where there is an optional comma…

    … 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>
    jeffory-orrok and alexander-fenster committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    af1b449 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Fix typo in roots.js (protobufjs#1608)

    accross -> across
    eltociear committed May 3, 2021
    Configuration menu
    Copy the full SHA
    57fc524 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. fix: handling properly fields with leading and trailing comments afte…

    …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>
    3 people committed May 8, 2021
    Configuration menu
    Copy the full SHA
    9011aac View commit details
    Browse the repository at this point in the history
  2. feat: add null-defaults option (protobufjs#1611)

    * feat: add null-defaults option
    
    * fix: linting
    
    Co-authored-by: Alexander Fenster <github@fenster.name>
    Co-authored-by: Alexander Fenster <fenster@google.com>
    3 people committed May 8, 2021
    Configuration menu
    Copy the full SHA
    6e713ba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. fix: support for options with repeated_value: [ "foo", "bar" ] (pro…

    …tobufjs#1574)
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    doochik and alexander-fenster committed May 14, 2021
    Configuration menu
    Copy the full SHA
    f5b893c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. feat: add getTypeUrl method to generated code (protobufjs#1463)

    * Add getTypeUrl method to static-module generated code
    
    * add tests for getTypeUrl method
    taylorcode committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d13d5d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    2170c78 View commit details
    Browse the repository at this point in the history