Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a71fe1d

Browse files
committed
v1.0.0
1 parent bff952a commit a71fe1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history of the RegexpTrie gem
22

3+
## v1.0.0 - 2016年11月14日
4+
5+
- Add a method to get the union pattern as `String`, not as `Regexp`
6+
- `RegexpTrie.new(*patterns).to_source`
7+
38
## v0.3.0 - 2016年04月20日
49

510
- Fixed #1

‎lib/regexp_trie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class RegexpTrie
2-
VERSION = "0.3.0"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /