Osmose Versions Save

Elegant filtering for laravel's eloquent models

2.1.1

3 years ago

Fixes

  • Fixed bug on the direct filter to check for comma delimiter before querying to ensure the filter only runs when intended

2.1.0

3 years ago

Features

  • Added default model namespace on the osmose method, removing need to publish assets to use the function

Fixes

  • Fixed bug on callback filter executing regardless of whether a query param was passed or not

2.0.3

3 years ago
  • Fixes bug that disabled execution of the bound method due to the absence of a get value

2.0.2

3 years ago
  • Version bump to allow packagist's auto detection

2.0.1

3 years ago
  • Fix callback filter default execution
  • Defaulting to_date to end of day

2.0.0

4 years ago

Fixes

  • Fixed bug on direct filter, trying to access unsupported null request parameters

2.0.0-beta.1

4 years ago

Fixes

  • Fixed bug on callback filter where bounded rules tried accessing unsupported null query parameters

2.0.0-beta.0

4 years ago

Features

  • Adds bound() mnethod to perform compulsory filters on the eloquent models
  • Improves date filtering to allow custom dates to be passed as query parameters

v1.2.0

4 years ago

Features

  • Includes all the features 1.2.0-beta.0 indicated
  • Version bump. Stable release, ready for production

v1.2.0-beta.0

4 years ago

Features

  • Introduced global functions to the osmose package
  • Added osmose() global function that automatically loads eloquent models from the defined filter