Skip to content

Releases: trailblazer/trailblazer-finder

v0.100.0

12 Jan 20:19
3765f08
Compare
Choose a tag to compare

0.100.0 (2024-01-12)

Features

v0.92.0

12 Jan 14:54
176f8af
Compare
Choose a tag to compare

0.92.0 (2024-01-12)

Features

  • allow finders to be inherited (#47) (1869055)
  • change configuration from hash to configuration object (1869055)

v0.91.0

11 Jan 21:10
7e89051
Compare
Choose a tag to compare

0.91.0 (2024-01-10)

Features

Bug Fixes

  • remove deprecated usage of Trailblazer::Activity::TaskBuilder::Binary (#41) (b8965ff)
  • update gemspec (#37) (7cf064f)

Trailblazer Finder V0.1.4

17 Mar 16:10
df70601
Compare
Choose a tag to compare
  • Updated DataMapper Adapter to include sorting by multiple columns/directions and the predicate feature.

Trailblazer Finder V0.1.3

17 Mar 03:26
df70601
Compare
Choose a tag to compare
  • Added sorting by multiple columns/directions for Hash, ActiveRecord and Sequel. Temporarily disabled sorting for DataMapper Adapter until i can find the time this weekend to update that Adapter as well.
  • Due to the above, a big change in the way sorting works, and which methods are available for it

Trailblazer Finder V0.1.2

14 Mar 20:20
df70601
Compare
Choose a tag to compare
  • Predicate feature introduced, doesn't work for old datamapper adapter yet. Default predicates covered for now: eq, not_eq, blank, not_blank, lt, lte, gt, gte
  • Removed Hashie as dependency and introduced simple version of deep_locate

Trailblazer Finder V0.1.1

12 Mar 00:36
df70601
Compare
Choose a tag to compare

load options[:model] with result set otherwise loading contracts fails, have to find a nicer solution for this at some point

Trailblazer Finder V0.1.0

11 Mar 23:39
df70601
Compare
Choose a tag to compare

Initial Release