File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Parse Archie Markup Language (ArchieML) documents into JavaScript objects.
4
4
5
5
Read about the ArchieML specification at [ archieml.org] ( http://archieml.org ) .
6
6
7
- The current version is ` v0.4.1 ` .
7
+ The current version is ` v0.4.2 ` .
8
8
9
9
## Installation
10
10
@@ -73,6 +73,7 @@ A full shared test suite is included from the [archieml.org](https://github.com/
73
73
74
74
## Changelog
75
75
76
+ * ` 0.4.2 ` - Fixes bug #19 .
76
77
* ` 0.4.1 ` - Fixes bug #21 .
77
78
* ` 0.4.0 ` - Updates to how dot-notation is handled in freeform array, unicode key support.
78
79
* ` 0.3.1 ` - Added support for freeform arrays.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " archieml" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " JavaScript parser for the Archie Markup Language (ArchieML)" ,
5
5
"homepage" : " http://archieml.org" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments