Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
* Match arrays ending with ... to anything matching the prefix
* Match arrays beginning with ... to anything matching the suffix
  • Loading branch information
agnoster committed Aug 14, 2012
1 parent 97a756f commit c6cbf05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.0.3

* Match arrays ending with ... to anything matching the prefix
* Match arrays beginning with ... to anything matching the suffix

## 0.0.2

* Add comments with //
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsonexp",
"version": "0.0.2",
"version": "0.0.3",
"description": "RegExp for JSON - powerful, expressive pattern matching for data structures",
"main": "lib/",
"directories": {
Expand Down

0 comments on commit c6cbf05

Please sign in to comment.