Skip to content

Releases: protobufjs/protobuf.js

protobuf.js 6.0.0

28 Nov 17:10
Compare
Choose a tag to compare
  • 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!

3.0.0 using ByteBuffer 3

08 Jul 15:21
Compare
Choose a tag to compare
ProtoBuf.js 3 release

2.2.1 - last 2.x

04 Jun 12:34
Compare
Choose a tag to compare
Versioning, tag, npm

2.0.5

20 Feb 20:46
Compare
Choose a tag to compare
Properly resolve extend references, fixes #103

1.5.2 - last 1.x

18 Nov 17:03
Compare
Choose a tag to compare
Add BB2 string encoding (hex, update base64)