Fix typos

This commit is contained in:
Toby Zerner 2021-09-05 17:25:36 +10:00
parent 43ff947d16
commit d6f9e18852
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.0-beta.2] - 2021-09-01 ## [0.2.0-beta.2] - 2021-09-01
### Added ### Added
- Content-Type validation and Accept negotation - Content-Type validation and Accept negotiation
- Include `jsonapi` object with `version` member in response - Include `jsonapi` object with `version` member in response
- Validate implementation-specific query parameters according to specification - Validate implementation-specific query parameters according to specification
- Added `Location` header to `201 Created` responses - Added `Location` header to `201 Created` responses
- Improved error repsonses when creating and updating resources - Improved error responses when creating and updating resources
- `Context::filter()` method to get the value of a filter - `Context::filter()` method to get the value of a filter
- `ResourceType::applyScope()`, `applyFilter()` and `applySort()` methods - `ResourceType::applyScope()`, `applyFilter()` and `applySort()` methods
- `ResourceType::url()` method to get the URL for a model - `ResourceType::url()` method to get the URL for a model