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

feat: support parsing of complex options #1744

Merged
merged 28 commits into from Jul 7, 2022

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 (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
    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 (protobufjs#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 >= (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 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
  8. fix: parse.js "parent.add(oneof)“ error (protobufjs#1602)

    Co-authored-by: xiaoweili <xiaoweili@tencent.com>
    leon776 and xiaoweili committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ecd6a48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2ccda1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    da9fdd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d127871 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. build: configure backports

    bcoe committed May 20, 2022
    Configuration menu
    Copy the full SHA
    37285d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7afd0a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f1391 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    a8681ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2c6a5c View commit details
    Browse the repository at this point in the history
  6. build: publish to main

    bcoe committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c2c17ae View commit details
    Browse the repository at this point in the history
  7. chore(6.x): release 6.11.3 (protobufjs#1737)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed May 20, 2022
    Configuration menu
    Copy the full SHA
    b130dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    26d0135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef4203 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Fix lint issues

    NikhilVerma committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    7186394 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    20cab5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a993d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    108fa38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bda81ee View commit details
    Browse the repository at this point in the history