Skip to content

Releases: thesayyn/protoc-gen-ts

0.8.7

27 Sep 20:31
a5c306a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.6...0.8.7

0.8.6

23 Mar 17:43
Compare
Choose a tag to compare

What's Changed

  • fix: toObject returns a default value for map fields. Tests. by @Santalov in #158
  • backwards compatibility target < ES2017 for bytes field (UInt8Array) by @CorrM in #168
  • Fix error when deserializing GoLang implicitly packed repeated field by @Santalov in #169
  • fix: treat repeated Enum as repeated field by @tsawada in #179
  • feat: ts_proto_library: improve rules_js compatibility by @tsawada in #181
  • feat: grpc-web support by @thesayyn in #102
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #182
  • fix: remove deprecated ts.factory usages by @thesayyn in #183
  • Add option to disable grpc service generation by @Psy-Kai in #187
  • MPHEE: Sort the packages from longest to shortest by @martyphee in #199
  • chore(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.9 by @dependabot in #193
  • chore(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #192
  • Mphee/pin typescript version by @martyphee in #200

New Contributors

Full Changelog: 0.8.5...0.8.6

gRPC Web

19 Nov 08:56
573dbf0
Compare
Choose a tag to compare
gRPC Web Pre-release
Pre-release

https://www.npmjs.com/package/protoc-gen-ts/v/0.8.6-rc1

What's Changed

  • fix: toObject returns a default value for map fields. Tests. by @Santalov in #158
  • backwards compatibility target < ES2017 for bytes field (UInt8Array) by @CorrM in #168
  • Fix error when deserializing GoLang implicitly packed repeated field by @Santalov in #169
  • fix: treat repeated Enum as repeated field by @tsawada in #179
  • feat: ts_proto_library: improve rules_js compatibility by @tsawada in #181
  • feat: grpc-web support by @thesayyn in #102
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #182

New Contributors

Full Changelog: 0.8.5...0.8.6-rc1

0.8.5

08 Jul 11:41
Compare
Choose a tag to compare

What's Changed

New Contributors

BREAKING CHANGES

Now getters and toObject will return the default value if the field is not present. If you want to check for the field presence use the presence getters has_<field_name> for each field.

Full Changelog: 0.8.4...0.8.5

0.8.4

13 Jun 20:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.3...0.8.4

0.8.3

22 May 21:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

0.8.2

09 Feb 15:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

03 Dec 15:04
Compare
Choose a tag to compare

What's Changed

  • Update Unary callback return type by @sandmule in #101
  • fix: correctly handle deserialization of packed fields in proto3 by @thesayyn in #103
  • docs: clarify conflicts with built-ins by @thesayyn in #104

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

01 Dec 16:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

06 Oct 07:48
ce7dd99
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #91
  • refactor: change from class methods to arrow functions by @koblas in #92

New Contributors

Full Changelog: 0.6.0...0.7.0