Skip to content

v0.0.16

Compare
Choose a tag to compare
@tatethurston tatethurston released this 23 Jul 19:18
· 17 commits to main since this release
ed8eaa3

v0.0.16

  • encode methods now accept partials for nested messages as well (PartialDeep instead of Partial). 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: all

Full Changelog: v0.0.15...v0.0.16