File rubygem-awesome_nested_set.changes of Package rubygem-awesome_nested_set

-------------------------------------------------------------------
Mon Feb  3 09:10:51 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>

- 3.8.0
* Support Rails 8.0 [Takuya N](https://github.com/collectiveidea/awesome_nested_set/pull/487)
* Enable Rubygems Trusted Publishing


-------------------------------------------------------------------
Mon Nov  4 16:05:50 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- 3.7.0
* Teach #move_to_child_of and #move_to_child_with_index to accept :root as a parameter [Micah Geisel](https://github.com/botandrose)
* Add #roots method [Micah Geisel](https://github.com/botandrose)
* Support Rails 7.2 [Ahmed A. Ibrahim](https://github.com/AhmedAliIbrahim)


-------------------------------------------------------------------
Thu Nov  2 15:36:20 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- 3.6.0
* Support Rails 7.1 [Harshal Bhakta](https://github.com/harshalbhakta)
* Improve ImpossibleMove error message [AlejandroFernandesAntunes](https://github.com/AlejandroFernandesAntunes)


-------------------------------------------------------------------
Tue Feb 15 07:14:54 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 3.5.0
 see installed CHANGELOG


-------------------------------------------------------------------
Thu Jun 24 16:55:15 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 3.4.0
 see installed CHANGELOG


-------------------------------------------------------------------
Sun Jun  6 04:47:04 UTC 2021 - Matthew Trescott <matthewtrescott@gmail.com>

Updated to version 3.4.0:
- Keep current scope when calling `roots`
- STI record can now update counter cache directly

-------------------------------------------------------------------
Wed Jan 20 12:04:18 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 3.3.1
 see installed CHANGELOG


-------------------------------------------------------------------
Fri Sep 25 13:28:26 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 3.2.1
 see installed CHANGELOG

  Unreleased version
  * [Compare to 3.2.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.1...master)
  
  3.2.1
  * Don't reload in after_save callback. [Petrik de Heus](https://github.com/p8)
  * Fix deprecation warning "Passing a range to `#in` is deprecated". [Konstantin Mochalov](https://github.com/kolen)
  * [Compare to 3.2.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.0...v3.2.1)
  

-------------------------------------------------------------------
Mon Feb 10 13:56:40 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 3.2.0
 see installed CHANGELOG

  3.2.0
  * Add support for Rails 6.0 [Stefan Andersen](https://github.com/stfnndrsn) and [Damian Legawiec](https://github.com/damianlegawiec) and [Jonathan Tapia](https://github.com/jtapia) and [Alex](https://github.com/a-ta-ta)
  * [Compare to 3.1.4](https://github.com/collectiveidea/awesome_nested_set/compare/v3.1.4...v3.2.0)

-------------------------------------------------------------------
Thu Feb  8 05:52:56 UTC 2018 - coolo@suse.com

- updated to version 3.1.4
 see installed CHANGELOG

  3.1.4
  * Add support for Rails 5.2 [John Hawthorn](https://github.com/jhawthorn) and [marocchino](https://github.com/marocchino)

-------------------------------------------------------------------
Tue May 23 09:41:23 UTC 2017 - coolo@suse.com

- updated to version 3.1.3
 see installed CHANGELOG

  3.1.3
  * Add Rails 5.1 support [John Hawthorn](https://github.com/jhawthorn)

-------------------------------------------------------------------
Fri Apr  7 04:29:59 UTC 2017 - coolo@suse.com

- updated to version 3.1.2
 see installed CHANGELOG

-------------------------------------------------------------------
Wed Jun  1 04:28:37 UTC 2016 - coolo@suse.com

- updated to version 3.1.1
 see installed CHANGELOG

  * Fix a reloading bug when using default scope [Krzysztof Rybka](https://github.com/krzysiek1507)
  
  3.1.0

-------------------------------------------------------------------
Sat May 28 04:28:20 UTC 2016 - coolo@suse.com

- updated to version 3.1.0
 see installed CHANGELOG

-------------------------------------------------------------------
Wed Jan 20 05:31:16 UTC 2016 - coolo@suse.com

- updated to version 3.0.3
 see installed CHANGELOG

  3.0.4
  * Reuse the current model's connection when available [Tim Bugai] [#322](https://github.com/collectiveidea/awesome_nested_set/pull/322)
  
  3.0.3
  * Add :nullify option to :dependent functionality to orphan children rather
  than destroy them.

-------------------------------------------------------------------
Fri Feb  6 18:18:13 UTC 2015 - coolo@suse.com

- updated to version 3.0.2
 * Fix `dependent: :restrict_with_exception` not allowing a delete to occur. [Brendan Kilfoil]
 * Replace `Arel::SelectManager#join_sql` with `Arel::SelectManager#join_sources` as `Arel::Node#joins` accepts AST as well. [Swanand Pagnis]
 * Corrected nested_set_scope usage. [Finbarr Taylor] [#292](https://github.com/collectiveidea/awesome_nested_set/pull/292)
 * Fix bug: when model with default_scope make #lft and #rgt wrong [eddie](https://github.com/afunction) [#281](https://github.com/collectiveidea/awesome_nested_set/pull/281)
 * [Compare to 3.0.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.0.1...v3.0.2)
 
 3.0.1
 * Fixed `dependent: :destroy` when called from associated object. #162 [Kuldeep Aggarwal]
 * [Compare to 3.0.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.0.0...v3.0.1)
 
 3.0.0
 * Support Rails 4.1 [Micah Geisel]
 * Support dependent: restrict_with_error [Tiago Moraes]
 * Added information to the README regarding indexes to be added for performance [bdarfler]
 * Modified associate_parents to add child objects to the parent#children collection [Tiago Moraes]
 * Fix `dependent: :restrict_with_exception` not allowing a delete to occur. [Brendan Kilfoil]
 * [Compare to v2.1.6](https://github.com/collectiveidea/awesome_nested_set/compare/v2.1.6...v3.0.0)

-------------------------------------------------------------------
Sun Apr 14 08:28:13 UTC 2013 - coolo@suse.com

- updated to version 2.1.6
 * Fixed rebuild! when there is a default_scope with order [Adrian Serafin]
 * Testing with stable bundler, ruby 2.0, MySQL and PostgreSQL [Philip Arndt]
 * Optimized move_to for large trees [ericsmith66]

-------------------------------------------------------------------
Mon Oct  1 07:57:09 UTC 2012 - coolo@suse.com

- updated to version 2.1.5
 * Worked around issues where AR#association wasn't present on Rails 3.0.x. [Philip Arndt]
 * Adds option 'order_column' which defaults to 'left_column_name'. [gudata]
 * Added moving with order functionality. [Sytse Sijbrandij]
 * Use tablename in all select queries. [Mikhail Dieterle]
 * Made sure all descendants' depths are updated when moving parent, not just immediate child. [Phil Thompson]
 * Add documentation of the callbacks. [Tobias Maier]

-------------------------------------------------------------------
Mon Aug 27 19:47:18 UTC 2012 - coolo@suse.com

- updated to version 2.1.4

-------------------------------------------------------------------
Wed Aug  3 10:32:57 UTC 2011 - fcastelli@novell.com

- Initial package: version 2.0.1

openSUSE Build Service is sponsored by