All Versions
11
Latest Version
Avg Release Cycle
30 days
Latest Release
1364 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.9.1 Changes
December 28, 2019- Fix Ruby 2.7 deprecation warnings, see #85, #87 — @donv, @felixbuenemann
-
v2.9.0 Changes
March 07, 2019- Allow Arel nodes in the
:order
option, see #78, #79 — @felixbuenemann, @vladvinnikov - Added support for Rails 6.0, see #81 — @felixbuenemann
- Allow Arel nodes in the
-
v2.8.0 Changes
March 07, 2019- Added support for Rails 5.2, see #76, #77 — @felixbuenemann
-
v2.7.1 Changes
March 07, 2019- Fix column quoting if the
:order
option is a symbol, see #73, #74 — @felixbuenemann
- Fix column quoting if the
-
v2.7.0 Changes
March 07, 2019- Added support for Rails 5.1, see #67, #68 — @felixbuenemann, @marcinwierzbicki
-
v2.6.1 Changes
March 07, 2019- Avoid conflicts of
#level
method with existing column, see #57, #58, #60 — @markhgbrewster - 🛠 Fix tests on Rails 4.2 with Ruby < 2.1 — @felixbuenemann
- Avoid conflicts of
-
v2.6.0 Changes
March 07, 2019- Add
generations
methods, see #56 — @markhgbrewster
- Add
-
v2.5.1 Changes
March 07, 2019- Fix early database connection in acts_as_tree, see #55 — @felixbuenemann
-
v2.5.0 Changes
March 07, 2019 -
v2.4.0 Changes
March 07, 2019- Added support for Rails 5.0, see #46 — @klacointe