This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Releases: google/streamy-dart
Releases · google/streamy-dart
v0.2.1
- Code generator refactor:
- Break up the emitter into main emitter and pluggable marshaller emitters (currently one for Google Discovery-based JSON, and one for tagged Protocol Buffers)
- Optimize generated JSON marshaller by removing marshaller methods, and only leaving unmarshaller methods. The marshaller methods were not necessary as marshalling JSON can be performed by the same common function jsonMarshal
- Support for sub-resources, contributed by @dgresham
v0.2.0
Streamy v0.0.7
This is the first release we've ever made, so there's no change log. It simply includes everything there is in Streamy.