Skip to content

Commit

Permalink
Version bump, to v0.2.2
Browse files Browse the repository at this point in the history
Key feature added: Exceptions thrown for lookarounds
  • Loading branch information
Tom Lord committed Jan 15, 2015
1 parent 59a8d60 commit d718372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ or a huge number of possible matches, such as `/.\w/`, then only a subset of the

I plan to add the following features to the gem, but have not yet got round to it:

* Throw exceptions if illegal syntax (see below) is used
* Throw exceptions if illegal syntax (see below) is used. This is currently only partially implemented (for lookarounds only).
* POSIX bracket expressions, e.g. `/[[:alnum:]]/`, `/[[:space:]]/`
* Options, e.g. `/pattern/i`, `/foo.*bar/m`
* Escape sequences, e.g. `/\xa1/`
Expand Down
2 changes: 1 addition & 1 deletion lib/regexp-examples/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RegexpExamples
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit d718372

Please sign in to comment.