Skip to content

Releases: timostamm/protobuf-ts

Compatibility with react

11 Sep 21:51
0689632
Compare
Choose a tag to compare

Previous releases were using const enums. They are incompatible with the compiler option "isolatedModules" used by react.

This release:

  • changes all const enum declarations to plain enum

  • updates generated reflection information to numerical literal with a comment to keep code size small

  • activates compiler option "isolatedModules" for the "test-generated" package to cover regressions

Thanks to @pedelman for bringing this issue up!

Bugfix for missing custom field options

08 Sep 14:57
Compare
Choose a tag to compare

Automatic protoc installation

08 Sep 09:16
Compare
Choose a tag to compare

This release adds automatic installation of the protocol buffer compiler.

Installation is managed by the new package @protobuf-ts/protoc and is tested on macos, linux and windows.

Bugfix for MessageType.clone()

07 Sep 18:31
Compare
Choose a tag to compare

This patch fixes issue #1

First release

07 Sep 18:35
Compare
Choose a tag to compare

This is the first public release of protobuf-ts.