-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
54 lines (28 loc) · 960 Bytes
/
ChangeLog
File metadata and controls
54 lines (28 loc) · 960 Bytes
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
1.2.1 - 2023-10-16
Logging tweaks
* Change logging level when records are successfully refreshed from stderr to stdout
1.2.0 - 2021-05-27
Bug fixes
* Replace Rails 6.1 deprecated `update_attributes!` with `update!`
1.1.0 - 2019-02-05
Enhancements
* added option to wrap in a transaction
1.0.0 - 2017-07-18
Enhancements
* added .update_or_create method to replace the implementation of .refresh
.update_or_create allows you to use a combination of keys to identity records that have no single unique attribute.
0.1.2 - 2012-11-15
Bug fixes
* don't use mass assignment operation for creating new records
0.1.1 - 2012-11-15
Enhancements
* add extra output messages when creating/updating reference data
0.1.0 - 2012-11-14
Bug fixes
* fix incorrect rake task name
0.0.2 - 2012-11-14
Enhancements
* add Capistrano task
0.0.1 - 2012-11-03
Enhancements:
* Initial public release