Skip to content

Releases: ans-group/laravel-sieve

v0.3.2

10 Jan 17:13
Compare
Choose a tag to compare

Fixed wrapping

v0.3.1

01 Nov 20:05
Compare
Choose a tag to compare

Added support for lk filtering

v0.3.0

01 Nov 19:05
Compare
Choose a tag to compare

Reworked how wrapping queries works

I believe it was Donald Knuth who said "code written at 3am is probably bad"

Breaking Changes

Got rid of the WrappedFilter class, and reworked how the relationship filtering worked. The Seive class no longer has to know how that works and all the logic for it lies in the MapFilter class

v0.2.1

01 Nov 02:59
Compare
Choose a tag to compare

Fixed signature of modifiesQueries on Wrapped and Numeric Filter

v0.2.0

01 Nov 02:56
Compare
Choose a tag to compare

Added support for filtering on relationships

Breaking Changes

  • The modifyQuery method for the ModifiesQueries interface has changed signature. The first argument is no longer type hinted
  • The IntegerFilter is now called NumericFilter
  • The integer() method on FilterBuilder has been replaced with numeric()

v0.1.0

27 Oct 15:47
Compare
Choose a tag to compare

Version 0 release, breaking changes may happen between now and v1