-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: protobufjs/protobuf.js
base: v6.10.1
head repository: protobufjs/protobuf.js
compare: v6.10.2
- 16 commits
- 16 files changed
- 11 contributors
Commits on Feb 19, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6fc37d9 - Browse repository at this point
Copy the full SHA 6fc37d9View commit details
Commits on Jul 17, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for f9f2c43 - Browse repository at this point
Copy the full SHA f9f2c43View commit details -
Co-authored-by: Alexander Fenster <fenster@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9f33784 - Browse repository at this point
Copy the full SHA 9f33784View commit details
Commits on Jul 31, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0748632 - Browse repository at this point
Copy the full SHA 0748632View commit details
Commits on Aug 1, 2020
-
chore(deps): update dependency tslint to v6 (#1466)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 2ddf3dc - Browse repository at this point
Copy the full SHA 2ddf3dcView commit details
Commits on Aug 7, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9893e35 - Browse repository at this point
Copy the full SHA 9893e35View commit details
Commits on Sep 18, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for d871d97 - Browse repository at this point
Copy the full SHA d871d97View commit details
Commits on Oct 9, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 75172cd - Browse repository at this point
Copy the full SHA 75172cdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7b1efdb - Browse repository at this point
Copy the full SHA 7b1efdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b845b - Browse repository at this point
Copy the full SHA b6b845bView commit details
Commits on Oct 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 80451da - Browse repository at this point
Copy the full SHA 80451daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77a0cd - Browse repository at this point
Copy the full SHA b77a0cdView commit details -
chore(deps): update dependency escodegen to v2
chore(deps): update dependency escodegen to v2
Configuration menu - View commit details
-
Copy full SHA for 4549383 - Browse repository at this point
Copy the full SHA 4549383View commit details
Commits on Oct 11, 2020
-
chore(deps): update dependency browserify to v17 (#1496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for ade223d - Browse repository at this point
Copy the full SHA ade223dView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3d29969 - Browse repository at this point
Copy the full SHA 3d29969View commit details
Commits on Nov 16, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aea41b8 - Browse repository at this point
Copy the full SHA aea41b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.10.1...v6.10.2