Skip to content

protobuf.js 6.0.0

Compare
Choose a tag to compare
@dcodeIO dcodeIO released this 28 Nov 17:10
· 864 commits to master since this release
  • New API with a flat module structure
  • Lightning fast through code generation
  • Exhaustive browser support
  • No more null values
  • Default values on prototypes (i.e. checking if present on the wire through .hasOwnProperty)
  • Browserify build process
  • Friendly to code generation and custom classes
  • Better docs that actually work
  • Absolutely no required dependencies
  • CLI sets up itself when invoked for the first time
  • Generated TypeScript definitions through tsd-jsdoc

PRs welcome!