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

Commit f43770e

Browse files
committed
Update changelog
1 parent 9eb6173 commit f43770e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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]
6+
### Added
7+
- [#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))
8+
9+
### 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))
11+
12+
### Fixed
13+
- [#94](https://github.com/tobscure/json-api/pull/94): Properly support empty to-one relationships.
14+
- [#99](https://github.com/tobscure/json-api/pull/99): Omit attributes on resource identifier objects. ([@anthonyhendrickson](https://github.com/anthonyhendrickson))
15+
- [#103](https://github.com/tobscure/json-api/issues/103): Prevent resource relationships from being built twice per resource.
16+
- [#110](https://github.com/tobscure/json-api/pull/110): Omit empty attributes on resources. ([@f3ath](https://github.com/f3ath))
17+
518
## [0.3.0] - 2016-03-31
619
### Added
720
- [#79](https://github.com/tobscure/json-api/pull/79), [#81](https://github.com/tobscure/json-api/pull/81): Allow serializers to add links and metadata to resources. ([@bwaidelich](https://github.com/bwaidelich))
@@ -39,6 +52,7 @@ Completely rewrite to improve all the things.
3952
## 0.1.0 - 2015-08-07
4053
- Initial release
4154

55+
[Unreleased]: https://github.com/tobscure/json-api/compare/v0.3.0...HEAD
4256
[0.3.0]: https://github.com/tobscure/json-api/compare/v0.2.1...v0.3.0
4357
[0.2.1]: https://github.com/tobscure/json-api/compare/v0.2.0...v0.2.1
4458
[0.2.0]: https://github.com/tobscure/json-api/compare/v0.1.1...v0.2.0

0 commit comments

Comments
 (0)