0.1.6 (2023-12-19)
- google.http.api option body not camel-cased (70c56c3)
0.1.5 (2023-12-14)
0.1.4 (2023-12-12)
- array not set as quer-string (49e78a2)
0.1.3 (2023-11-15)
asBigIntString
does not acceptstring
input (f845b7d)
0.1.2 (2023-11-08)
bin
field inpackage.json
must be an object (b371522)
0.1.1 (2023-11-08)
- export binary for
npx
(d96ab93)
- add basic service generation (0d917c9)
- add common "runtime.js" file (94d9441)
- add support for binary payload (6f14403)
- build executable (1a875b9)
- generate simple messages (c11c383)
- handle adjacent messages (5186631)
- handle big ints (3fadd26)
- handle well-known types (fa23dd1)
- initial commit with basic test (d4c1ae3)
- subtracts common prefix from enums (cd62949)
- suport protobuf bytes (6aeedbd)
- support all HTTP methods (86c58ef)
- support nested path parameters (17fb2e2)
- support oneof (22feddb)
- support openapiv2 options (4291361)
- support path parameters (c42ba8b)
- support the
google.api.http.body
option (748839b) - writable WKT can is nullable (5ff00d5)
runtime.ts
lacks ignore pragmas (a6614e6)- FieldMask is serialized to @bufbuild/protobuf type (80d4550)
- handler non-http-option schemas (f8601ec)
- pathname of basePath is ignored (fea5c6e)
- repeated WKTs are generated as non-repeated (97ad9f6)
- speed up the test a little bit (e79447f)