0.3.2 (2019-12-13)
- always transform enum values to camel case (f52144a)
0.3.1 (2019-12-13)
- add basic generation of well-known types (ca148dd)
0.3.0 (2019-12-05)
- treat proto2 group as message type (ffe8410)
- add possibility to cast from and to snapshot (c1a75dd)
- the object that is provided as message constructor argument is always cloned; the message is always initialized with proto default values
0.2.3 (2019-11-25)
- add oneOf support (11024e3)
0.2.2 (2019-11-20)
- do not transform the RPC path to camelcase, fix #1 (4cc306d)
- use strict Uint8Array for bytes (c526e0a)
0.2.1 (2019-11-20)
- properly generate reader for repeated submessage (5b35068)
0.2.0 (2019-11-19)
- add support of import & public import (4d8329b)