forked from joshuap/vestal_versions
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
37 lines (24 loc) · 903 Bytes
/
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
Version 1.2.5
* Avoid git errors during runtime if git is not available
Version 1.2.4
* Add support for ruby up to 3 and rails up to 7
Version 1.2.3
* Limit activerecord and activesupport to 3.x.x
* Added a new class level 'skip_version' that works on one model at
a time
* Internal refactoring and tidying up by Alex Crichton
Version 1.2.2
* Fix conflicts with other Tagging systems
* Adding a bundler Gemfile and updating the gemspec for the development
* Adding an ':intial_version' option that will create a versions row on
initial create
* A couple internal refactors to remove alias_method_chain calls
Version 1.2.1
* Soft Delete tracking including
* Adding revert tracking (version table change)
* Adding 'original_number' to the version class
Version 1.1.0
* Ruby 1.9.2 compatibility
* Initial Rails 3 compatibility
Version 1.0.2
* Original Version import from Laserlemon - thanks!