protobuf v6.2.0 Release Notes

  • ๐Ÿ›  Fixed

    ๐Ÿ‘€ :hash: Fixed reserved names re, also ensure valid service method names, see #559 :hash: Fix d.ts whitespace on empty lines, added tsd-jsdoc LICENSE 0๏ธโƒฃ :hash: Fix asJSON defaults option, make it work for repeated fields. ๐Ÿ›  :hash: Inlined any Reader/Writer#tag calls, also fixes #556 ๐Ÿ— :hash: Fix building default dist files with explicit runtime=false :hash: Apply asJSON recursively ๐Ÿ— :hash: Ensure working reflection class names with minified builds ๐Ÿ‘€ :hash: Lazily resolve (some) cyclic dependencies, see #560

    ๐Ÿ†• New

    ๐Ÿ‘€ :hash: Added protobuf.roots to minimal runtime, see #554 ๐Ÿ‘€ :hash: Repo now includes a restructured version of tsd-jsdoc with our changes incorporated for issues/prs, see #550

    CLI

    โšก๏ธ :hash: Updated pbjs arguments ๐Ÿ‘€ :hash: Pipe tsd-jsdoc output (requires dcodeIO/tsd-jsdoc/master) and respect cwd, see #550 :hash: tsd-jsdoc progress

    ๐Ÿ“„ Docs

    :hash: README

    Other

    :hash: Added GH issue template :hash: Path micromodule, dependencies โœ… :hash: Test case for #556 :hash: Raw alloc benchmark :hash: Other minor optimizations