Skip to content

Releases: apexlang/codegen

v0.1.10

04 Feb 12:20
4cc6c87
Compare
Choose a tag to compare

What's Changed

  • Move from apex_core v0.1.3 to v0.1.5 by @pkedy in #50

Full Changelog: v0.1.9...v0.1.10

v0.1.9

14 Feb 18:09
Compare
Choose a tag to compare

What's Changed

  • Added flag to denote whether a name is being used in a partial manner by @jsoverson in #48

Full Changelog: v0.1.8...v0.1.9

v0.1.8

10 Feb 01:16
ee4ba53
Compare
Choose a tag to compare
chore: version bumps (#47)

v0.1.7

09 Feb 13:27
6a80390
Compare
Choose a tag to compare
Go tweaks/enhancements (#45)

v0.1.6

19 Jan 20:59
dd7f3c2
Compare
Choose a tag to compare
Go: Using Language-specific "import API" instead of tedious import vi…

v0.1.5

17 Jan 01:09
de8344d
Compare
Choose a tag to compare
Typescript enums (#43)

v0.1.4

16 Jan 22:41
d3eacf1
Compare
Choose a tag to compare
Remove import of fmt (#42)

v0.1.3

05 Jan 17:27
Compare
Choose a tag to compare

What's Changed

  • Removing old files from the old apex generation by @jsoverson in #36
  • Added markdown generator by @jsoverson in #38
  • Updated generator template for deno apex by @jsoverson in #39
  • Changed typescripttemplate to nodejs, changed default generation to be baseline TS by @jsoverson in #41

Full Changelog: v0.1.2...v0.1.3

Templates use Deno modules

04 Jan 21:41
b8c6c23
Compare
Choose a tag to compare
v0.1.2

Update remaining templates to use Deno templates (#40)

Misc fixes

15 Dec 19:11
5092c41
Compare
Choose a tag to compare
  • Version bump of apex core to v0.1.1 using central deps modules.
  • Added ability to extend Go struct tags.
  • Fixed boolean type in TypeScript.
  • Created TypeScript enum visitor.
  • Updating templates to use Deno.