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

Commit 25a62d3

Browse files
committed
Release v0.4.0
1 parent f43770e commit 25a62d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [0.4.0] - 2017-03-05
66
### Added
77
- [#96](https://github.com/tobscure/json-api/pull/96): Improve invalid parameter exceptions with more information about what's invalid. ([@nubs](https://github.com/nubs))
88

99
### Changed
10-
- [#106](https://github.com/tobscure/json-api/pull/106): Convert snake_case relationship names into camelCase serializer methods. ([@ustrugany](https://github.com/ustrugany))
10+
- [#106](https://github.com/tobscure/json-api/pull/106): Convert snake_case into camelCase when calling a relationship method. ([@ustrugany](https://github.com/ustrugany))
1111

1212
### Fixed
1313
- [#94](https://github.com/tobscure/json-api/pull/94): Properly support empty to-one relationships.
@@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2424
- [#85](https://github.com/tobscure/json-api/pull/85): Allow creation of relationships without data. ([@josephmcdermott](https://github.com/josephmcdermott))
2525

2626
### Fixed
27-
- [#65](https://github.com/tobscure/json-api/pull/65): Convert snake-case into camelCase when calling a relationship method. ([@avoelpel](https://github.com/avoelpel))
27+
- [#65](https://github.com/tobscure/json-api/pull/65): Convert kebab-case into camelCase when calling a relationship method. ([@avoelpel](https://github.com/avoelpel))
2828
- [#70](https://github.com/tobscure/json-api/pull/70): Include related resources even if relationship is not listed in sparse fieldset. ([@Damith88](https://github.com/Damith88))
2929
- [#72](https://github.com/tobscure/json-api/pull/72): Return `null` in `Parameters::getLimit` if no limit is set. ([@byCedric](https://github.com/byCedric))
3030
- [46142e5](https://github.com/tobscure/json-api/commit/46142e5823da3bebbd9dfc38833af4d808a5e3f3): Prevent primary "data" resources from showing up again in the "included" array. ([@tobscure](https://github.com/tobscure))
@@ -52,7 +52,7 @@ Completely rewrite to improve all the things.
5252
## 0.1.0 - 2015-08-07
5353
- Initial release
5454

55-
[Unreleased]: https://github.com/tobscure/json-api/compare/v0.3.0...HEAD
55+
[0.4.0]: https://github.com/tobscure/json-api/compare/v0.3.0...v0.4.0
5656
[0.3.0]: https://github.com/tobscure/json-api/compare/v0.2.1...v0.3.0
5757
[0.2.1]: https://github.com/tobscure/json-api/compare/v0.2.0...v0.2.1
5858
[0.2.0]: https://github.com/tobscure/json-api/compare/v0.1.1...v0.2.0

0 commit comments

Comments
 (0)