forked from benburkert/randexp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
20 lines (16 loc) · 678 Bytes
/
CHANGELOG
File metadata and controls
20 lines (16 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
== 0.1.4 "Wally Wisoky" 2008-10-08
* Added realistic name generation (Matt Aimonetti)
* Fixed loadpath issues (Gerrit Kaiser)
== 0.1.3 "Oological" 2008-07-08
* Randgen.word should not return a string that does not match /^\w+$/
== 0.1.2 "I'm Not Saying It's Not Beta"
* Changed rand to Kernel#rand to avoid conflicting with rails (thanks agile!)
== 0.1.1 "Still Quite Beta" 2008-07-20
* Added Range#of method.
* Heavy refactoring of the Parser.parse method.
* Fixed the /\./ bug.
== 0.1.0 "Very Beta" 2008-07-08
* Initial version of randexp!
* Has support for very simple regular expressions.
* Randgen has limited methods.
* Dictionary is reading from the local words file.