We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fc7bc commit 2e3fc50Copy full SHA for 2e3fc50
CHANGELOG.md
@@ -15,6 +15,15 @@
15
16
17
18
+
19
+## v6.0.8 (2024-03-20)
20
21
+#### :bug: Bug Fix
22
+* [#486](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/486) fix passing arbitrary props to `fragmentArray.createFragment` ([@dwickern](https://github.com/dwickern))
23
24
+#### Committers: 1
25
+- Derek Wickern ([@dwickern](https://github.com/dwickern))
26
27
## v6.0.7 (2024-02-13)
28
29
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-data-model-fragments",
3
- "version": "6.0.7",
+ "version": "6.0.8",
4
"description": "Ember Data addon to support nested JSON documents",
5
"keywords": [
6
"ember-addon",
0 commit comments