Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.93 KB

File metadata and controls

60 lines (45 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.6.0] - 2025-02-17

Added

  • Support Laravel 12 PR#23. Thanks to laravel-shift for creating the PR.
  • Extend workflow matrix to include PHP 8.2, 8.3 and 8.4 PR#24

[2.5.0] - 2024-04-05

Added

[2.4.0] - 2023-04-04

Added

[2.3.0] - 2022-02-15

Added

  • Support Laravel 9 PR#17

[2.2.0] - 2021-03-18

Added

  • Utilise the new builder factory; Add mapToCollection methods PR#13

[2.1.0] - 2021-01-28

Changed

  • Migrate to GitHub actions PR#12

[2.0.0] - 2021-01-07

Changed

  • Update to version ^2.0 JsonMapper

[1.1.3] - 2020-09-14

Added

  • Add support for Laravel 8

[1.1.2] - 2020-07-12

Fixed

  • Late config binding added for runtime override

[1.1.1] - 2020-07-12

Fixed

  • Make JsonMapperInterface available in ServiceProvider

[1.1.0] - 2020-07-12

Fixed

  • Optimised composer dependencies. PR#2

[1.0.1] - 2020-04-28

Fixed

  • Fixed readme shields

[1.0.0] - 2020-04-27

Added

  • Add initial ServiceProvider and package config