All Versions
75
Latest Version
Avg Release Cycle
177 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v8.0.0 Changes
- โฌ๏ธ Drop support to EOL ruby and rails
-
v7.3.0 Changes
- ๐ Ruby 3.0 support
-
v7.2.0 Changes
- ๐ Ruby 2.7 support
- Ordering raw SQL argument wrapped with Arel.sql
-
v7.1.0 Changes
January 13, 2020 -
v7.0.0 Changes
September 21, 2018โ Closure Tree is now tested against Rails 5.2
- ๐ง Postpone configuration (database introspection)PR 264
- Fix "tree.find_by_path([])" PR 288
- ๐ Fixed generator specs and added migration version PR 292
- ๐ Eliminate deprecation warnings in ActiveRecord 5.2 PR 296
- โจ When using 'oracle_enhanced', remove 'AS' on the table_name alias. PR 298
- โก๏ธ README update PR 301
- Add
with_descendant
finder PR 302 - ๐ Fix pg version for rails prior 5.1 PR 303
- โ Test on Rails 5.2 & fix mysql for older Rails PR 304
- โ Test with ActiveRecord 5.2.0 PR 307
- โก๏ธ README update PR 310
- FactoryBot linter failing for a model that uses closure_tree PR 311
- Added dont_order_roots option PR 312
- โ Added instance methods to determine the relationship between 2 nodes PR 314
- Add an instance method to check the relationship between 2 nodes: #family_of? PR 319
- Remove options restrictions on has_closure_tree_root PR 321
- ๐ Fix uninitialized variable warnings PR 323
-
v6.6.0 Changes
July 12, 2017โ Closure Tree is now tested against Rails 5.1, and just passed 50 contributors and 1000 stars on github! ๐!
๐ Note that Closure Tree has moved to a new "Closure Tree" github organization. ๐ Future gem releases will be done by other contributors.
- ๐ ActiveSupport 5.1 deprecation warnings were addressed in PR 262. Thanks, Charles Pence!
- โ ActiveSupport 5.1 test failures were fixed in PR 280. Thanks, Bobby Uhlenbrock!
- ๐ A database connection was leaked at startup, fixed in PR 263. Thanks, Andrey Novikov!
-
v6.5.0 Changes
March 17, 2017- ๐ Merged PR 258 which improves hierarchy maintenance with large trees. Thanks, Nikolay Bekirov!
-
v6.4.0 Changes
February 17, 2017- ๐ Merged PR 236 which adds documentation for
has_closure_tree_root
. - โ Added ruby 2.4 and dropped Rails 4.1 from the build matrix.
- ๐ Merged PR 236 which adds documentation for
-
v6.3.0 Changes
February 08, 2017prepend_child
handles invalid children properly now. Thanks Amit Saxena!- โฌ๏ธ Dropped official support for jruby and ruby 2.0 (no code was changed)