Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit e483795

Browse files
committed
Add changelog based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1 parent 24092e6 commit e483795

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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)

0 commit comments

Comments
 (0)