Releases: trailblazer/trailblazer-finder
Releases · trailblazer/trailblazer-finder
v0.100.0
v0.92.0
v0.91.0
Trailblazer Finder V0.1.4
- Updated DataMapper Adapter to include sorting by multiple columns/directions and the predicate feature.
Trailblazer Finder V0.1.3
- 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
- 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
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
Initial Release