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-ruby 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. - 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.