@leancodepl/validation 9.7.2 → 9.7.4
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 +761 -0
- package/LICENSE +201 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +75 -0
- package/dist/index.umd.cjs +1 -0
- package/{src → dist}/lib/handleResponse.d.ts +3 -2
- package/dist/lib/handleResponse.d.ts.map +1 -0
- package/{src → dist}/lib/handleValidationErrors.d.ts +2 -1
- package/dist/lib/handleValidationErrors.d.ts.map +1 -0
- package/package.json +20 -15
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -126
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -123
- package/src/index.d.ts +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,761 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [9.7.4](https://github.com/leancodepl/js_corelibrary/compare/v9.7.3...v9.7.4) (2026-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## [9.7.3](https://github.com/leancodepl/js_corelibrary/compare/v9.7.2...v9.7.3) (2026-02-10)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
24
|
+
## [9.7.2](https://github.com/leancodepl/js_corelibrary/compare/v9.7.1...v9.7.2) (2026-01-20)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
27
|
+
|
|
28
|
+
# Change Log
|
|
29
|
+
|
|
30
|
+
All notable changes to this project will be documented in this file. See
|
|
31
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
32
|
+
|
|
33
|
+
## [9.7.1](https://github.com/leancodepl/js_corelibrary/compare/v9.7.0...v9.7.1) (2026-01-20)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
36
|
+
|
|
37
|
+
# Change Log
|
|
38
|
+
|
|
39
|
+
All notable changes to this project will be documented in this file. See
|
|
40
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
41
|
+
|
|
42
|
+
# [9.7.0](https://github.com/leancodepl/js_corelibrary/compare/v9.6.6...v9.7.0) (2025-12-18)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
45
|
+
|
|
46
|
+
# Change Log
|
|
47
|
+
|
|
48
|
+
All notable changes to this project will be documented in this file. See
|
|
49
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
50
|
+
|
|
51
|
+
## [9.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-18)
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
- remove AttemptedValue from validation
|
|
56
|
+
([9dbb435](https://github.com/leancodepl/js_corelibrary/commit/9dbb43576766e5953141d98bef15b658f7e67096))
|
|
57
|
+
|
|
58
|
+
# Change Log
|
|
59
|
+
|
|
60
|
+
All notable changes to this project will be documented in this file. See
|
|
61
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
62
|
+
|
|
63
|
+
## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
|
|
64
|
+
|
|
65
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
66
|
+
|
|
67
|
+
# Change Log
|
|
68
|
+
|
|
69
|
+
All notable changes to this project will be documented in this file. See
|
|
70
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
71
|
+
|
|
72
|
+
## [9.6.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (2025-10-16)
|
|
73
|
+
|
|
74
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
75
|
+
|
|
76
|
+
# Change Log
|
|
77
|
+
|
|
78
|
+
All notable changes to this project will be documented in this file. See
|
|
79
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
80
|
+
|
|
81
|
+
## [9.6.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
84
|
+
|
|
85
|
+
# Change Log
|
|
86
|
+
|
|
87
|
+
All notable changes to this project will be documented in this file. See
|
|
88
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
89
|
+
|
|
90
|
+
## [9.6.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
93
|
+
|
|
94
|
+
# Change Log
|
|
95
|
+
|
|
96
|
+
All notable changes to this project will be documented in this file. See
|
|
97
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
98
|
+
|
|
99
|
+
## [9.6.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @leancodepl/config
|
|
102
|
+
|
|
103
|
+
# Change Log
|
|
104
|
+
|
|
105
|
+
All notable changes to this project will be documented in this file. See
|
|
106
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
107
|
+
|
|
108
|
+
# [9.6.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
111
|
+
|
|
112
|
+
# Change Log
|
|
113
|
+
|
|
114
|
+
All notable changes to this project will be documented in this file. See
|
|
115
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
116
|
+
|
|
117
|
+
## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
120
|
+
|
|
121
|
+
# Change Log
|
|
122
|
+
|
|
123
|
+
All notable changes to this project will be documented in this file. See
|
|
124
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
125
|
+
|
|
126
|
+
## [9.5.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
- allow passing error codes as ReadonlyArray
|
|
131
|
+
([2b078cc](https://github.com/leancodepl/js_corelibrary/commit/2b078ccb3158665f2a5911f374fe66fc5e9e5808))
|
|
132
|
+
|
|
133
|
+
# Change Log
|
|
134
|
+
|
|
135
|
+
All notable changes to this project will be documented in this file. See
|
|
136
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
137
|
+
|
|
138
|
+
## [9.5.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
141
|
+
|
|
142
|
+
# Change Log
|
|
143
|
+
|
|
144
|
+
All notable changes to this project will be documented in this file. See
|
|
145
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
146
|
+
|
|
147
|
+
# [9.5.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (2025-08-05)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
150
|
+
|
|
151
|
+
# Change Log
|
|
152
|
+
|
|
153
|
+
All notable changes to this project will be documented in this file. See
|
|
154
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
155
|
+
|
|
156
|
+
# [9.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
159
|
+
|
|
160
|
+
# Change Log
|
|
161
|
+
|
|
162
|
+
All notable changes to this project will be documented in this file. See
|
|
163
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
164
|
+
|
|
165
|
+
# [9.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
|
|
166
|
+
|
|
167
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
168
|
+
|
|
169
|
+
# Change Log
|
|
170
|
+
|
|
171
|
+
All notable changes to this project will be documented in this file. See
|
|
172
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
173
|
+
|
|
174
|
+
## [9.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
177
|
+
|
|
178
|
+
# Change Log
|
|
179
|
+
|
|
180
|
+
All notable changes to this project will be documented in this file. See
|
|
181
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
182
|
+
|
|
183
|
+
# [9.2.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
|
|
184
|
+
|
|
185
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
186
|
+
|
|
187
|
+
# Change Log
|
|
188
|
+
|
|
189
|
+
All notable changes to this project will be documented in this file. See
|
|
190
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
191
|
+
|
|
192
|
+
# [9.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.0) (2025-07-24)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
195
|
+
|
|
196
|
+
# Change Log
|
|
197
|
+
|
|
198
|
+
All notable changes to this project will be documented in this file. See
|
|
199
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
200
|
+
|
|
201
|
+
# [9.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
204
|
+
|
|
205
|
+
# Change Log
|
|
206
|
+
|
|
207
|
+
All notable changes to this project will be documented in this file. See
|
|
208
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
209
|
+
|
|
210
|
+
# [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
213
|
+
|
|
214
|
+
# Change Log
|
|
215
|
+
|
|
216
|
+
All notable changes to this project will be documented in this file. See
|
|
217
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
218
|
+
|
|
219
|
+
## [8.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
|
|
220
|
+
|
|
221
|
+
### Bug Fixes
|
|
222
|
+
|
|
223
|
+
- add actual content to published packages
|
|
224
|
+
([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
|
|
225
|
+
|
|
226
|
+
# Change Log
|
|
227
|
+
|
|
228
|
+
All notable changes to this project will be documented in this file. See
|
|
229
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
230
|
+
|
|
231
|
+
# [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
|
|
232
|
+
|
|
233
|
+
### Bug Fixes
|
|
234
|
+
|
|
235
|
+
- enhance packages documentation
|
|
236
|
+
([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
|
|
237
|
+
- validation package tests linting
|
|
238
|
+
([e12c681](https://github.com/leancodepl/js_corelibrary/commit/e12c681f80beb790bdd277e75e80f75740a769f4))
|
|
239
|
+
|
|
240
|
+
# Change Log
|
|
241
|
+
|
|
242
|
+
All notable changes to this project will be documented in this file. See
|
|
243
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
244
|
+
|
|
245
|
+
# [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
|
|
246
|
+
|
|
247
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
248
|
+
|
|
249
|
+
# Change Log
|
|
250
|
+
|
|
251
|
+
All notable changes to this project will be documented in this file. See
|
|
252
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
253
|
+
|
|
254
|
+
## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
257
|
+
|
|
258
|
+
# Change Log
|
|
259
|
+
|
|
260
|
+
All notable changes to this project will be documented in this file. See
|
|
261
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
262
|
+
|
|
263
|
+
## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
|
|
264
|
+
|
|
265
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
266
|
+
|
|
267
|
+
# Change Log
|
|
268
|
+
|
|
269
|
+
All notable changes to this project will be documented in this file. See
|
|
270
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
271
|
+
|
|
272
|
+
## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
|
|
273
|
+
|
|
274
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
275
|
+
|
|
276
|
+
# Change Log
|
|
277
|
+
|
|
278
|
+
All notable changes to this project will be documented in this file. See
|
|
279
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
280
|
+
|
|
281
|
+
## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
284
|
+
|
|
285
|
+
# Change Log
|
|
286
|
+
|
|
287
|
+
All notable changes to this project will be documented in this file. See
|
|
288
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
289
|
+
|
|
290
|
+
## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
293
|
+
|
|
294
|
+
# Change Log
|
|
295
|
+
|
|
296
|
+
All notable changes to this project will be documented in this file. See
|
|
297
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
298
|
+
|
|
299
|
+
## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
|
|
300
|
+
|
|
301
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
302
|
+
|
|
303
|
+
# Change Log
|
|
304
|
+
|
|
305
|
+
All notable changes to this project will be documented in this file. See
|
|
306
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
307
|
+
|
|
308
|
+
# [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
311
|
+
|
|
312
|
+
# Change Log
|
|
313
|
+
|
|
314
|
+
All notable changes to this project will be documented in this file. See
|
|
315
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
316
|
+
|
|
317
|
+
# [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
320
|
+
|
|
321
|
+
# Change Log
|
|
322
|
+
|
|
323
|
+
All notable changes to this project will be documented in this file. See
|
|
324
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
325
|
+
|
|
326
|
+
## [8.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
329
|
+
|
|
330
|
+
# Change Log
|
|
331
|
+
|
|
332
|
+
All notable changes to this project will be documented in this file. See
|
|
333
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
334
|
+
|
|
335
|
+
# [8.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
338
|
+
|
|
339
|
+
# Change Log
|
|
340
|
+
|
|
341
|
+
All notable changes to this project will be documented in this file. See
|
|
342
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
343
|
+
|
|
344
|
+
# [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
|
|
345
|
+
|
|
346
|
+
### Bug Fixes
|
|
347
|
+
|
|
348
|
+
- apply linters config
|
|
349
|
+
([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
|
|
350
|
+
|
|
351
|
+
# Change Log
|
|
352
|
+
|
|
353
|
+
All notable changes to this project will be documented in this file. See
|
|
354
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
355
|
+
|
|
356
|
+
## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
359
|
+
|
|
360
|
+
# Change Log
|
|
361
|
+
|
|
362
|
+
All notable changes to this project will be documented in this file. See
|
|
363
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
364
|
+
|
|
365
|
+
## [7.8.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
368
|
+
|
|
369
|
+
# Change Log
|
|
370
|
+
|
|
371
|
+
All notable changes to this project will be documented in this file. See
|
|
372
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
373
|
+
|
|
374
|
+
# [7.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
377
|
+
|
|
378
|
+
# Change Log
|
|
379
|
+
|
|
380
|
+
All notable changes to this project will be documented in this file. See
|
|
381
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
382
|
+
|
|
383
|
+
# [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
386
|
+
|
|
387
|
+
# Change Log
|
|
388
|
+
|
|
389
|
+
All notable changes to this project will be documented in this file. See
|
|
390
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
391
|
+
|
|
392
|
+
# [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
395
|
+
|
|
396
|
+
# Change Log
|
|
397
|
+
|
|
398
|
+
All notable changes to this project will be documented in this file. See
|
|
399
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
400
|
+
|
|
401
|
+
# [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
|
|
402
|
+
|
|
403
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
404
|
+
|
|
405
|
+
# Change Log
|
|
406
|
+
|
|
407
|
+
All notable changes to this project will be documented in this file. See
|
|
408
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
409
|
+
|
|
410
|
+
# [7.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
|
|
411
|
+
|
|
412
|
+
### Bug Fixes
|
|
413
|
+
|
|
414
|
+
- packages versions
|
|
415
|
+
([739d722](https://github.com/leancodepl/js_corelibrary/commit/739d72211dff7c15b07e283b2f09a2470a8329c2))
|
|
416
|
+
|
|
417
|
+
# Change Log
|
|
418
|
+
|
|
419
|
+
All notable changes to this project will be documented in this file. See
|
|
420
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
421
|
+
|
|
422
|
+
## [7.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
|
|
423
|
+
|
|
424
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
425
|
+
|
|
426
|
+
# Change Log
|
|
427
|
+
|
|
428
|
+
All notable changes to this project will be documented in this file. See
|
|
429
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
430
|
+
|
|
431
|
+
## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
434
|
+
|
|
435
|
+
# Change Log
|
|
436
|
+
|
|
437
|
+
All notable changes to this project will be documented in this file. See
|
|
438
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
439
|
+
|
|
440
|
+
## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
- generated packages.json
|
|
445
|
+
([9623b51](https://github.com/leancodepl/js_corelibrary/commit/9623b51149402c2912d5700c1c73c27245c745d8))
|
|
446
|
+
|
|
447
|
+
# Change Log
|
|
448
|
+
|
|
449
|
+
All notable changes to this project will be documented in this file. See
|
|
450
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
451
|
+
|
|
452
|
+
## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
|
|
453
|
+
|
|
454
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
455
|
+
|
|
456
|
+
# Change Log
|
|
457
|
+
|
|
458
|
+
All notable changes to this project will be documented in this file. See
|
|
459
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
460
|
+
|
|
461
|
+
## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
464
|
+
|
|
465
|
+
# Change Log
|
|
466
|
+
|
|
467
|
+
All notable changes to this project will be documented in this file. See
|
|
468
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
469
|
+
|
|
470
|
+
## [7.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
|
|
471
|
+
|
|
472
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
473
|
+
|
|
474
|
+
# Change Log
|
|
475
|
+
|
|
476
|
+
All notable changes to this project will be documented in this file. See
|
|
477
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
478
|
+
|
|
479
|
+
## [7.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
|
|
480
|
+
|
|
481
|
+
### Bug Fixes
|
|
482
|
+
|
|
483
|
+
- bring back eslint plugin unused imports
|
|
484
|
+
([f1f0be3](https://github.com/leancodepl/js_corelibrary/commit/f1f0be3977699ed8be9e9a9496fb79f2cde65437))
|
|
485
|
+
|
|
486
|
+
# Change Log
|
|
487
|
+
|
|
488
|
+
All notable changes to this project will be documented in this file. See
|
|
489
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
490
|
+
|
|
491
|
+
# [7.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
|
|
492
|
+
|
|
493
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
494
|
+
|
|
495
|
+
# Change Log
|
|
496
|
+
|
|
497
|
+
All notable changes to this project will be documented in this file. See
|
|
498
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
499
|
+
|
|
500
|
+
## [7.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
|
|
501
|
+
|
|
502
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
503
|
+
|
|
504
|
+
# Change Log
|
|
505
|
+
|
|
506
|
+
All notable changes to this project will be documented in this file. See
|
|
507
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
508
|
+
|
|
509
|
+
## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
|
|
510
|
+
|
|
511
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
512
|
+
|
|
513
|
+
# Change Log
|
|
514
|
+
|
|
515
|
+
All notable changes to this project will be documented in this file. See
|
|
516
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
517
|
+
|
|
518
|
+
## [7.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
|
|
519
|
+
|
|
520
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
521
|
+
|
|
522
|
+
# Change Log
|
|
523
|
+
|
|
524
|
+
All notable changes to this project will be documented in this file. See
|
|
525
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
526
|
+
|
|
527
|
+
## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
|
|
528
|
+
|
|
529
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
530
|
+
|
|
531
|
+
# Change Log
|
|
532
|
+
|
|
533
|
+
All notable changes to this project will be documented in this file. See
|
|
534
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
535
|
+
|
|
536
|
+
# [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
|
|
537
|
+
|
|
538
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
539
|
+
|
|
540
|
+
# Change Log
|
|
541
|
+
|
|
542
|
+
All notable changes to this project will be documented in this file. See
|
|
543
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
544
|
+
|
|
545
|
+
## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
- update nx to fix building packages
|
|
550
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
551
|
+
|
|
552
|
+
### Features
|
|
553
|
+
|
|
554
|
+
- add react-query-cqrs-client library
|
|
555
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
556
|
+
|
|
557
|
+
# Change Log
|
|
558
|
+
|
|
559
|
+
All notable changes to this project will be documented in this file. See
|
|
560
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
561
|
+
|
|
562
|
+
## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
|
|
563
|
+
|
|
564
|
+
### Bug Fixes
|
|
565
|
+
|
|
566
|
+
- update nx to fix building packages
|
|
567
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
568
|
+
|
|
569
|
+
### Features
|
|
570
|
+
|
|
571
|
+
- add react-query-cqrs-client library
|
|
572
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
573
|
+
|
|
574
|
+
# Change Log
|
|
575
|
+
|
|
576
|
+
All notable changes to this project will be documented in this file. See
|
|
577
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
578
|
+
|
|
579
|
+
## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
|
|
580
|
+
|
|
581
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
582
|
+
|
|
583
|
+
# Change Log
|
|
584
|
+
|
|
585
|
+
All notable changes to this project will be documented in this file. See
|
|
586
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
587
|
+
|
|
588
|
+
## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
591
|
+
|
|
592
|
+
# Change Log
|
|
593
|
+
|
|
594
|
+
All notable changes to this project will be documented in this file. See
|
|
595
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
596
|
+
|
|
597
|
+
## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
|
|
598
|
+
|
|
599
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
600
|
+
|
|
601
|
+
# Change Log
|
|
602
|
+
|
|
603
|
+
All notable changes to this project will be documented in this file. See
|
|
604
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
605
|
+
|
|
606
|
+
## [7.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
|
|
607
|
+
|
|
608
|
+
**Note:** Version bump only for package @leancodepl/validation
|
|
609
|
+
|
|
610
|
+
# Change Log
|
|
611
|
+
|
|
612
|
+
All notable changes to this project will be documented in this file. See
|
|
613
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
614
|
+
|
|
615
|
+
# [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
- update nx to fix building packages
|
|
620
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
621
|
+
|
|
622
|
+
### Features
|
|
623
|
+
|
|
624
|
+
- add react-query-cqrs-client library
|
|
625
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
626
|
+
|
|
627
|
+
# Change Log
|
|
628
|
+
|
|
629
|
+
All notable changes to this project will be documented in this file. See
|
|
630
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
631
|
+
|
|
632
|
+
# [7.0.0](https://github.com/leancodepl/js_corelibrary/compare/v6.5.1...v7.0.0) (2023-09-01)
|
|
633
|
+
|
|
634
|
+
### Bug Fixes
|
|
635
|
+
|
|
636
|
+
- fix building some libraries
|
|
637
|
+
([31b48d6](https://github.com/leancodepl/js_corelibrary/commit/31b48d68684d07d5f77b14f2bb12c0a4470fe76f))
|
|
638
|
+
|
|
639
|
+
### Features
|
|
640
|
+
|
|
641
|
+
- add github actions
|
|
642
|
+
([15c2060](https://github.com/leancodepl/js_corelibrary/commit/15c2060511e6bec652431f248d6da75c3d194c85))
|
|
643
|
+
- add registry option to publish script
|
|
644
|
+
([50f4c08](https://github.com/leancodepl/js_corelibrary/commit/50f4c0877482895b49b62a8f0a1f7ae289898130))
|
|
645
|
+
|
|
646
|
+
# Change Log
|
|
647
|
+
|
|
648
|
+
All notable changes to this project will be documented in this file. See
|
|
649
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
650
|
+
|
|
651
|
+
<a name="6.3.0"></a>
|
|
652
|
+
|
|
653
|
+
# [6.3.0](https://github.com/projects/leancodepl/repos/js_corelibrary/compare/diff?targetBranch=refs%2Ftags%2Fv6.2.0&sourceBranch=refs%2Ftags%2Fv6.3.0) (2022-08-10)
|
|
654
|
+
|
|
655
|
+
### Bug Fixes
|
|
656
|
+
|
|
657
|
+
- correct module paths in package.json
|
|
658
|
+
([94e0a2b](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/94e0a2b))
|
|
659
|
+
|
|
660
|
+
<a name="6.2.0"></a>
|
|
661
|
+
|
|
662
|
+
# [6.2.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.1.8&sourceBranch=refs%2Ftags%2Fv6.2.0) (2022-02-21)
|
|
663
|
+
|
|
664
|
+
### Features
|
|
665
|
+
|
|
666
|
+
- update packages ([e7a3cb8](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/e7a3cb8))
|
|
667
|
+
- update packages ([f67355c](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/f67355c))
|
|
668
|
+
|
|
669
|
+
<a name="6.1.1"></a>
|
|
670
|
+
|
|
671
|
+
## [6.1.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.1.0&sourceBranch=refs%2Ftags%2Fv6.1.1) (2021-08-20)
|
|
672
|
+
|
|
673
|
+
**Note:** Version bump only for package @leancode/validation
|
|
674
|
+
|
|
675
|
+
<a name="6.1.0"></a>
|
|
676
|
+
|
|
677
|
+
# [6.1.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.0.0&sourceBranch=refs%2Ftags%2Fv6.1.0) (2021-08-09)
|
|
678
|
+
|
|
679
|
+
### Features
|
|
680
|
+
|
|
681
|
+
- split cqrs clients ([07fff4b](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/07fff4b))
|
|
682
|
+
|
|
683
|
+
<a name="6.0.0"></a>
|
|
684
|
+
|
|
685
|
+
# [6.0.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.2.0&sourceBranch=refs%2Ftags%2Fv6.0.0) (2021-07-05)
|
|
686
|
+
|
|
687
|
+
### Features
|
|
688
|
+
|
|
689
|
+
- update dependencies ([0fed8db](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/0fed8db))
|
|
690
|
+
|
|
691
|
+
<a name="5.2.0"></a>
|
|
692
|
+
|
|
693
|
+
# [5.2.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.1.0&sourceBranch=refs%2Ftags%2Fv5.2.0) (2021-01-14)
|
|
694
|
+
|
|
695
|
+
### Features
|
|
696
|
+
|
|
697
|
+
- update typescript to 4.1
|
|
698
|
+
([d37dd16](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/d37dd16))
|
|
699
|
+
- update typescript to 4.1.3
|
|
700
|
+
([5e125da](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/5e125da))
|
|
701
|
+
|
|
702
|
+
<a name="5.1.0"></a>
|
|
703
|
+
|
|
704
|
+
# [5.1.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.2&sourceBranch=refs%2Ftags%2Fv5.1.0) (2020-11-02)
|
|
705
|
+
|
|
706
|
+
**Note:** Version bump only for package @leancode/validation
|
|
707
|
+
|
|
708
|
+
<a name="5.0.2"></a>
|
|
709
|
+
|
|
710
|
+
## [5.0.2](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.1&sourceBranch=refs%2Ftags%2Fv5.0.2) (2020-10-05)
|
|
711
|
+
|
|
712
|
+
**Note:** Version bump only for package @leancode/validation
|
|
713
|
+
|
|
714
|
+
<a name="5.0.1"></a>
|
|
715
|
+
|
|
716
|
+
## [5.0.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.0&sourceBranch=refs%2Ftags%2Fv5.0.1) (2020-09-14)
|
|
717
|
+
|
|
718
|
+
### Bug Fixes
|
|
719
|
+
|
|
720
|
+
- tests ([a48ec0f](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/a48ec0f))
|
|
721
|
+
|
|
722
|
+
<a name="5.0.0"></a>
|
|
723
|
+
|
|
724
|
+
# [5.0.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.5.0&sourceBranch=refs%2Ftags%2Fv5.0.0) (2020-08-24)
|
|
725
|
+
|
|
726
|
+
### Bug Fixes
|
|
727
|
+
|
|
728
|
+
- tests ([c5e8edf](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/c5e8edf))
|
|
729
|
+
|
|
730
|
+
### Features
|
|
731
|
+
|
|
732
|
+
- update to typescript 4.0
|
|
733
|
+
([271f089](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/271f089))
|
|
734
|
+
|
|
735
|
+
### BREAKING CHANGES
|
|
736
|
+
|
|
737
|
+
- update peer dependency of TS to 4.0
|
|
738
|
+
|
|
739
|
+
<a name="4.5.0"></a>
|
|
740
|
+
|
|
741
|
+
# [4.5.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.4.1&sourceBranch=refs%2Ftags%2Fv4.5.0) (2020-07-01)
|
|
742
|
+
|
|
743
|
+
**Note:** Version bump only for package @leancode/validation
|
|
744
|
+
|
|
745
|
+
<a name="4.4.1"></a>
|
|
746
|
+
|
|
747
|
+
## [4.4.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.4.0&sourceBranch=refs%2Ftags%2Fv4.4.1) (2020-05-26)
|
|
748
|
+
|
|
749
|
+
### Bug Fixes
|
|
750
|
+
|
|
751
|
+
- **validation:** make types more robust
|
|
752
|
+
([a43ed5c](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/a43ed5c))
|
|
753
|
+
|
|
754
|
+
<a name="4.4.0"></a>
|
|
755
|
+
|
|
756
|
+
# [4.4.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.3.2&sourceBranch=refs%2Ftags%2Fv4.4.0) (2020-04-22)
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
- **validation:** add validations error handler
|
|
761
|
+
([e5c1712](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/e5c1712))
|