Releases: ans-group/laravel-sieve
Releases · ans-group/laravel-sieve
v0.3.2
v0.3.1
v0.3.0
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
v0.2.0
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()