@rxap/config 16.0.0-dev.2 → 16.0.0-dev.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +371 -0
- package/LICENSE +621 -21
- package/LICENSE.md +621 -0
- package/README.md +8 -63
- package/esm2022/index.mjs +6 -2
- package/esm2022/lib/config-loader.service.mjs +9 -9
- package/esm2022/lib/config-testing-service.mjs +33 -0
- package/esm2022/lib/config.service.mjs +114 -76
- package/esm2022/lib/tokens.mjs +1 -1
- package/esm2022/lib/types.mjs +1 -1
- package/esm2022/rxap-config.mjs +1 -1
- package/fesm2022/rxap-config.mjs +174 -101
- package/fesm2022/rxap-config.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/lib/config-testing-service.d.ts +12 -0
- package/lib/config.service.d.ts +19 -8
- package/package.json +47 -41
- package/theme.css +1 -0
- package/collection.json +0 -15
- package/migration.json +0 -4
- package/src/schematics/ng-add/index.d.ts +0 -3
- package/src/schematics/ng-add/index.js +0 -59
- package/src/schematics/ng-add/index.js.map +0 -1
- package/src/schematics/ng-add/schema.json +0 -15
- package/src/schematics/side-load/index.d.ts +0 -3
- package/src/schematics/side-load/index.js +0 -27
- package/src/schematics/side-load/index.js.map +0 -1
- package/src/schematics/side-load/schema.json +0 -29
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [16.0.0-dev.21](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.20...@rxap/config@16.0.0-dev.21) (2023-10-12)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- auto refresh application on config loading error ([c2e8490](https://gitlab.com/rxap/packages/commit/c2e8490a7f95a56c554dd5a306ea69e98e790a62))
|
|
11
|
+
|
|
12
|
+
# [16.0.0-dev.20](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.19...@rxap/config@16.0.0-dev.20) (2023-10-11)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rxap/config
|
|
15
|
+
|
|
16
|
+
# [16.0.0-dev.19](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.5...@rxap/config@16.0.0-dev.19) (2023-10-11)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- add browser-tailwind as imp dep if project has tailwind configuration ([3d90660](https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3))
|
|
21
|
+
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
|
|
22
|
+
- add tailwind bundle build target and configurations ([de3825a](https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810))
|
|
23
|
+
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
|
|
24
|
+
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
|
|
25
|
+
- improve error codes for config loading ([1e18cae](https://gitlab.com/rxap/packages/commit/1e18cae7e6ab9dd9fd3e772e7ed79df56e1798e4))
|
|
26
|
+
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- support url functions ([ed91450](https://gitlab.com/rxap/packages/commit/ed914506c16834e9ed3ed1ffede5dc5b06d5ca11))
|
|
31
|
+
|
|
32
|
+
# [16.0.0-dev.18](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.17...@rxap/config@16.0.0-dev.18) (2023-09-30)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @rxap/config
|
|
35
|
+
|
|
36
|
+
# [16.0.0-dev.17](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.16...@rxap/config@16.0.0-dev.17) (2023-09-27)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rxap/config
|
|
39
|
+
|
|
40
|
+
# [16.0.0-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.15...@rxap/config@16.0.0-dev.16) (2023-09-18)
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- improve error codes for config loading ([ecee2c6](https://gitlab.com/rxap/packages/commit/ecee2c651a04309b8a3ee00ebd8629b26f59e4df))
|
|
45
|
+
|
|
46
|
+
# [16.0.0-dev.15](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.14...@rxap/config@16.0.0-dev.15) (2023-09-12)
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
- peer dependency issue ([e67e2b8](https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e))
|
|
51
|
+
|
|
52
|
+
# [16.0.0-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.13...@rxap/config@16.0.0-dev.14) (2023-09-12)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rxap/config
|
|
55
|
+
|
|
56
|
+
# [16.0.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.12...@rxap/config@16.0.0-dev.13) (2023-09-07)
|
|
57
|
+
|
|
58
|
+
**Note:** Version bump only for package @rxap/config
|
|
59
|
+
|
|
60
|
+
# [16.0.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.11...@rxap/config@16.0.0-dev.12) (2023-09-03)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @rxap/config
|
|
63
|
+
|
|
64
|
+
# [16.0.0-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.10...@rxap/config@16.0.0-dev.11) (2023-09-03)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package @rxap/config
|
|
67
|
+
|
|
68
|
+
# [16.0.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.9...@rxap/config@16.0.0-dev.10) (2023-08-31)
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
- ensure the project name is not included in the project tag list ([b131ac3](https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753))
|
|
73
|
+
|
|
74
|
+
# [16.0.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.8...@rxap/config@16.0.0-dev.9) (2023-08-04)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- add licence file to publishable packages ([ca6d4d5](https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a))
|
|
79
|
+
|
|
80
|
+
# [16.0.0-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.7...@rxap/config@16.0.0-dev.8) (2023-08-03)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package @rxap/config
|
|
83
|
+
|
|
84
|
+
# [16.0.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.6...@rxap/config@16.0.0-dev.7) (2023-08-01)
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
- add browser-tailwind as imp dep if project has tailwind configuration ([6ea13c5](https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061))
|
|
89
|
+
- add tailwind bundle build target and configurations ([bec6b96](https://gitlab.com/rxap/packages/commit/bec6b96be15bbc11ad072ccefdcaf7df9e8fea52))
|
|
90
|
+
- generate readme with peer dependencies to install ([e7039bb](https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb))
|
|
91
|
+
|
|
92
|
+
# 16.0.0-dev.6 (2023-08-01)
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
- restructure and merge mono repos packages, schematics, plugins and nest ([a057d77](https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86))
|
|
97
|
+
- support url option for config loading method ([cffef12](https://gitlab.com/rxap/packages/commit/cffef12f248fc059dd9e89c62cb91acd33e0485d))
|
|
98
|
+
- update package dependency versions ([45bd022](https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941))
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
- support url functions ([b5b1160](https://gitlab.com/rxap/packages/commit/b5b1160887f664c36db434273f1215fb2d545de8))
|
|
103
|
+
|
|
104
|
+
# [16.0.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.4...@rxap/config@16.0.0-dev.5) (2023-07-11)
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
- support url option for config loading method ([c651346](https://gitlab.com/rxap/packages/commit/c651346853911bd63a011d352978d725aa149a66))
|
|
109
|
+
|
|
110
|
+
# [16.0.0-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.3...@rxap/config@16.0.0-dev.4) (2023-07-10)
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
- update package dependency versions ([8479f5c](https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c))
|
|
115
|
+
|
|
116
|
+
# [16.0.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.2...@rxap/config@16.0.0-dev.3) (2023-07-10)
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
- restructure and merge mono repos packages, schematics, plugins and nest ([653b4cd](https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da))
|
|
121
|
+
|
|
122
|
+
# [16.0.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.1...@rxap/config@16.0.0-dev.2) (2023-05-31)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package @rxap/config
|
|
125
|
+
|
|
126
|
+
# [16.0.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.0...@rxap/config@16.0.0-dev.1) (2023-05-18)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- update rxap packagedependencies ([6e12567](https://gitlab.com/rxap/packages/commit/6e12567c05ee3c504da5079cb393660f2ab4cd30))
|
|
131
|
+
|
|
132
|
+
# [16.0.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@15.0.0...@rxap/config@16.0.0-dev.0) (2023-05-18)
|
|
133
|
+
|
|
134
|
+
### chore
|
|
135
|
+
|
|
136
|
+
- upgrade to nrwl 16.x.x ([12dd87e](https://gitlab.com/rxap/packages/commit/12dd87ef38d465c8af33cd26f7d5d7714bf7c392))
|
|
137
|
+
|
|
138
|
+
### BREAKING CHANGES
|
|
139
|
+
|
|
140
|
+
- upgrade nrwl 16.x.x
|
|
141
|
+
|
|
142
|
+
# [15.0.0](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.4...@rxap/config@15.0.0) (2023-05-17)
|
|
143
|
+
|
|
144
|
+
### chore
|
|
145
|
+
|
|
146
|
+
- upgrade to nrwl 15.x.x ([ad95577](https://gitlab.com/rxap/packages/commit/ad95577538adc5cd134cde8d1ff3b8fad52c9c2b))
|
|
147
|
+
|
|
148
|
+
### BREAKING CHANGES
|
|
149
|
+
|
|
150
|
+
- upgrade nrwl 15.x.x
|
|
151
|
+
|
|
152
|
+
## [14.1.4](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.4-dev.0...@rxap/config@14.1.4) (2023-05-17)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @rxap/config
|
|
155
|
+
|
|
156
|
+
## [14.1.4-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.3...@rxap/config@14.1.4-dev.0) (2023-04-18)
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
- show error in overlay box instead ofalert ([af37e19](https://gitlab.com/rxap/packages/commit/af37e19e8caba07e9cc21485a9582585e544879d))
|
|
161
|
+
- show error in overlay box instead ofalert ([c4c78ab](https://gitlab.com/rxap/packages/commit/c4c78ab49a57e159d86730f90cc5448edaaa1dc7))
|
|
162
|
+
|
|
163
|
+
## [14.1.3](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.2...@rxap/config@14.1.3) (2022-12-14)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @rxap/config
|
|
166
|
+
|
|
167
|
+
## [14.1.2](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.1...@rxap/config@14.1.2) (2022-12-13)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @rxap/config
|
|
170
|
+
|
|
171
|
+
## [14.1.1](https://gitlab.com/rxap/packages/compare/@rxap/config@14.1.0...@rxap/config@14.1.1) (2022-10-31)
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
- check if partial config is notnull ([fef5c5e](https://gitlab.com/rxap/packages/commit/fef5c5e8dc7cc2507b31f2c4424020386b118f21))
|
|
176
|
+
|
|
177
|
+
# [14.1.0](https://gitlab.com/rxap/packages/compare/@rxap/config@14.0.1...@rxap/config@14.1.0) (2022-10-31)
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
- change to asyncvalidation ([8363721](https://gitlab.com/rxap/packages/commit/83637213fa134046da9c6fc6dd6a4ee034a6c106))
|
|
182
|
+
- resolve config promise ([e193e38](https://gitlab.com/rxap/packages/commit/e193e38c03598b33d1d1b976b2f76f2acbeaf8cf))
|
|
183
|
+
- use AnySchema instead of ObjectSchama as schematype ([85a2dd5](https://gitlab.com/rxap/packages/commit/85a2dd52f1561948640576f1c42198afd9b4a14c))
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
- support joi configvalidation ([eafea07](https://gitlab.com/rxap/packages/commit/eafea07385967a0b7051632e59e4ef6362af333b))
|
|
188
|
+
|
|
189
|
+
## [14.0.1](https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0...@rxap/config@14.0.1) (2022-09-17)
|
|
190
|
+
|
|
191
|
+
**Note:** Version bump only for package @rxap/config
|
|
192
|
+
|
|
193
|
+
# [13.0.0](https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0-next.1...@rxap/config@13.0.0) (2022-09-11)
|
|
194
|
+
|
|
195
|
+
**Note:** Version bump only for package @rxap/config
|
|
196
|
+
|
|
197
|
+
# [13.0.0-next.1](https://gitlab.com/rxap/packages/compare/@rxap/config@13.0.0-next.0...@rxap/config@13.0.0-next.1) (2022-03-29)
|
|
198
|
+
|
|
199
|
+
**Note:** Version bump only for package @rxap/config
|
|
200
|
+
|
|
201
|
+
# [13.0.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.3.0...@rxap/config@13.0.0-next.0) (2022-02-19)
|
|
202
|
+
|
|
203
|
+
### Build System
|
|
204
|
+
|
|
205
|
+
- upgrade to nrwl/angular13.x.x ([f8920e7](https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81))
|
|
206
|
+
|
|
207
|
+
### BREAKING CHANGES
|
|
208
|
+
|
|
209
|
+
- update the core nrwl/angular packages to 13.x.x
|
|
210
|
+
|
|
211
|
+
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
212
|
+
|
|
213
|
+
# [12.3.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.3.0-next.0...@rxap/config@12.3.0) (2021-08-02)
|
|
214
|
+
|
|
215
|
+
**Note:** Version bump only for package @rxap/config
|
|
216
|
+
|
|
217
|
+
# [12.3.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0...@rxap/config@12.3.0-next.0) (2021-07-28)
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
- **schematics:** add side-loadschematic ([1579bfd](https://gitlab.com/rxap/packages/commit/1579bfd3cd1238fefaf7562a69d05f9c1129222e))
|
|
222
|
+
|
|
223
|
+
# [12.2.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.2...@rxap/config@12.2.0) (2021-07-22)
|
|
224
|
+
|
|
225
|
+
**Note:** Version bump only for package @rxap/config
|
|
226
|
+
|
|
227
|
+
# [12.2.0-alpha.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.2...@rxap/config@12.2.0-alpha.0) (2021-07-20)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @rxap/config
|
|
230
|
+
|
|
231
|
+
# [12.2.0-next.2](https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.1...@rxap/config@12.2.0-next.2) (2021-07-20)
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
- add required option ([3c89387](https://gitlab.com/rxap/packages/commit/3c89387e5369c09054d1859fe062cbd3b56f84bb))
|
|
236
|
+
|
|
237
|
+
# [12.2.0-next.1](https://gitlab.com/rxap/packages/compare/@rxap/config@12.2.0-next.0...@rxap/config@12.2.0-next.1) (2021-07-20)
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
- add side load log ([0d51a2b](https://gitlab.com/rxap/packages/commit/0d51a2b5b1095aec3873b24e49bc28588f43af7b))
|
|
242
|
+
|
|
243
|
+
# [12.2.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.1.0...@rxap/config@12.2.0-next.0) (2021-07-20)
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
- add SideLoad method ([711ab67](https://gitlab.com/rxap/packages/commit/711ab67c2c05c690be9d0e42539bd83a80f96440))
|
|
248
|
+
|
|
249
|
+
# [12.1.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.1.0-next.0...@rxap/config@12.1.0) (2021-07-09)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @rxap/config
|
|
252
|
+
|
|
253
|
+
# [12.1.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.7...@rxap/config@12.1.0-next.0) (2021-07-08)
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
- add ng-add logic to update projectfiles ([68641ec](https://gitlab.com/rxap/packages/commit/68641ec726e2f12c4e9481f0943801b5d901845e))
|
|
258
|
+
|
|
259
|
+
## [12.0.7](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.6...@rxap/config@12.0.7) (2021-06-24)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @rxap/config
|
|
262
|
+
|
|
263
|
+
## [12.0.6](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.5...@rxap/config@12.0.6) (2021-06-23)
|
|
264
|
+
|
|
265
|
+
**Note:** Version bump only for package @rxap/config
|
|
266
|
+
|
|
267
|
+
## [12.0.5](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.4...@rxap/config@12.0.5) (2021-06-23)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package @rxap/config
|
|
270
|
+
|
|
271
|
+
## [12.0.4](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.3...@rxap/config@12.0.4) (2021-06-14)
|
|
272
|
+
|
|
273
|
+
**Note:** Version bump only for package @rxap/config
|
|
274
|
+
|
|
275
|
+
## [12.0.3](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.2...@rxap/config@12.0.3) (2021-06-10)
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
- explicit imports ([373bf4c](https://gitlab.com/rxap/packages/commit/373bf4c739deb42441db92dd6b043b9af723d25f))
|
|
280
|
+
|
|
281
|
+
## [12.0.2](https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.2...@rxap/config@12.0.2) (2021-06-09)
|
|
282
|
+
|
|
283
|
+
### Bug Fixes
|
|
284
|
+
|
|
285
|
+
- add readme generator ([aca8e49](https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50))
|
|
286
|
+
|
|
287
|
+
## [12.0.1](https://gitlab.com/rxap/packages/compare/@rxap/config@12.0.0...@rxap/config@12.0.1) (2021-05-24)
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
- add readme generator ([aca8e49](https://gitlab.com/rxap/packages/commit/aca8e495f06d81edf14e56fdd1e6a3c2d7de4c50))
|
|
292
|
+
|
|
293
|
+
# [12.0.0](https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.1...@rxap/config@12.0.0) (2021-05-24)
|
|
294
|
+
|
|
295
|
+
**Note:** Version bump only for package @rxap/config
|
|
296
|
+
|
|
297
|
+
## [11.1.1](https://gitlab.com/rxap/packages/compare/@rxap/config@11.1.0...@rxap/config@11.1.1) (2021-04-30)
|
|
298
|
+
|
|
299
|
+
### Bug Fixes
|
|
300
|
+
|
|
301
|
+
- **schematics:** update module toesnext ([d1e2cd2](https://gitlab.com/rxap/packages/commit/d1e2cd252f3866471935131187b3acaefe2cca82))
|
|
302
|
+
- **schematics:** update to general schematicstsconfig ([83e5f9a](https://gitlab.com/rxap/packages/commit/83e5f9a0cf1810686a503425d87a5e4ae30b8c84))
|
|
303
|
+
|
|
304
|
+
# [11.1.0](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.10...@rxap/config@11.1.0) (2021-04-22)
|
|
305
|
+
|
|
306
|
+
### Features
|
|
307
|
+
|
|
308
|
+
- **config-service:** add methodgetOrThrow ([e7ca009](https://gitlab.com/rxap/packages/commit/e7ca00931d9d5017f54d3d5482864b180fccafd4))
|
|
309
|
+
|
|
310
|
+
## [11.0.10](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.9...@rxap/config@11.0.10) (2021-04-21)
|
|
311
|
+
|
|
312
|
+
### Bug Fixes
|
|
313
|
+
|
|
314
|
+
- update default config filepath ([ca53d05](https://gitlab.com/rxap/packages/commit/ca53d05eb9605d35bda1fac41ee3c3c09683f0b0))
|
|
315
|
+
|
|
316
|
+
## [11.0.9](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.8...@rxap/config@11.0.9) (2021-03-19)
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
- update peer dependencies ([954fde4](https://gitlab.com/rxap/packages/commit/954fde47836ff0c1f25a77c33ff871ddc7685b6c))
|
|
321
|
+
|
|
322
|
+
## [11.0.8](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.7...@rxap/config@11.0.8) (2021-03-19)
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
- update peer dependencies ([dd22b0c](https://gitlab.com/rxap/packages/commit/dd22b0ce053bc266c7aea659a2faf3be39f424e7))
|
|
327
|
+
|
|
328
|
+
## [11.0.7](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.6...@rxap/config@11.0.7) (2021-03-19)
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
- update peer dependencies ([2eeb7eb](https://gitlab.com/rxap/packages/commit/2eeb7eb85eedd6d610e855dc1724c7153cf01fd0))
|
|
333
|
+
- update peer dependencies ([c7d1267](https://gitlab.com/rxap/packages/commit/c7d12671f3efc198985cddee92caa2558e74b023))
|
|
334
|
+
|
|
335
|
+
## [11.0.6](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.5...@rxap/config@11.0.6) (2021-03-10)
|
|
336
|
+
|
|
337
|
+
### Bug Fixes
|
|
338
|
+
|
|
339
|
+
- default value return ([b2f7fb3](https://gitlab.com/rxap/packages/commit/b2f7fb33fa1187feb06332cd5d42341f322f71bc))
|
|
340
|
+
|
|
341
|
+
## [11.0.5](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.4...@rxap/config@11.0.5) (2021-03-09)
|
|
342
|
+
|
|
343
|
+
### Bug Fixes
|
|
344
|
+
|
|
345
|
+
- soft fail if the config path is notdefined ([6eeed25](https://gitlab.com/rxap/packages/commit/6eeed2545e0603c6e8b852351fec52fe03d916c0))
|
|
346
|
+
|
|
347
|
+
## [11.0.4](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.3...@rxap/config@11.0.4) (2021-02-04)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @rxap/config
|
|
350
|
+
|
|
351
|
+
## [11.0.3](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.2...@rxap/config@11.0.3) (2021-01-15)
|
|
352
|
+
|
|
353
|
+
**Note:** Version bump only for package @rxap/config
|
|
354
|
+
|
|
355
|
+
## [11.0.2](https://gitlab.com/rxap/packages/compare/@rxap/config@10.1.0...@rxap/config@11.0.2) (2021-01-15)
|
|
356
|
+
|
|
357
|
+
**Note:** Version bump only for package @rxap/config
|
|
358
|
+
|
|
359
|
+
## [11.0.1](https://gitlab.com/rxap/packages/compare/@rxap/config@11.0.0...@rxap/config@11.0.1) (2021-01-05)
|
|
360
|
+
|
|
361
|
+
**Note:** Version bump only for package @rxap/config
|
|
362
|
+
|
|
363
|
+
# [11.0.0](https://gitlab.com/rxap/packages/compare/@rxap/config@10.0.0...@rxap/config@11.0.0) (2021-01-03)
|
|
364
|
+
|
|
365
|
+
**Note:** Version bump only for package @rxap/config
|
|
366
|
+
|
|
367
|
+
# 10.0.0 (2021-01-03)
|
|
368
|
+
|
|
369
|
+
### Bug Fixes
|
|
370
|
+
|
|
371
|
+
- custom property keygeneration ([b6e6d23](https://gitlab.com/rxap/packages/commit/b6e6d23215f0b35e0de2d35003b186a3d435b8e4))
|