You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ember-resources/CHANGELOG.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# ember-resources
2
2
3
+
## 6.4.2
4
+
5
+
### Patch Changes
6
+
7
+
-[#1019](https://github.com/NullVoxPopuli/ember-resources/pull/1019)[`d63d7b7`](https://github.com/NullVoxPopuli/ember-resources/commit/d63d7b7d72702babc195fe70142741d3d083e290) Thanks [@wagenet](https://github.com/wagenet)! - The `keepLatest` utility previously incorrectly had a `| undefined` type for the return value.
8
+
That's been removed.
9
+
10
+
`| undefined` is still a valid type if the passed value is possibly `| undefined`.
11
+
This made the `| undefined` on `keepLatest` redundant.
12
+
3
13
## 6.4.1
4
14
5
15
### Patch Changes
@@ -26,7 +36,7 @@
26
36
let id =typeofmaybeIdFn==="function"?maybeIdFn() :maybeIdFn;
27
37
let response =awaitfetch(`https://api.github.com/users/${id}`);
0 commit comments