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: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
### Fixed
10
10
11
11
- when ttl 0 was set, a request to the server was not made again, it brought it from memory, it was corrected in the isLive function of common.
12
+
## [2.2.1] - 2020-10-17
13
+
14
+
### Fixed
15
+
16
+
- Warning: Entry point 'ngx-jsonapi' contains deep imports into 'node_modules/rxjs/internal/util/noop'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
17
+
- lodash dependency missing.
18
+
19
+
## [2.2.0] - 2020-10-17
20
+
21
+
### Changed
22
+
23
+
- Local cache store is disabled by default.
24
+
- Only used lodash functions are included on base script. 69.44 KB to 7.5 KB, 89% saved!
0 commit comments