Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Jul 22, 2024
1 parent 44de538 commit e68cf6b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.14.1] - 2024-07-22

### Fixed

- Performance degradation issue on serialisation (infinite loop on nested includeds)

## [3.14.0] - 2024-05-24

### Added
Expand Down Expand Up @@ -99,7 +105,7 @@ JsonApiResponse::using(Post::class)->allowInclude(['tags_count']);

- Default sorts using `JsonApiResponse::applyDefaultSort` method or `OpenSoutheners\LaravelApiable\Attributes\ApplyDefaultSort` attribute
- Default filters using `JsonApiResponse::applyDefaultFilter` method or `OpenSoutheners\LaravelApiable\Attributes\ApplyDefaultFilter` attribute
- Default formatting bypass using `JsonApiResponse::forceFormatting` method
- Default formatting bypass using `JsonApiResponse::forceFormatting` method

### Changed

Expand Down Expand Up @@ -200,7 +206,7 @@ JsonApiResponse::using(Post::class)->allowInclude(['tags_count']);

### Added

- `JsonApiResponse::conditionallyLoadResults` to manage adding viewable query or not to the response
- `JsonApiResponse::conditionallyLoadResults` to manage adding viewable query or not to the response

## [3.3.0] - 2023-02-14

Expand Down Expand Up @@ -538,4 +544,4 @@ JsonApiResponse::using(Post::class)->allowInclude(['tags_count']);

### Added

- Initial pre-release!
- Initial pre-release!

0 comments on commit e68cf6b

Please sign in to comment.