Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abstrctn committed May 9, 2015
1 parent 0f41cbc commit 96fbe6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parse Archie Markup Language (ArchieML) documents into JavaScript objects.

Read about the ArchieML specification at [archieml.org](http://archieml.org).

The current version is `v0.2.0`.
The current version is `v0.3.0`.

## Installation

Expand Down Expand Up @@ -73,6 +73,7 @@ A full shared test suite is included from the [archieml.org](https://github.com/

## Changelog

* `0.3.0` - Added support for nested arrays. Follows modifications in ArchieML [CR-20150509](http://archieml.org/spec/1.0/CR-20150509.html).
* `0.2.0` - Arrays that are redefined now overwrite the previous definition. Skips within multi-line values break up the value. Follows modifications in ArchieML [CR-20150306](http://archieml.org/spec/1.0/CR-20150423.html).
* `0.1.2` - More consistent handling of newlines. Fixes issue #4, around detecting the scope of multi-line values.
* `0.1.1` - Fixes issue #1, removing comment backslashes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archieml",
"version": "0.2.0",
"version": "0.3.0",
"description": "JavaScript parser for the Archie Markup Language (ArchieML)",
"homepage": "http://archieml.org",
"keywords": [
Expand Down

0 comments on commit 96fbe6c

Please sign in to comment.