Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: protobufjs/protobuf.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.10.1
Choose a base ref
...
head repository: protobufjs/protobuf.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.10.2
Choose a head ref
  • 16 commits
  • 16 files changed
  • 11 contributors

Commits on Feb 19, 2020

  1. Update readme.md => fix the json example

    The json example was not equivalent to the .proto file. The message type should be nested in a namespace.
    fabien-h authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    6fc37d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. build(deps): bump lodash from 4.17.15 to 4.17.19 (#1450)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f9f2c43 View commit details
    Browse the repository at this point in the history
  2. fix: es6 export enum (#1446)

    Co-authored-by: Alexander Fenster <fenster@google.com>
    sapphi-red and alexander-fenster authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    9f33784 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. build(deps): bump elliptic from 6.5.2 to 6.5.3 (#1462)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.2...v6.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0748632 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. chore(deps): update dependency tslint to v6 (#1466)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    2ddf3dc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. docs: fix homepage 404 in npm package (#1458)

    Based on this comment I think this is the correct URL.
    #1210 (comment)
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    chdsbd and alexander-fenster authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9893e35 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. test: rebuild tests for current runtime (#1476)

    * Rebuild gentest sources
    
    * Incorporate gentests into make
    
    Also reorder tasks so type linting is done against newly generated code vs. old.
    
    * fix: add newline to package.json
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    Co-authored-by: Alexander Fenster <github@fenster.name>
    3 people authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    d871d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. fix: utf8 -> utf16 decoding bug on surrogate pairs (#1486)

    * fix utf8 -> utf16 decoding bug on surrogate pairs
    
    This fixes #1473
    
    The custom utf8 -> utf16 decoder appears to be subtly flawed. From my reading it appears the chunking mechanism doesn't account for surrogate pairs at the end of a chunk causing variable size chunks. A larger chunk followed by a smaller chunk leaves behind garbage that'll be included in the latter chunk.
    
    It looks like the chunking mechanism was added to prevent stack overflows when calling `formCharCode` with too many args. From some benchmarking it appears putting utf16 code units in an array and spreading that into `fromCharCode` wasn't helping performance much anyway. I simplified it significantly.
    
    Here's a repro of the existing encoding bug in a fuzzing suite
    https://repl.it/@turbio/oh-no-our-strings#decoder.js
    
    * fix lint
    
    * add test case for surrogate pair bug
    
    Co-authored-by: Alexander Fenster <fenster@google.com>
    turbio and alexander-fenster authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    75172cd View commit details
    Browse the repository at this point in the history
  2. Update readme.md => fix the json example (#1360)

    The json example was not equivalent to the .proto file. The message type should be nested in a namespace.
    alexander-fenster authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7b1efdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6b845b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. docs: fix JSON formatting

    docs: fix JSON formatting
    alexander-fenster authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    80451da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77a0cd View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency escodegen to v2

    chore(deps): update dependency escodegen to v2
    alexander-fenster authored Oct 10, 2020
    Configuration menu
    Copy the full SHA
    4549383 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. chore(deps): update dependency browserify to v17 (#1496)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ade223d View commit details
    Browse the repository at this point in the history

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 (#1454)

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