Skip to content

Releases: pbkit/pbkit

v0.0.30

03 Jan 07:33
Compare
Choose a tag to compare

pb gen ts

v0.0.29

30 Dec 08:28
Compare
Choose a tag to compare

fix b67ff94
codegen 1d3f7af
bugs 592c75e

v0.0.28

30 Dec 07:31
Compare
Choose a tag to compare

v0.0.27

30 Dec 07:05
fa4263e
Compare
Choose a tag to compare

v0.0.26

19 Dec 15:33
Compare
Choose a tag to compare

pb gen ts, runtime

  • Minor patch for devtools configuration logic

v0.0.25

18 Dec 12:41
Compare
Choose a tag to compare

pb gen ts, runtime

  • Add devtools support

v0.0.24

09 Dec 05:17
Compare
Choose a tag to compare

bugfix

  • critical bug of varint encoding: 8b03666

v0.0.23

15 Nov 08:37
Compare
Choose a tag to compare

parser error fix

pb gen ts

  • change default value of responseOnly to true (#129)
  • add --index-filename option (#132)

v0.0.22

28 Oct 18:06
Compare
Choose a tag to compare

bugfix

  • critical bug for pb gen ts: 42a8ccb

v0.0.21

27 Oct 18:25
Compare
Choose a tag to compare
  • A new cli command has been implemented: pb gen ts bundle
    • This is an option to avoid creating duplicate files such as runtime in case you need to build multiple times due to the configuration of different proto-paths for each project.
  • core/runtime/rpc.ts
    • Added createServerImplBuilder