Skip to content

Commit

Permalink
Update to version 0.1.1. Adding CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
jviereck committed Aug 30, 2014
1 parent 1f7f849 commit 7facb86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
2014-08-30: Version 0.1.1
* Only handled unicode code point escapes if 'u' flag is set (issue #56)
* Removed `matchIdx` from the AST
* References like /\1/ were broken (issue #57)
* Renamed type `ref` to `reference` in the AST
* Update regex to match identifier and include script to generate regex

2014-06-29: Version 0.1.0
* first tagged release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regjsparser",
"version": "0.1.0",
"version": "0.1.1",
"author": "'Julian Viereck' <[email protected]>",
"license": "BSD",
"main": "./parser",
Expand Down

0 comments on commit 7facb86

Please sign in to comment.