- Converters are first class codegen citizens now (includes a default toJSON implementation)
- Encodes everything explicitly set on the wire for compatibility with official (c++/java) libraries
- Added protoc-gen-doc-like .proto documentation support that translates to generated static code
- Lots of improvements to generated static code style
- Various fixes and improvements
Breaking:
- asJSON is now toObject
- Removed now unused utility: arrayNe, longNe
All details: CHANGELOG