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 v6.11.0 #1600

Closed
wants to merge 10 commits into from
Closed

chore: release v6.11.0 #1600

wants to merge 10 commits into from

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    0f88cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d48c59 View commit details
    Browse the repository at this point in the history
  3. fix: rebuild

    alexander-fenster committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    c39195c 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 (#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
    e87b9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703d0f6 View commit details
    Browse the repository at this point in the history
  3. chore: rebuild

    alexander-fenster committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    9201173 View commit details
    Browse the repository at this point in the history
  4. feat: add --no-service option for pbjs static target (#1577)

    This option skips generation of service clients.
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    mdouglass and alexander-fenster committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b37b296 View commit details
    Browse the repository at this point in the history
  5. deps: set @types/node to >= (#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 29, 2021
    Configuration menu
    Copy the full SHA
    2de8d50 View commit details
    Browse the repository at this point in the history
  6. chore: rebuild

    alexander-fenster committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    18fb310 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49b19fb View commit details
    Browse the repository at this point in the history