0.2.0-beta.2
This commit is contained in:
parent
1e34ffbb04
commit
69866ea247
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.2.0-beta.2] - 2021-09-01
|
||||||
### Added
|
### Added
|
||||||
- Content-Type validation and Accept negotation
|
- Content-Type validation and Accept negotation
|
||||||
- Include `jsonapi` object with `version` member in response
|
- Include `jsonapi` object with `version` member in response
|
||||||
|
|
@ -46,5 +46,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix pagination next link appearing when it shouldn't
|
- Fix pagination next link appearing when it shouldn't
|
||||||
|
|
||||||
[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...HEAD
|
[0.2.0-beta.2]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.2...v0.2.0-beta.1
|
||||||
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...v0.1.0-beta.1
|
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...v0.1.0-beta.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue