File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
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
+
6
17
## [ 1.0.0-alpha.4] - 2021-02-27
7
18
8
19
### Changed
@@ -16,7 +27,6 @@ All notable changes to this project will be documented in this file. This projec
16
27
### Fixed
17
28
18
29
- 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).
20
30
21
31
## [ 1.0.0-alpha.3] - 2021-02-09
22
32
You can’t perform that action at this time.
0 commit comments