Skip to content

Releases: softonic/rest-api-nested-resources

Update library to laravel 12 and php 8.5

Choose a tag to compare

@Lotykun-Softonic Lotykun-Softonic released this 20 Jan 17:19
356dbf6

⚠️ Breaking Change

This release introduces breaking changes and is not backward compatible with previous versions.

Requirements

  • Laravel: ^12.0
  • PHP: ^8.5

Important Notes

  • This version has been updated to fully support Laravel 12 and PHP 8.5.
  • Projects running on earlier versions of Laravel or PHP will not be compatible with this release.
  • If you are using an older stack, please remain on a previous version of this library.

Before upgrading, ensure your application meets the minimum requirements listed above.

Allow null parameter values in EnsureModelExists

Choose a tag to compare

@xaviapa xaviapa released this 21 Feb 09:39
93038fb
2.0.0

Merge pull request #3 from softonic/Allow-null-parameter-values-in-En…

Added tests

Choose a tag to compare

@xaviapa xaviapa released this 31 May 12:16
15b7912
Merge pull request #2 from softonic/Add-tests

Added tests

Some fixes

Choose a tag to compare

@xaviapa xaviapa released this 03 May 14:22
1.0.1

Fixed package name in phpunit.xml

Initial version

Choose a tag to compare

@xaviapa xaviapa released this 03 May 11:05
23468da
Merge pull request #1 from softonic/feature/Extract-classes-to-library

Extracted classes to library