Skip to content

Releases: sjke/pg_ltree

v1.2.1

29 Nov 17:30
5762624
Compare
Choose a tag to compare

1.2.1

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

v1.2.0

11 Nov 08:00
bc00a44
Compare
Choose a tag to compare

Fully rewrote gem using rails autoload, modules and Rspec as main test framework

v1.1.9

13 Aug 08:14
019b6cf
Compare
Choose a tag to compare

1.1.9

v1.1.8

13 Dec 08:13
3b440e9
Compare
Choose a tag to compare
  • [IMPROVE] Update rails/pg version support (rails 6, pg 1.0)
  • [FIXED] Fix #leaves used with a custom relation (#29 by @attilahorvath)

v1.1.7

03 Apr 18:20
1bb665d
Compare
Choose a tag to compare
  • [IMPROVE] Update rails/pg version support (rails 5.2, pg 1.0)

v1.1.6

19 Sep 09:58
Compare
Choose a tag to compare
  • [IMPROVE] Adds table_name prefix for a generating SQL queries (#21 by @arjan0307)

v1.1.4

26 Apr 07:17
Compare
Choose a tag to compare
  • [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

v1.1.3

10 Mar 07:39
Compare
Choose a tag to compare
  • [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)

v1.1.2

15 Sep 14:15
Compare
Choose a tag to compare

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

v1.1.1

04 Sep 12:45
Compare
Choose a tag to compare
  • fix #cascade_update method