Skip to content

Commit 893e2c0

Browse files
Merge pull request #837 from NullVoxPopuli/changeset-release/v5
Release Preview
2 parents bdc3392 + 536cda3 commit 893e2c0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/mean-moons-grab.md

-6
This file was deleted.

ember-resources/CHANGELOG.md

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

3+
## 5.6.4
4+
5+
### Patch Changes
6+
7+
- [#836](https://github.com/NullVoxPopuli/ember-resources/pull/836) [`ed6828c`](https://github.com/NullVoxPopuli/ember-resources/commit/ed6828c1f9fbc47d57eebe9ec3597b864e9e1ae4) Thanks [@rpemberton](https://github.com/rpemberton)! - Fixes [#835](https://github.com/NullVoxPopuli/ember-resources/issues/835) - resolves regression introduced by [PR: #808 ](https://github.com/NullVoxPopuli/ember-resources/pull/808) which aimed to correctly return the _previous_ task instance's value if the _current task_ hasn't finished yet. The regression described by #835 was that if a task in cancelled (e.g.: dropped), it is considered finished, and that canceled task's value would be used instead of the last compuleted task. In normal ember-concurrency APIs, this is abstracted over via the `.lastSuccessful` property on the `TaskProperty`. The goal of the `.value` on `trackedTask` is to mimic the property chain: `taskProperty.lastSuccessful?.value`.
8+
39
## 5.6.3
410

511
### Patch 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": "5.6.3",
3+
"version": "5.6.4",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)