Skip to content

Commit e9d2ad0

Browse files
Merge pull request #809 from NullVoxPopuli/changeset-release/v5
Release Preview
2 parents 5eef5bd + 135ef81 commit e9d2ad0

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/many-brooms-turn.md

-9
This file was deleted.

ember-resources/CHANGELOG.md

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

3+
## 5.6.3
4+
5+
### Patch Changes
6+
7+
- [#808](https://github.com/NullVoxPopuli/ember-resources/pull/808) [`34884c2`](https://github.com/NullVoxPopuli/ember-resources/commit/34884c218e642d188f8236372476b8824052d6c0) Thanks [@NullVoxPopuli](https://github.com/NullVoxPopuli)! - `trackedTask` must return correct last value.
8+
9+
Fixes the issue described at #793
10+
If the task was called multiple times and the last returned value was null or undefined,
11+
then trackedTask will return the previous value instead of the current one.
12+
313
## 5.6.2
414

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

0 commit comments

Comments
 (0)