Skip to content

Latest commit

 

History

History
59 lines (26 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

59 lines (26 loc) · 2.23 KB

0.3.2 (2019-12-13)

Bug Fixes

  • always transform enum values to camel case (f52144a)

0.3.1 (2019-12-13)

Features

  • add basic generation of well-known types (ca148dd)

0.3.0 (2019-12-05)

Bug Fixes

  • treat proto2 group as message type (ffe8410)

Features

  • add possibility to cast from and to snapshot (c1a75dd)

BREAKING CHANGES

  • 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)

Features

0.2.2 (2019-11-20)

Bug Fixes

  • do not transform the RPC path to camelcase, fix #1 (4cc306d)
  • use strict Uint8Array for bytes (c526e0a)

0.2.1 (2019-11-20)

Bug Fixes

  • properly generate reader for repeated submessage (5b35068)

0.2.0 (2019-11-19)

Features

  • add support of import & public import (4d8329b)