Skip to content

Releases: apexlang/apex-js

v0.2.1

21 Mar 16:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Feb 20:13
df0c32a
Compare
Choose a tag to compare

Publishing to jsr.io as @apexlang/core.

v0.1.5

03 Feb 20:20
dc914f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

03 Feb 19:19
e823d55
Compare
Choose a tag to compare

What's Changed

  • Adding UnionMember wrapper around type, description, and annotations. by @pkedy in #17

Full Changelog: v0.1.3...v0.1.4

v0.1.3

09 Feb 23:16
6b0535a
Compare
Choose a tag to compare
chore: fix npm package version (#16)

Writing head, tail, and rendering imports

18 Jan 21:31
4b8ce13
Compare
Choose a tag to compare
v0.1.2

Visitor render imports and head/tail (#14)

Misc fixes

15 Dec 18:49
b876afc
Compare
Choose a tag to compare

Fixes:

  • Property/Parameter default value represented in the model as null and not assigned the value from the AST.
  • Deno linter fixes.

Switch to Deno

08 Dec 21:27
54645f6
Compare
Choose a tag to compare
Switching to deno (#11)

Co-authored-by: Jarrod Overson <jsoverson@gmail.com>

Making `Context` easier to use

04 Aug 00:49
Compare
Choose a tag to compare

Also moving the module and local templates here.

Initial model layer for simplified code generation

10 Jun 21:27
6800744
Compare
Choose a tag to compare
v0.0.17

Initial model layer to simplify code generation (#2)