-
Notifications
You must be signed in to change notification settings - Fork 57
/
CHANGELOG
86 lines (51 loc) · 2.14 KB
/
CHANGELOG
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
* Dropped support for ruby versions before 2.7
2022-01-07 Jason Frey <[email protected]>
* Ship version 1.2.2
* Switched to GitHub actions and add testing of Rubies up to Ruby 3.0
* Fixed issue with keep_duplicate_arrays when merging into a nil array. Thanks ALTinners!
* Added documentation for keep_duplicate_arrays
2017-11-16 Jason Frey <[email protected]>
* Ship version 1.2.1
* Fixed release date in the gemspec.
2017-11-16 Jason Frey <[email protected]>
* Ship version 1.2.0
2017-04-25 Joe Rafaniello <[email protected]>
* Merge nil values or keep the original via an option
2016-08-01 Jason Frey <[email protected]>
* Ship version 1.1.1
* Fixed release date in the gemspec.
2016-08-01 Jason Frey <[email protected]>
* Ship version 1.1.0
* Add testing for newer Ruby 2.2, 2.3, head, and jruby-head.
2016-06-14 Michael Sievers <[email protected]>
* Add extend_existing_arrays option
2016-06-07 Jason Frey <[email protected]>
* Add overwrite_arrays option
2016-04-08 Dan Deleo <[email protected]>
* Remove support for old Ruby 1.8 and 1.9
2014-01-21 Dan DeLeo <[email protected]>
* Ship version 1.0.1
* Update knockout behavior to better handle nil (b7de40b5)
2011-08-15 Dan DeLeo <[email protected]>
* Document how to use w/ Rails 3 via Bundler
2011-07-28 Dan DeLeo <[email protected]>
* Use a plain ol' gemspec and Rakefile for gem creation
* Ship version 1.0.0
2011-05-23 Joe Van Dyk <[email protected]>
* Added Changelog
2011-05-18 Joe Van Dyk <[email protected]>
* Merging empty strings should work if String#blank? is defined.
* Use unix line endings
* Removing extra whitespace
2010-01-11 Dan DeLeo <[email protected]>
* fix boolean merging according to mdkent's patch explicitly test
for nils w/ #nil? instead of negating. Thanks mdkent!
2009-12-25 Dan DeLeo <[email protected]>
* miscellaneous cleanup
* make rails/active_support compat optional
* add jeweler rake task for gemability
2009-12-24 Dan DeLeo <[email protected]>
* VERSION: Version bump to 0.0.1
* VERSION: Version bump to 0.0.0
2009-11-06 Jonathan Weiss <[email protected]>
* import