Sha256: 748c2074ad5024844687276339eecb54ef6015b2a88575253a0316f3c4c59a1a

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

### Version 3.1.0
- Rails 7 support

### Version 3.0.0
- BREAKING: Dropped support for Rails < 5.2
- BREAKING: Increased minimum Ruby version to 2.5
- ADD: initial support for Rails < 7
- CHANGE: Using zeitwerk for auto loading

### Version 2.2.1
- Rails 6.1 support

### Version 2.2.0
- Rails 6.0 support

### Version 2.1.1
- Enabled subselect query when using depth
- new QueryOption query_strategy for forcing a specific strategy (:join, :subselect)

### Version 2.1.0
- BUGFIX association self_and_siblings not working
- BUGFIX primary_key of model is retrieved on first usage and not on setup
- NEW when no ordering/depth is required, then use subselect instead of joining the temp table

### Version 2.0.2
- fix for condition relation was executed before merging

### Version 2.0.1
- fix for parent_type_column applied not properly

### Version 2.0.0
- drop support for rails < 5.0
- support for polymorphic parent relations

### Version 1.1.1
- BUGFIX: not checking presence of relation with _present?_  method - this causes execution of the relation
- added missing != method for depth

### Version 1.1.0
- scopes and method can now be passed a Proc instance for additional modifications of the query
- new option to specify the depth to query

### Version 1.0.1
- BUGFIX: ordering result when querying ancestors

### Version 1.0.0
- initial release using AREL

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_recursive_tree-3.1.0 CHANGELOG.md