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

Commit 663d1c1

Browse files
committed
Release 0.3.0
1 parent 11e5ad9 commit 663d1c1

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

CHANGELOG.md

+29-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
# CHANGELOG
2-
3-
## 0.2.1 (released 2015-11-02)
4-
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [0.3.0] - 2016-03-31
6+
### Added
7+
- [#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))
8+
9+
### Changed
10+
- [#62](https://github.com/tobscure/json-api/pull/62): Allow PHPUnit 5.0. ([@vinkla](https://github.com/vinkla))
11+
- [#85](https://github.com/tobscure/json-api/pull/85): Allow creation of relationships without data. ([@josephmcdermott](https://github.com/josephmcdermott))
12+
13+
### Fixed
14+
- [#65](https://github.com/tobscure/json-api/pull/65): Convert snake-case into camelCase when calling a relationship method. ([@avoelpel](https://github.com/avoelpel))
15+
- [#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))
16+
- [#72](https://github.com/tobscure/json-api/pull/72): Return `null` in `Parameters::getLimit` if no limit is set. ([@byCedric](https://github.com/byCedric))
17+
- [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))
18+
19+
## [0.2.1] - 2015-11-02
20+
### Fixed
521
- Improve performance when working with large numbers of resources
622

7-
## 0.2.0 (released 2015-10-30)
8-
23+
## [0.2.0] - 2015-10-30
924
Completely rewrite to improve all the things.
1025

1126
- Resources and Collections now contain data and are responsible for serializing it when they are converted to JSON-API output (whereas before serializers were responsible for creating concrete Resources/Collections containing pre-serialized data). Serializers are now only responsible for building attributes and relationships. This is a much more logical/testable workflow, and it makes some really cool syntax possible!
@@ -17,10 +32,14 @@ Completely rewrite to improve all the things.
1732
- Wrote some tests.
1833
- It should go without saying that this is not at all backwards-compatible with 0.1.
1934

20-
## 0.1.1 (released 2015-08-07)
21-
35+
## [0.1.1] - 2015-08-07
36+
### Changed
2237
- Rename abstract serializer
2338

24-
## 0.1.0 (released 2015-08-07)
39+
## 0.1.0 - 2015-08-07
40+
- Initial release
2541

26-
- Initial testing release
42+
[0.3.0]: https://github.com/tobscure/json-api/compare/v0.2.1...v0.3.0
43+
[0.2.1]: https://github.com/tobscure/json-api/compare/v0.2.0...v0.2.1
44+
[0.2.0]: https://github.com/tobscure/json-api/compare/v0.1.1...v0.2.0
45+
[0.1.1]: https://github.com/tobscure/json-api/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)