Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Releases: google/streamy-dart

v0.2.1

25 Sep 21:45
Compare
Choose a tag to compare
  • 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

23 Sep 20:00
Compare
Choose a tag to compare

Includes:

  • YAML-based configuration
  • Transformers
  • Mixologist
  • New entity type hierarchy
  • Marshallers

Streamy v0.0.7

30 Dec 20:48
Compare
Choose a tag to compare
Streamy v0.0.7 Pre-release
Pre-release

This is the first release we've ever made, so there's no change log. It simply includes everything there is in Streamy.