File tree Expand file tree Collapse file tree 9 files changed +39
-3
lines changed Expand file tree Collapse file tree 9 files changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-rc.4] - 2022-08-15
9+
10+ ### Added
11+
12+ - Package compatibility table to README
13+
814## [ 1.0.0-rc.3] - 2022-08-14
915
1016### Changed
Original file line number Diff line number Diff line change 3030
3131` npm install @ngx-toolset/api-token-interceptor --save `
3232
33+ Choose the version corresponding to your Angular version:
34+
35+ | Angular | @ngx-toolset/api-token-interceptor |
36+ | ---------| ------------------------------------|
37+ | 14.x.x | 1.x.x |
38+
3339## Usage
3440
3541### Module Import
Original file line number Diff line number Diff line change 11{
22 "name" : " @ngx-toolset/api-token-interceptor" ,
3- "version" : " 1.0.0-rc.3 " ,
3+ "version" : " 1.0.0-rc.4 " ,
44 "description" : " Angular API token interceptor" ,
55 "homepage" : " https://github.com/SwabianCoder/ngx-toolset" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-rc.4] - 2022-08-15
9+
10+ ### Added
11+
12+ - Package compatibility table to README
13+
814## [ 1.0.0-rc.3] - 2022-08-14
915
1016### Added
Original file line number Diff line number Diff line change 3232
3333` npm install @ngx-toolset/date-interceptors date-fns@^2.0.0 rxjs@^7.0.0 --save `
3434
35+ Choose the version corresponding to your Angular version:
36+
37+ | Angular | @ngx-toolset/date-interceptors |
38+ | ---------| --------------------------------|
39+ | 14.x.x | 1.x.x |
40+
3541## Usage
3642
3743### Module Import
Original file line number Diff line number Diff line change 11{
22 "name" : " @ngx-toolset/date-interceptors" ,
3- "version" : " 1.0.0-rc.3 " ,
3+ "version" : " 1.0.0-rc.4 " ,
44 "description" : " Angular date interceptors (parses API response dates to date objects and stringifys API request body date objects to given format)" ,
55 "homepage" : " https://github.com/SwabianCoder/ngx-toolset" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.0-rc.4] - 2022-08-15
9+
10+ ### Added
11+
12+ - Package compatibility table to README
13+
814## [ 1.0.0-rc.3] - 2022-08-15
915
1016### Fixed
Original file line number Diff line number Diff line change 2626
2727` npm install @ngx-toolset/template-type-checker --save `
2828
29+ Choose the version corresponding to your Angular version:
30+
31+ | Angular | @ngx-toolset/template-type-checker |
32+ | ---------| ------------------------------------|
33+ | 14.x.x | 1.x.x |
34+
2935## Usage
3036
3137### Module Import
Original file line number Diff line number Diff line change 11{
22 "name" : " @ngx-toolset/template-type-checker" ,
3- "version" : " 1.0.0-rc.3 " ,
3+ "version" : " 1.0.0-rc.4 " ,
44 "description" : " Angular template class type check support" ,
55 "homepage" : " https://github.com/SwabianCoder/ngx-toolset" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments