Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 2.72 KB

1.2.2

1.2.1

  • [FIXED] Fix undefined method issue with STI models (#42 by @mweitzel)

1.2.0

  • [IMPROVE] Fully rewrote gem using rails autoload, modules and Rspec as main test framework (#38)

1.1.9

1.1.8

  • [IMPROVE] Update rails/pg version support (rails 6, pg 1.0)
  • [FIXED] Fix #leaves used with a custom relation (#29 by @attilahorvath)

1.1.7

  • [IMPROVE] Update rails/pg version support (rails 5.2, pg 1.0)

1.1.6

  • [IMPROVE] Adds table_name prefix for a generating SQL queries (#21 by @arjan0307)

1.1.5

1.1.4

  • [ADDED] Adds method to support ltxtquery value for searching (#17 by @sb1752)
  • [IMPROVE] Updated dependency version (Rails 5.1 and Pg adapter 0.21) (#16 by @sb1752)

1.1.3

  • [ADDED] node instance height method (#6 by @caulfield)
  • [FIXED] Fix #depth for a new record (#9 by @arjan0307)
  • [IMPROVE] Use 'descendants' instead of 'descendents' (#8 by @CUnknown)

1.1.2

  • [FIXED] Fix original #leaves method when merging with previous conditions was invalid. Overrided method in ScopedFor is useless now and it was deleted.

1.1.1

  • [FIXED] #cascade_update method

1.1.0

  • [ADDED] cascade update/destroy (Enabled by default)
  • [FIXED] destroy object