Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 967 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 967 Bytes

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]

  • Nothing.

[1.2.1] - 2024-03-05

Added

  • Added support for Laravel 11 #8.

[1.2.0] - 2023-02-16

Added

  • Added support for Laravel 10.

Removed

  • Dropped PHP <7.4 support.
  • Dropped Laravel <8 support.

[1.1.0] - 2022-02-22

Added

  • Added Laravel HTTP Client macros to consume JSON:API documents #2.

[1.0.1] - 2022-02-08

Added

  • Added support for Laravel 9.

[1.0.0] - 2022-01-04

Changed

  • All classes now use strict typing #1.

Removed

  • Dropped PHP <7.3 support.