@rxap/config 16.0.0-dev.8 → 16.0.0
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 +88 -0
- package/LICENSE +621 -0
- package/LICENSE.md +621 -0
- package/README.md +1 -1
- package/esm2022/index.mjs +6 -2
- package/esm2022/lib/config-testing-service.mjs +33 -0
- package/esm2022/lib/config.service.mjs +45 -5
- package/fesm2022/rxap-config.mjs +107 -34
- 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 +3 -1
- package/package.json +30 -31
- package/theme.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,94 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [16.0.0](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.22...@rxap/config@16.0.0) (2024-02-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/config
|
|
9
|
+
|
|
10
|
+
# [16.0.0-dev.22](https://gitlab.com/rxap/packages/compare/@rxap/config@16.0.0-dev.21...@rxap/config@16.0.0-dev.22) (2023-10-18)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- overwrite config loading settings with environment object ([ab43c83](https://gitlab.com/rxap/packages/commit/ab43c8322cd755e48f607e1ff66d164f81566460))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- support loading configuration from environment object ([2f8c89b](https://gitlab.com/rxap/packages/commit/2f8c89b24d795650019cdb50bb8e2914eddf16d5))
|
|
19
|
+
|
|
20
|
+
# [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)
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- auto refresh application on config loading error ([c2e8490](https://gitlab.com/rxap/packages/commit/c2e8490a7f95a56c554dd5a306ea69e98e790a62))
|
|
25
|
+
|
|
26
|
+
# [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)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @rxap/config
|
|
29
|
+
|
|
30
|
+
# [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)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- add browser-tailwind as imp dep if project has tailwind configuration ([3d90660](https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3))
|
|
35
|
+
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
|
|
36
|
+
- add tailwind bundle build target and configurations ([de3825a](https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810))
|
|
37
|
+
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
|
|
38
|
+
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
|
|
39
|
+
- improve error codes for config loading ([1e18cae](https://gitlab.com/rxap/packages/commit/1e18cae7e6ab9dd9fd3e772e7ed79df56e1798e4))
|
|
40
|
+
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
- support url functions ([ed91450](https://gitlab.com/rxap/packages/commit/ed914506c16834e9ed3ed1ffede5dc5b06d5ca11))
|
|
45
|
+
|
|
46
|
+
# [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)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @rxap/config
|
|
49
|
+
|
|
50
|
+
# [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)
|
|
51
|
+
|
|
52
|
+
**Note:** Version bump only for package @rxap/config
|
|
53
|
+
|
|
54
|
+
# [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)
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
- improve error codes for config loading ([ecee2c6](https://gitlab.com/rxap/packages/commit/ecee2c651a04309b8a3ee00ebd8629b26f59e4df))
|
|
59
|
+
|
|
60
|
+
# [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)
|
|
61
|
+
|
|
62
|
+
### Bug Fixes
|
|
63
|
+
|
|
64
|
+
- peer dependency issue ([e67e2b8](https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e))
|
|
65
|
+
|
|
66
|
+
# [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)
|
|
67
|
+
|
|
68
|
+
**Note:** Version bump only for package @rxap/config
|
|
69
|
+
|
|
70
|
+
# [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)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @rxap/config
|
|
73
|
+
|
|
74
|
+
# [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)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @rxap/config
|
|
77
|
+
|
|
78
|
+
# [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)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @rxap/config
|
|
81
|
+
|
|
82
|
+
# [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)
|
|
83
|
+
|
|
84
|
+
### Bug Fixes
|
|
85
|
+
|
|
86
|
+
- ensure the project name is not included in the project tag list ([b131ac3](https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753))
|
|
87
|
+
|
|
88
|
+
# [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)
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
- add licence file to publishable packages ([ca6d4d5](https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a))
|
|
93
|
+
|
|
6
94
|
# [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)
|
|
7
95
|
|
|
8
96
|
**Note:** Version bump only for package @rxap/config
|