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