Skip to content

Releases: franciskisiara/osmose

v3.0.0-beta.3

23 Oct 15:54
84fac8c
Compare
Choose a tag to compare

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

23 Oct 17:08
84fac8c
Compare
Choose a tag to compare

Ready up for prod

v3.0.0

23 Oct 17:34
4e7a938
Compare
Choose a tag to compare

First stable release of version 3

PHP 8 support
Namespace change for models folder
Improved typing on properties and methods

v2.1.1

28 Jul 14:04
7adaad6
Compare
Choose a tag to compare

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

12 Jul 20:30
Compare
Choose a tag to compare

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

12 Jul 14:23
Compare
Choose a tag to compare
  • Fixes bug that disabled execution of the bound method due to the absence of a get value

v2.0.2

11 Jul 11:32
Compare
Choose a tag to compare
  • Version bump to allow packagist's auto detection

v2.0.1

11 Jul 11:11
564c9da
Compare
Choose a tag to compare
  • Fix callback filter default execution
  • Defaulting to_date to end of day

v2.0.0

20 May 08:10
Compare
Choose a tag to compare

Fixes

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

v2.0.0-beta.1

20 May 07:48
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Fixes

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