Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Releases: theofidry/EloquentSerializer

v1.1.0

17 Dec 23:54
cd1ec97
Compare
Choose a tag to compare
  • Update framework compatibilities: Laravel ~5.5.0 and Symfony ^3.4 || ^4.0
  • Move the installation of dependencies in the setup test script for easier usage
  • Add missing cache directories for tests
  • Bump to PHP ^7.1
  • Bump to PHPUnit ^6.4
  • Leverage Laravel provider auto-discovery to remove the installation step
  • Add missing Symfony normalizers
  • Update documentation and Travis configuration accordingly

v1.0.0

06 May 13:00
Compare
Choose a tag to compare
Upgrade dependencies (#5)

v1.0.0-beta.0

22 Sep 17:58
9962a7b
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release
  • Reorganised the project for a better support for the bridges.
  • Finalize support for Laravel and Symfony

v0.1.0

02 Jul 22:54
edc8c34
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Support for normalization of Eloquent Model
  • Laravel bridge
  • Symfony bridge (not tested)
  • Minimalistic doc