Skip to content

Commit 6adbb83

Browse files
committed
[Docs] Update changelog and bump version
1 parent bb6ae50 commit 6adbb83

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## [1.0.0-beta.1] - 2021-03-30
7+
8+
### Changed
9+
10+
- Updated the encoder to implement changes made to the encoder interface. This removes the `withIdentifiers()` method
11+
and replaces it with the `withToOne()` and `withToMany()` methods.
12+
13+
### Fixed
14+
15+
- When encoding relationships, do not yield a relationship value that is empty (no data, links or meta).
16+
617
## [1.0.0-alpha.4] - 2021-02-27
718

819
### Changed
@@ -16,7 +27,6 @@ All notable changes to this project will be documented in this file. This projec
1627
### Fixed
1728

1829
- Conditional field values are now correctly handled when iterating over a resource's relationships.
19-
- When encoding relationships, do not yield a relationship value that is empty (no data, links or meta).
2030

2131
## [1.0.0-alpha.3] - 2021-02-09
2232

0 commit comments

Comments
 (0)