Skip to content

Releases: pbkit/pbkit

v0.0.20

18 Oct 08:13
Compare
Choose a tag to compare

new feature

  • add pb vendor install command

breaking change

  • rpc interface is changed c0c92e9
    • no affect on usage of generated code
  • remove vendor dir

bugfix

  • fix #114 - pb gen ts bug

etc

v0.0.19

05 Oct 12:19
Compare
Choose a tag to compare

cli, codegen

  • fix some pb-gen-ts bug
    • #106
    • 6fbebc5 - remove the part that depended on deno api

v0.0.18

04 Oct 13:11
Compare
Choose a tag to compare

cli

  • Add --entry-path cli option to pb gen <target> command #64
  • Added pb-gen-ts command that can be used when installing pbkit with npm. You can just replace the pb gen ts command into pb-gen-ts, and it has no deno dependency.

v0.0.17

28 Sep 13:50
Compare
Choose a tag to compare
  • change rpc client impl interface: 339b02e

v0.0.16

27 Sep 05:03
Compare
Choose a tag to compare

core

v0.0.15

16 Sep 08:30
Compare
Choose a tag to compare

core

  • fix parser bug
  • #98 - fix runtime (getFirstValueFromAsyncGenerator)

cli

  • #91 - implement command line completion
  • #92 - Add help command for pb, pollapo
  • #94 - Enable did-you-mean support for invalid command

pb

  • #82 - Implement major scenario of createServiceClient
  • #90 - fix encodeBinary codegen
  • #100 - fix rpc method codegen

pollapo

  • #97 - fix for deno 1.14

thank you! @BeLeap @kcy1019 @hojongs @ddalpange

v0.0.14

12 Aug 01:53
Compare
Choose a tag to compare

v0.0.13

10 Aug 04:40
97cf0ea
Compare
Choose a tag to compare
Merge pull request #73 from riiid/fix_installer

fix installer

v0.0.12

30 Jul 03:36
Compare
Choose a tag to compare
  • Resolved several parsing error
  • pollapo uses POLLAPO_CACHE_DIR env variable as a cache directory if exists

v0.0.11

27 Jul 08:04
Compare
Choose a tag to compare