This repository was archived by the owner on Feb 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 1.1.0] - 2019-08-16
10+
11+ ### Added
12+
13+ - Second parameter on ** JsonApiCollection** for force authorization on resource list
14+ - Use of the _ snake_case_ 🐍 for object types (see [ member names] ( https://jsonapi.org/format/#document-member-names ) )
15+ - Changelog following [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
16+
17+ ### Removed
18+
19+ - Temporary use of PSR-12 on some classes (we'll still use PSR-2 and all the approved ones)
20+
21+ ### Fixed
22+
23+ - Multiple bugs on the pagination when resources are not authorised and it still show old count of items
24+ - When _ included_ show empty on ** JsonApiCollection**
25+
26+ ## [ 1.0.2] - 2019-07-30
27+
28+ ### Fixed
29+
30+ - Prevent pivot relationships to be included
31+
32+ ## [ 1.0.1] - 2019-07-30
33+
34+ ### Fixed
35+
36+ - The whole package functionality
37+
38+ ## [ 1.0.0] - 2019-07-29
39+
40+ ### Added
41+
42+ - Initial commit of the package
43+ - Package published on Packagist (composer)
You can’t perform that action at this time.
0 commit comments