Releases: franciskisiara/osmose
Releases · franciskisiara/osmose
v3.0.0-beta.3
With massive changes happening over the years in both the PHP and Laravel world, we are rolling out the third version of osmose.
- Introduced support for PHP 8 (PHP7 will no longer be supported)
- Changed the default models folder from App to App\Models
- Improved typing for properties, function parameters and return types
v3.0.0-alpha.1
Ready up for prod
v3.0.0
v2.1.1
Fixes
- Fixed bug on the direct filter to check for comma delimiter before querying to ensure the filter only runs when intended
v2.1.0
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
v2.0.3
- Fixes bug that disabled execution of the bound method due to the absence of a get value
v2.0.2
- Version bump to allow packagist's auto detection
v2.0.1
- Fix callback filter default execution
- Defaulting to_date to end of day
v2.0.0
Fixes
- Fixed bug on direct filter, trying to access unsupported null request parameters
v2.0.0-beta.1
Fixes
- Fixed bug on callback filter where bounded rules tried accessing unsupported null query parameters