Releases: thesayyn/protoc-gen-ts
Releases · thesayyn/protoc-gen-ts
0.8.7
What's Changed
- Fixed issue #178 by @Aleksei2507 in #208
- Fixes issue #203 by @danias in #204
- Using 0 instead of process.stdin.fd. by @YutaUra in #223
- chore: allow ts 5 as a peer dep by @wdoconnell in #226
- refactor: deprecate index.bzl by @thesayyn in #229
New Contributors
- @Aleksei2507 made their first contribution in #208
- @danias made their first contribution in #204
- @YutaUra made their first contribution in #223
- @wdoconnell made their first contribution in #226
Full Changelog: 0.8.6...0.8.7
0.8.6
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
- @Santalov made their first contribution in #158
- @CorrM made their first contribution in #168
- @tsawada made their first contribution in #179
- @Psy-Kai made their first contribution in #187
- @martyphee made their first contribution in #199
Full Changelog: 0.8.5...0.8.6
gRPC Web
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
- @Santalov made their first contribution in #158
- @CorrM made their first contribution in #168
- @tsawada made their first contribution in #179
Full Changelog: 0.8.5...0.8.6-rc1
0.8.5
What's Changed
- fix: correctly handle defaults for proto2 and proto3 by @tomasz-szypenbejl-td in #146
- feat: add presence fields by @tomasz-szypenbejl-td in #147
New Contributors
- @tomasz-szypenbejl-td made their first contribution in #146
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
What's Changed
- Support camelCase fields (via a json_names option). by @zacharyvoase in #142
- annotate one_of_decls by @td-krzysiek in #143
- add override keyword to deserializeBinary by @td-krzysiek in #144
New Contributors
- @zacharyvoase made their first contribution in #142
- @td-krzysiek made their first contribution in #143
Full Changelog: 0.8.3...0.8.4
0.8.3
What's Changed
- fix: make one_of_decls non static by @thesayyn in #133
- feat: add no namespace option by @michael-pomelo in #132
- fix: load path by @vitorelourenco in #137
- fix: request.compiler_version is undefined by @gcurtis in #140
New Contributors
- @michael-pomelo made their first contribution in #132
- @vitorelourenco made their first contribution in #137
- @gcurtis made their first contribution in #140
Full Changelog: 0.8.2...0.8.3
0.8.2
What's Changed
- chore: repository field added by @ParvinEyvazov in #106
- refactor: migrate to typescript by @thesayyn in #111
- chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /examples/pure by @dependabot in #116
- test: add more cases for optionals by @thesayyn in #120
- chore: update protoc version by @thesayyn in #121
- feat: support @deprecated and deprecated = true by @thesayyn in #130
New Contributors
- @ParvinEyvazov made their first contribution in #106
Full Changelog: 0.8.1...0.8.2