Skip to content

Releases: newsdev/archieml-js

v0.5.0

15 Nov 16:36
Compare
Choose a tag to compare
  • Added support for implicit object nesting.

v0.4.2

13 Jul 16:03
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
v0.4.2

v0.3.0

11 May 17:45
Compare
Choose a tag to compare

This release follows the ArchieML spec recommendation dated 09 May 2015.

  • Supports nested arrays.
  • Inline comments have now been deprecated. They will remain implemented in archieml-js until v1.0, but they are now disabled by default. Pass {comments: true} to the .load function to continue to use them in the mean time.

v0.2.0

24 Apr 04:52
Compare
Choose a tag to compare

This release follows the ArchieML spec recommendation dated 23 April 2015.

  • Clarification to note :skip blocks, when placed inside a multi-line value, should break up the value, causing only the first line of the value to be stored.
  • Change to how arrays that are defined multiple times are handled. Instead of "reopening" the original array, secondary definitions should replace previous definitions, making duplicate-key behavior of arrays match that of key/value pairs.
  • Bugfix (thanks @kevinschaul!) for overwriting strings with objects

v0.1.2

17 Mar 21:12
Compare
Choose a tag to compare

Fixes #4.

v0.1.1

07 Mar 17:14
Compare
Choose a tag to compare

Fixes #1.

v0.1.0

07 Mar 17:15
Compare
Choose a tag to compare
v0.1.0