Skip to content

Releases: phodal/chapi

v2.2.0

01 Jan 08:16
da588ce
Compare
Choose a tag to compare

v2.1.5

28 Dec 10:21
b275e9f
Compare
Choose a tag to compare
feat(kotlin): add companion object support

v2.0.0-beta.9

25 Nov 14:01
340334f
Compare
Choose a tag to compare

Bug Fixes

Features

  • add support to wrap target (ac664f6)
  • add treeviewer for output (b8fcee9)
  • go: add handle for string type (a715336)
  • go: add support for go block call (e672a5e)
  • go: fix target error issues (08caebb)
  • go: make go better for parsing API (82373a2)
  • rs: init struct (1d357e1)
  • rust: init modules (a68bf2e)

Better TS

18 Nov 01:57
fcb1a20
Compare
Choose a tag to compare

Bug Fixes

  • #20,incorrect TypeValue and TypeKey (#21) (51eaa28)
  • fix identifier issues for archguard/archguard#108 (28cc9a8)
  • fix type alias error issues (c218d81)
  • fix type error issue (e064477)
  • kotlin: fix syntax not match master issues (7bea9c7)
  • ts: add numberic support (33a35b0)
  • ts: align erros (9a8d927)
  • ts: fix abstract error issue (1d6feaa)
  • ts: fix all tests (e089ac6)
  • ts: fix array type error issues (c133707)
  • ts: fix arrow functions (9f721bd)
  • ts: fix await issue (db90510)
  • ts: fix axios(){} call issue (41e62e7)
  • ts: fix call issues (1dd814b)
  • ts: fix class abstract error issue (d54c1f0)
  • ts: fix decorator list (9d8bfe5)
  • ts: fix element in query (e87a90c)
  • ts: fix empty classBody issue (2782a01)
  • ts: fix empty type error (8f0b8c4)
  • ts: fix end comma in constructor (ddd139e)
  • ts: fix export issues (7474189)
  • ts: fix function decl error issues (ec26282)
  • ts: fix function decl error issues (19bd271)
  • ts: fix function error issues (4640f34)
  • ts: fix import of conflict (e57af30)
  • ts: fix imports (72ad42a)
  • ts: fix interface cases (991d3ef)
  • ts: fix lost question issues (8718727)
  • ts: fix more tests (2c47f65)
  • ts: fix nested error issues (6df62c4)
  • ts: fix of keywordS (04bf39b)
  • ts: fix prop issues (f3f5e9f)
  • ts: fix query array literal (6e1890b)
  • ts: fix some order issues (ded0de5)
  • ts: fix some type error issues (2916b13)
  • ts: fix string as parameter issue (0eea7d2)
  • ts: fix type abstract ? issues (d704aae)
  • ts: fix typed error (77399ac)
  • ts: merge type issues (38ed025)
  • ts: resolve all imports (fa9e70a)

Features