Skip to content

Commit 21e217d

Browse files
Merge pull request #817 from NullVoxPopuli/changeset-release/main
Release Preview (beta)
2 parents 715d32c + be9e3cd commit 21e217d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"afraid-cherries-type",
1212
"curvy-frogs-sin",
1313
"gold-weeks-destroy",
14+
"great-fishes-look",
1415
"hip-fishes-agree",
1516
"hungry-waves-kiss",
1617
"long-apples-sneeze",

ember-resources/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ember-resources
22

3+
## 6.0.0-beta.3
4+
5+
### Major Changes
6+
7+
- [#815](https://github.com/NullVoxPopuli/ember-resources/pull/815) [`54e2b50`](https://github.com/NullVoxPopuli/ember-resources/commit/54e2b501ffe1cede2eec9465ed092ead5af6effd) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - The `RemoteData` resource now has the same state changes and semantics as `trackedFunction`.
8+
9+
Breaking Changes:
10+
11+
- `isResolved` is only true when the request succeeds. During migration, you may use `isFinished` for previous behavior.
12+
313
## 6.0.0-beta.2
414

515
### Minor Changes

ember-resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "6.0.0-beta.2",
3+
"version": "6.0.0-beta.3",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)