Skip to content

Releases: Dropelikeit/laravel-jms-serializer

v6.0.1

20 May 18:14
4357297
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

14 May 19:13
7be1765
Compare
Choose a tag to compare

What's Changed

  • Laravel 11 support and improve test quality by @Dropelikeit in #35
  • Remove Laravel 9 support
  • Upgrade illuminate dependencies, add UPGRADE-6.0.md file by @Dropelikeit in #36

Full Changelog: v5.1.0...v6.0.0

v5.1.0

26 Oct 18:32
b554572
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.1.0

Bugfix Release

14 Apr 05:46
564b4b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

Stable Release

14 Apr 05:18
6d0ce58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0

Stable Release

23 Jan 07:41
63c83fe
Compare
Choose a tag to compare

What's Changed

  • Removed PHP 7.4 support, the minimum PHP version is 8.0.
  • Added two new configuration parameters add_default_handlers: bool and custom_handlers: list<\Dropelikeit\LaravelJmsSerializer\Contracts\CustomHandlerConfiguration>
  • Added a better documentation
  • Added a upgrade guide to 4.0
  • Added tests for serializer factory and service provider

For more information, refer to the UPGRADE-4.0.md

Full Changelog: v3.1.0...v4.0.0

Dependency Patch

27 Dec 23:34
5abb2f7
Compare
Choose a tag to compare

What's Changed

In development symfony/cache is used instead of doctrine/cache because doctrine/cache is deprecated. In non-develop environments no cache dependency is provided by the library but uses it from the main project. By @Dropelikeit in #20

Full Changelog: v3.0.0...v3.1.0

Stable Release

05 Oct 09:21
92e8ab0
Compare
Choose a tag to compare

In this update some dependencies were updated respectively multiple versions for the different PHP versions and Laravel versions were allowed.
Added a Laravel facade for the ResponseFactory to make it easier to work with the factory. Removed support for Laravel 6 and added support for Laravel 10.

Additionally, PHP 8.1 has been added to the Github workflows, as well as a task for the PHP Linter.

Security Patch

20 May 23:04
0d70513
Compare
Choose a tag to compare

In this release some dependencies have been updated to the highest possible version. For more flexibility, the "composer.lock" has been removed from the repository.
To better test our library we have additionally enabled GitHub workflows.

Laravel 9 support

14 Feb 22:59
Compare
Choose a tag to compare

In this release we have removed support for PHP7.3 as well as Laravel 7 as both are no longer supported. Additionally, we have added support for Laravel 9 and updated all composer packages to close security issues.