-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
26 lines (22 loc) · 880 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
== 0.1.3 / 2009-?-?
* Fixes to make compatible with Ruby 1.9
* Jig#plug now expects a single argument for the replacement object.
Use an array to replace a plug with multiple arguments.
== 0.1.1 / 2008-02-28
* Jig#syntax to help with jig comparison
* Jig#terse_inspect to help with nested inspect and gaps with processing
* Better testing of Jig#parse
* to_yaml of jigs with procs
* Callable objects are now rendered to strings via to_yaml
* Attribute gaps have their own class now instead of being adhoc gap filters.
* Gap#== checks classes
* Gap with filter was being replaced by a plain gap.
Ignore filling if filling is the same gap.
* Jig#parse correction
* cleanup up some documentation typos
* reimplemented Jig.parse with StringScanner, fixed bugs
== 0.1.0 / 2007-05-11
* Initial Release
* basic jig support
* XML, XHMTL support
* CSS support (experimental)