v0.0.16
v0.0.16
encodemethods now accept partials for nested messages as well (PartialDeepinstead ofPartial). Previously, the types required that full messages were provided for any nested messages.
Buf users will need to update their buf.gen.yaml path:
buf.gen.yaml
version: v1
plugins:
- name: protoc-gen-protoscript
- path: ./node_modules/protoscript/compiler.js
+ path: ./node_modules/protoscript/dist/compiler.js
out: .
opt:
- language=typescript
strategy: allFull Changelog: v0.0.15...v0.0.16