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
+31-29Lines changed: 31 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
9
9
## [2.7.0] - 2026-02-03
10
10
11
-
- Migrate to Angular 20
11
+
-Migrate to Angular 20
12
12
13
13
## [2.6.2] - 2026-01-13
14
14
15
-
- Fix error code version
15
+
-Fix error code version
16
16
17
17
## [2.6.1] - 2026-01-13
18
18
19
-
- Sync code with 2.5.1
19
+
-Sync code with 2.5.1
20
20
21
21
## [2.6.0] - 2025-09-24
22
22
23
-
- Migrate to angular 19
23
+
-Migrate to angular 19
24
24
25
25
## [2.5.1] - 2025-12-10
26
26
@@ -30,111 +30,113 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30
30
31
31
## [2.5.0] - 2025-09-16
32
32
33
-
- Migrate to angular 18
33
+
-Migrate to angular 18
34
34
35
35
## [2.4.0] - 2025-08-15
36
36
37
-
- Migrate to angular 17
37
+
- Migrate to angular 17
38
+
38
39
39
40
## [2.3.1] - 2025-08-01
40
41
41
-
- Changed CircleCI to GitHub Action and command fix
42
+
- Changed CircleCI to GitHub Action and command fix
43
+
42
44
43
45
## [2.3.0-dev-test] - 2023-08-11
44
46
45
-
- Migrate to angular 16
47
+
-Migrate to angular 16
46
48
47
49
### Fixed
48
50
49
-
- Fixed error lint with eslint ([#332](https://github.com/reyesoft/ngx-jsonapi/pull/332))
51
+
-Fixed error lint with eslint ([#332](https://github.com/reyesoft/ngx-jsonapi/pull/332))
50
52
51
53
### Changed
52
54
53
-
- Migrated tslint to eslint. ([#331](https://github.com/reyesoft/ngx-jsonapi/pull/331))
55
+
-Migrated tslint to eslint. ([#331](https://github.com/reyesoft/ngx-jsonapi/pull/331))
54
56
55
57
## [2.3.0] - 2021-05-19
56
58
57
59
### Changed
58
60
59
-
- Angular version upgraded to 10, and vulnerabilities updated. ([#306](https://github.com/reyesoft/ngx-jsonapi/pull/306))
61
+
-Angular version upgraded to 10, and vulnerabilities updated. ([#306](https://github.com/reyesoft/ngx-jsonapi/pull/306))
60
62
61
63
## [2.2.2] - 2021-05-19
62
64
63
65
### Fixed
64
66
65
-
- 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.
66
-
- When the value of a remote filter contained '&', the generated url did not keep the '&'.
67
+
-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.
68
+
-When the value of a remote filter contained '&', the generated url did not keep the '&'.
67
69
68
70
## [2.2.1] - 2020-10-17
69
71
70
72
### Fixed
71
73
72
-
- 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.
73
-
- lodash dependency missing.
74
+
-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.
75
+
-lodash dependency missing.
74
76
75
77
## [2.2.0] - 2020-10-17
76
78
77
79
### Changed
78
80
79
-
- Local cache store is disabled by default.
80
-
- Only used lodash functions are included on base script. 69.44 KB to 7.5 KB, 89% saved!
81
-
- Store support is optional.
81
+
-Local cache store is disabled by default.
82
+
-Only used lodash functions are included on base script. 69.44 KB to 7.5 KB, 89% saved!
0 commit comments