-
Notifications
You must be signed in to change notification settings - Fork 93
/
History
52 lines (37 loc) · 1.37 KB
/
History
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
== 1.0.0 2024-02-09
This version is identical with the previous one, there's no code changes.
Releasing v1.0.0 indicates that the gem has a stable API and it's going to follow semantic versioning.
== 0.4.6 2024-01-29
* minor patches
* Ruby 3.1, 3.2, 3.3 support
* Ship LICENSE file
* Add BigDecimal to gem dependency
* Move CI to Github Actions
* Fix parse issue with consecutive dates
== 0.4.5 2020-12-26
* 1 minor patch
* Add REXML as gem runtime dependency
== 0.4.4 2020-09-17
* 1 minor patch
* Remove safe_yaml
== 0.1.7 2010-02-19
* 1 minor patch
* Added patch from @purp for ISO 8601 date/time format
== 0.1.6 2010-01-31
* 1 minor patch
* Added Crack::VERSION constant - http://weblog.rubyonrails.org/2009/9/1/gem-packaging-best-practices
== 0.1.5 2010-01-27
* 1 minor patch
* Strings that begin with dates shouldn't be parsed as such (sandro)
== 0.1.3 2009-06-22
* 1 minor patch
* Parsing a text node with attributes stores them in the attributes method (tamalw)
== 0.1.2 2009-04-21
* 2 minor patches
* Correct unnormalization of attribute values (der-flo)
* Fix error in parsing YAML in the case where a hash value ends with backslashes, and there are subsequent values in the hash (deadprogrammer)
== 0.1.1 2009-03-31
* 1 minor patch
* Parsing empty or blank xml now returns empty hash instead of raising error.
== 0.1.0 2009-03-28
* Initial release.