@breadstone-tools/openapi-core 0.0.170 → 0.0.172

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +236 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,239 @@
1
+ ## 0.0.171 (2025-11-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add FlipToDirective for flipping components and ReactiveFormValidator for form validation ([ba607ccc49](https://github.com/RueDeRennes/mosaik/commit/ba607ccc49))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
10
+
11
+ ## 0.0.170 (2025-10-28)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **release:** update release version to 0.0.169 ([77c58d1eea](https://github.com/RueDeRennes/mosaik/commit/77c58d1eea))
16
+
17
+ ## 0.0.169 (2025-10-28)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **chat:** add author property to chat messages and update templates ([6e22d26e1d](https://github.com/RueDeRennes/mosaik/commit/6e22d26e1d))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - **release:** update release version to 0.0.168 ([1434c7a9fd](https://github.com/RueDeRennes/mosaik/commit/1434c7a9fd))
26
+
27
+ ## 0.0.168 (2025-10-26)
28
+
29
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
30
+
31
+ ## 0.0.167 (2025-10-26)
32
+
33
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
34
+
35
+ ## 0.0.166 (2025-10-26)
36
+
37
+ ### 🩹 Fixes
38
+
39
+ - **package:** add missing newline at end of file ([4aa435a5b6](https://github.com/RueDeRennes/mosaik/commit/4aa435a5b6))
40
+
41
+ ## 0.0.165 (2025-10-24)
42
+
43
+ ### 🚀 Features
44
+
45
+ - **List:** add orientation property and update styles for flexible layout ([44aa6a89cb](https://github.com/RueDeRennes/mosaik/commit/44aa6a89cb))
46
+
47
+ ## 0.0.164 (2025-10-24)
48
+
49
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
50
+
51
+ ## 0.0.163 (2025-10-22)
52
+
53
+ ### 🚀 Features
54
+
55
+ - add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
56
+
57
+ ## 0.0.162 (2025-10-22)
58
+
59
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
60
+
61
+ ## 0.0.161 (2025-10-22)
62
+
63
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
64
+
65
+ ## 0.0.160 (2025-10-21)
66
+
67
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
68
+
69
+ ## 0.0.159 (2025-10-21)
70
+
71
+ ### 🩹 Fixes
72
+
73
+ - correct typo in TODO comment in TemplateType.ts and adjust formatting in ModelKind.ts and ModelKindRegistry.ts ([c8bcbb7a65](https://github.com/RueDeRennes/mosaik/commit/c8bcbb7a65))
74
+
75
+ ## 0.0.158 (2025-10-21)
76
+
77
+ ### 🚀 Features
78
+
79
+ - **openapi:** support enum naming and custom service class ([9966e620bd](https://github.com/RueDeRennes/mosaik/commit/9966e620bd))
80
+ - add options for ListElement and update release version to 0.0.157 ([0a28367587](https://github.com/RueDeRennes/mosaik/commit/0a28367587))
81
+
82
+ ### 🩹 Fixes
83
+
84
+ - correct typos in interface comments and update default configuration values ([dc58b1a35c](https://github.com/RueDeRennes/mosaik/commit/dc58b1a35c))
85
+
86
+ ## 0.0.157 (2025-10-19)
87
+
88
+ ### 🩹 Fixes
89
+
90
+ - add newline at end of file in package.json ([d0e684e967](https://github.com/RueDeRennes/mosaik/commit/d0e684e967))
91
+
92
+ ## 0.0.156 (2025-10-17)
93
+
94
+ ### 🩹 Fixes
95
+
96
+ - update release version to 0.0.156 in package.json ([323d1588b7](https://github.com/RueDeRennes/mosaik/commit/323d1588b7))
97
+ - update release version to 0.0.155 in package.json ([1f1946594c](https://github.com/RueDeRennes/mosaik/commit/1f1946594c))
98
+
99
+ ## 0.0.155 (2025-10-16)
100
+
101
+ ### 🩹 Fixes
102
+
103
+ - update release version to 0.0.154 in package.json ([d894b6b4a1](https://github.com/RueDeRennes/mosaik/commit/d894b6b4a1))
104
+
105
+ ## 0.0.154 (2025-10-16)
106
+
107
+ ### 🩹 Fixes
108
+
109
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
110
+
111
+ ## 0.0.153 (2025-10-15)
112
+
113
+ ### 🩹 Fixes
114
+
115
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
116
+
117
+ ## 0.0.152 (2025-10-15)
118
+
119
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
120
+
121
+ ## 0.0.151 (2025-09-29)
122
+
123
+ ### 🚀 Features
124
+
125
+ - add wrap property to StackElement for flexible layout handling ([181634aa81](https://github.com/RueDeRennes/mosaik/commit/181634aa81))
126
+
127
+ ## 0.0.150 (2025-09-29)
128
+
129
+ ### 🩹 Fixes
130
+
131
+ - update release script version to 0.0.149 and adjust enum handling in modelClass function ([826e15bdf2](https://github.com/RueDeRennes/mosaik/commit/826e15bdf2))
132
+
133
+ ## 0.0.149 (2025-09-25)
134
+
135
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
136
+
137
+ ## 0.0.148 (2025-09-25)
138
+
139
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
140
+
141
+ ## 0.0.147 (2025-09-25)
142
+
143
+ ### 🩹 Fixes
144
+
145
+ - correct spelling of 'schema' in OpenApiParser logging ([1a75e6c62b](https://github.com/RueDeRennes/mosaik/commit/1a75e6c62b))
146
+
147
+ ## 0.0.146 (2025-09-16)
148
+
149
+ ### 🩹 Fixes
150
+
151
+ - update release script version to 0.0.145 and enhance logging output in TemplateBuilder ([c77501d259](https://github.com/RueDeRennes/mosaik/commit/c77501d259))
152
+
153
+ ## 0.0.145 (2025-09-16)
154
+
155
+ ### 🩹 Fixes
156
+
157
+ - update release version to 0.0.144 and improve type annotations in TemplateEngine ([c99a28f6b6](https://github.com/RueDeRennes/mosaik/commit/c99a28f6b6))
158
+
159
+ ## 0.0.144 (2025-09-16)
160
+
161
+ ### 🩹 Fixes
162
+
163
+ - correct spelling of 'preferred' in TemplateBuilder and related files ([5862673dc4](https://github.com/RueDeRennes/mosaik/commit/5862673dc4))
164
+
165
+ ## 0.0.143 (2025-09-16)
166
+
167
+ ### 🩹 Fixes
168
+
169
+ - update release script version to 0.0.142 ([b558893804](https://github.com/RueDeRennes/mosaik/commit/b558893804))
170
+
171
+ ## 0.0.142 (2025-09-15)
172
+
173
+ ### 🩹 Fixes
174
+
175
+ - standardize file naming to lowercase for index files in Run and TemplateBuilder ([442ca8f9f4](https://github.com/RueDeRennes/mosaik/commit/442ca8f9f4))
176
+
177
+ ## 0.0.141 (2025-09-14)
178
+
179
+ ### 🚀 Features
180
+
181
+ - add comprehensive guidelines for code quality checks and testing standards across backend, frontend, and testing instructions ([9d9bcf13f9](https://github.com/RueDeRennes/mosaik/commit/9d9bcf13f9))
182
+
183
+ ### 🩹 Fixes
184
+
185
+ - add missing newline at end of package.json ([3309d1ee97](https://github.com/RueDeRennes/mosaik/commit/3309d1ee97))
186
+
187
+ ## 0.0.140 (2025-09-10)
188
+
189
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
190
+
191
+ ## 0.0.139 (2025-09-08)
192
+
193
+ ### 🚀 Features
194
+
195
+ - add reorderable and resizable properties to TileListItemElement and update related styles ([84672caf3a](https://github.com/RueDeRennes/mosaik/commit/84672caf3a))
196
+
197
+ ## 0.0.138 (2025-09-07)
198
+
199
+ This was a version bump only for openapi-core to align it with other projects, there were no code changes.
200
+
201
+ ## 0.0.137 (2025-09-05)
202
+
203
+ ### 🚀 Features
204
+
205
+ - **build:** add environment variable sanitization to build summary ([b2f1e0830e](https://github.com/RueDeRennes/mosaik/commit/b2f1e0830e))
206
+
207
+ ## 0.0.136 (2025-09-04)
208
+
209
+ ### 🚀 Features
210
+
211
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
212
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
213
+
214
+ ### 🩹 Fixes
215
+
216
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
217
+
218
+ ## 0.0.135 (2025-09-03)
219
+
220
+ ### 🚀 Features
221
+
222
+ - add build info plugin for Vite to collect and expose build metadata ([888ea8b254](https://github.com/RueDeRennes/mosaik/commit/888ea8b254))
223
+
224
+ ### 🩹 Fixes
225
+
226
+ - enhance build info logging format and update release version to 0.0.135 ([61b1c86643](https://github.com/RueDeRennes/mosaik/commit/61b1c86643))
227
+ - add missing newline at end of package.json ([cf3b9a3f21](https://github.com/RueDeRennes/mosaik/commit/cf3b9a3f21))
228
+
229
+ ## 0.0.134 (2025-09-01)
230
+
231
+ ### 🚀 Features
232
+
233
+ - Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
234
+ - Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
235
+ - add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
236
+
1
237
  ## 0.0.132 (2025-08-24)
2
238
 
3
239
  This was a version bump only for openapi-core to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@breadstone-tools/openapi-core",
3
3
  "description": "Open API Model generator",
4
- "version": "0.0.170",
4
+ "version": "0.0.172",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {
@@ -13,11 +13,11 @@
13
13
  "module": "./Index.js",
14
14
  "types": "./Index.d.ts",
15
15
  "dependencies": {
16
- "@breadstone-infrastructure/utilities": "^0.0.170",
17
- "es-toolkit": "^1.40.0",
16
+ "@breadstone-infrastructure/utilities": "^0.0.172",
17
+ "es-toolkit": "^1.42.0",
18
18
  "fs-extra": "^11.3.2",
19
- "jsesc": "3.1.0",
20
- "json-schema-ref-parser": "9.0.9",
21
- "openapi3-ts": "4.5.0"
19
+ "jsesc": "^3.1.0",
20
+ "json-schema-ref-parser": "^9.0.9",
21
+ "openapi3-ts": "^4.5.0"
22
22
  }
23
23
  }