@leancodepl/utils 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.
Files changed (57) hide show
  1. package/CHANGELOG.md +693 -0
  2. package/LICENSE +201 -0
  3. package/dist/index.d.ts +14 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +146 -0
  6. package/dist/index.umd.cjs +1 -0
  7. package/{src → dist}/lib/addPrefix.d.ts +1 -0
  8. package/dist/lib/addPrefix.d.ts.map +1 -0
  9. package/{src → dist}/lib/assertDefined.d.ts +1 -0
  10. package/dist/lib/assertDefined.d.ts.map +1 -0
  11. package/{src → dist}/lib/assertNotEmpty.d.ts +1 -0
  12. package/dist/lib/assertNotEmpty.d.ts.map +1 -0
  13. package/{src → dist}/lib/assertNotNull.d.ts +1 -0
  14. package/dist/lib/assertNotNull.d.ts.map +1 -0
  15. package/{src → dist}/lib/downloadFile.d.ts +1 -0
  16. package/dist/lib/downloadFile.d.ts.map +1 -0
  17. package/{src → dist}/lib/ensureDefined.d.ts +1 -0
  18. package/dist/lib/ensureDefined.d.ts.map +1 -0
  19. package/{src → dist}/lib/ensureNotEmpty.d.ts +1 -0
  20. package/dist/lib/ensureNotEmpty.d.ts.map +1 -0
  21. package/{src → dist}/lib/ensureNotNull.d.ts +1 -0
  22. package/dist/lib/ensureNotNull.d.ts.map +1 -0
  23. package/dist/lib/hooks/index.d.ts +7 -0
  24. package/dist/lib/hooks/index.d.ts.map +1 -0
  25. package/{src → dist}/lib/hooks/useBoundRunInTask.d.ts +1 -0
  26. package/dist/lib/hooks/useBoundRunInTask.d.ts.map +1 -0
  27. package/{src → dist}/lib/hooks/useDialog.d.ts +1 -0
  28. package/dist/lib/hooks/useDialog.d.ts.map +1 -0
  29. package/{src → dist}/lib/hooks/useKeyByRoute.d.ts +1 -0
  30. package/dist/lib/hooks/useKeyByRoute.d.ts.map +1 -0
  31. package/{src → dist}/lib/hooks/useRunInTask.d.ts +1 -0
  32. package/dist/lib/hooks/useRunInTask.d.ts.map +1 -0
  33. package/{src → dist}/lib/hooks/useSetUnset.d.ts +2 -1
  34. package/dist/lib/hooks/useSetUnset.d.ts.map +1 -0
  35. package/{src → dist}/lib/hooks/useSyncState.d.ts +1 -0
  36. package/dist/lib/hooks/useSyncState.d.ts.map +1 -0
  37. package/{src → dist}/lib/transformDeep.d.ts +2 -1
  38. package/dist/lib/transformDeep.d.ts.map +1 -0
  39. package/{src → dist}/lib/transformFirst.d.ts +1 -0
  40. package/dist/lib/transformFirst.d.ts.map +1 -0
  41. package/dist/lib/types/index.d.ts +3 -0
  42. package/dist/lib/types/index.d.ts.map +1 -0
  43. package/{src → dist}/lib/types/transformDeep.d.ts +2 -1
  44. package/dist/lib/types/transformDeep.d.ts.map +1 -0
  45. package/{src → dist}/lib/types/unpromisify.d.ts +1 -0
  46. package/dist/lib/types/unpromisify.d.ts.map +1 -0
  47. package/{src → dist}/lib/valueContext.d.ts +2 -1
  48. package/dist/lib/valueContext.d.ts.map +1 -0
  49. package/package.json +20 -15
  50. package/index.cjs.default.js +0 -1
  51. package/index.cjs.js +0 -521
  52. package/index.cjs.mjs +0 -2
  53. package/index.d.ts +0 -1
  54. package/index.esm.js +0 -501
  55. package/src/index.d.ts +0 -13
  56. package/src/lib/hooks/index.d.ts +0 -6
  57. package/src/lib/types/index.d.ts +0 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,693 @@
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/utils
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/utils
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/utils
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/utils
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/utils
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
+ ### Bug Fixes
54
+
55
+ - enable tsx in utils
56
+ ([988318b](https://github.com/leancodepl/js_corelibrary/commit/988318b3d5b94bfe44afd02a96e8a06b2adb926a))
57
+
58
+ ### Features
59
+
60
+ - add value context util
61
+ ([17792b5](https://github.com/leancodepl/js_corelibrary/commit/17792b5cf97f3ddbf083729f444d70a053791f62))
62
+
63
+ # Change Log
64
+
65
+ All notable changes to this project will be documented in this file. See
66
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
67
+
68
+ ## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
69
+
70
+ **Note:** Version bump only for package @leancodepl/utils
71
+
72
+ # Change Log
73
+
74
+ All notable changes to this project will be documented in this file. See
75
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
76
+
77
+ ## [9.6.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (2025-10-16)
78
+
79
+ **Note:** Version bump only for package @leancodepl/utils
80
+
81
+ # Change Log
82
+
83
+ All notable changes to this project will be documented in this file. See
84
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
85
+
86
+ ## [9.6.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
87
+
88
+ **Note:** Version bump only for package @leancodepl/utils
89
+
90
+ # Change Log
91
+
92
+ All notable changes to this project will be documented in this file. See
93
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
94
+
95
+ ## [9.6.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
96
+
97
+ **Note:** Version bump only for package @leancodepl/utils
98
+
99
+ # Change Log
100
+
101
+ All notable changes to this project will be documented in this file. See
102
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
103
+
104
+ ## [9.6.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
105
+
106
+ **Note:** Version bump only for package @leancodepl/config
107
+
108
+ # Change Log
109
+
110
+ All notable changes to this project will be documented in this file. See
111
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
112
+
113
+ # [9.6.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
114
+
115
+ ### Features
116
+
117
+ - add useSyncState to utils lib
118
+ ([cbd08f0](https://github.com/leancodepl/js_corelibrary/commit/cbd08f039678484d52d1156ceb1552b7acd40c47))
119
+
120
+ # Change Log
121
+
122
+ All notable changes to this project will be documented in this file. See
123
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
124
+
125
+ ## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
126
+
127
+ **Note:** Version bump only for package @leancodepl/utils
128
+
129
+ # Change Log
130
+
131
+ All notable changes to this project will be documented in this file. See
132
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
133
+
134
+ ## [9.5.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
135
+
136
+ **Note:** Version bump only for package @leancodepl/utils
137
+
138
+ # Change Log
139
+
140
+ All notable changes to this project will be documented in this file. See
141
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
142
+
143
+ ## [9.5.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
144
+
145
+ **Note:** Version bump only for package @leancodepl/utils
146
+
147
+ # Change Log
148
+
149
+ All notable changes to this project will be documented in this file. See
150
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
151
+
152
+ # [9.5.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (2025-08-05)
153
+
154
+ **Note:** Version bump only for package @leancodepl/utils
155
+
156
+ # Change Log
157
+
158
+ All notable changes to this project will be documented in this file. See
159
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
160
+
161
+ # [9.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
162
+
163
+ **Note:** Version bump only for package @leancodepl/utils
164
+
165
+ # Change Log
166
+
167
+ All notable changes to this project will be documented in this file. See
168
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
169
+
170
+ # [9.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
171
+
172
+ **Note:** Version bump only for package @leancodepl/utils
173
+
174
+ # Change Log
175
+
176
+ All notable changes to this project will be documented in this file. See
177
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
178
+
179
+ ## [9.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
180
+
181
+ **Note:** Version bump only for package @leancodepl/utils
182
+
183
+ # Change Log
184
+
185
+ All notable changes to this project will be documented in this file. See
186
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
187
+
188
+ # [9.2.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
189
+
190
+ **Note:** Version bump only for package @leancodepl/utils
191
+
192
+ # Change Log
193
+
194
+ All notable changes to this project will be documented in this file. See
195
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
196
+
197
+ # [9.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.0) (2025-07-24)
198
+
199
+ **Note:** Version bump only for package @leancodepl/utils
200
+
201
+ # Change Log
202
+
203
+ All notable changes to this project will be documented in this file. See
204
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
205
+
206
+ # [9.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
207
+
208
+ ### Features
209
+
210
+ - upgrade return type of toUpperFirst
211
+ ([ad25db7](https://github.com/leancodepl/js_corelibrary/commit/ad25db795c3f65633a9c8f1adc85578c29403ab6))
212
+
213
+ # Change Log
214
+
215
+ All notable changes to this project will be documented in this file. See
216
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
217
+
218
+ # [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
219
+
220
+ **Note:** Version bump only for package @leancodepl/utils
221
+
222
+ # Change Log
223
+
224
+ All notable changes to this project will be documented in this file. See
225
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
226
+
227
+ ## [8.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
228
+
229
+ ### Bug Fixes
230
+
231
+ - add actual content to published packages
232
+ ([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
233
+
234
+ # Change Log
235
+
236
+ All notable changes to this project will be documented in this file. See
237
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
238
+
239
+ # [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
240
+
241
+ ### Bug Fixes
242
+
243
+ - enhance packages documentation
244
+ ([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
245
+
246
+ # Change Log
247
+
248
+ All notable changes to this project will be documented in this file. See
249
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
250
+
251
+ # [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
252
+
253
+ **Note:** Version bump only for package @leancodepl/utils
254
+
255
+ # Change Log
256
+
257
+ All notable changes to this project will be documented in this file. See
258
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
259
+
260
+ ## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
261
+
262
+ **Note:** Version bump only for package @leancodepl/utils
263
+
264
+ # Change Log
265
+
266
+ All notable changes to this project will be documented in this file. See
267
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
268
+
269
+ ## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
270
+
271
+ **Note:** Version bump only for package @leancodepl/utils
272
+
273
+ # Change Log
274
+
275
+ All notable changes to this project will be documented in this file. See
276
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
277
+
278
+ ## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
279
+
280
+ **Note:** Version bump only for package @leancodepl/utils
281
+
282
+ # Change Log
283
+
284
+ All notable changes to this project will be documented in this file. See
285
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
286
+
287
+ ## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
288
+
289
+ **Note:** Version bump only for package @leancodepl/utils
290
+
291
+ # Change Log
292
+
293
+ All notable changes to this project will be documented in this file. See
294
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
295
+
296
+ ## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
297
+
298
+ **Note:** Version bump only for package @leancodepl/utils
299
+
300
+ # Change Log
301
+
302
+ All notable changes to this project will be documented in this file. See
303
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
304
+
305
+ ## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
306
+
307
+ **Note:** Version bump only for package @leancodepl/utils
308
+
309
+ # Change Log
310
+
311
+ All notable changes to this project will be documented in this file. See
312
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
313
+
314
+ # [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
315
+
316
+ **Note:** Version bump only for package @leancodepl/utils
317
+
318
+ # Change Log
319
+
320
+ All notable changes to this project will be documented in this file. See
321
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
322
+
323
+ # [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
324
+
325
+ **Note:** Version bump only for package @leancodepl/utils
326
+
327
+ # Change Log
328
+
329
+ All notable changes to this project will be documented in this file. See
330
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
331
+
332
+ ## [8.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
333
+
334
+ ### Bug Fixes
335
+
336
+ - remove react-router dependency from utils
337
+ ([37e6017](https://github.com/leancodepl/js_corelibrary/commit/37e6017ceb4042b25f0b44d2554c14785b9f4640))
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.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
345
+
346
+ **Note:** Version bump only for package @leancodepl/utils
347
+
348
+ # Change Log
349
+
350
+ All notable changes to this project will be documented in this file. See
351
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
352
+
353
+ # [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
354
+
355
+ ### Bug Fixes
356
+
357
+ - apply linters config
358
+ ([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
366
+
367
+ **Note:** Version bump only for package @leancodepl/utils
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
375
+
376
+ **Note:** Version bump only for package @leancodepl/utils
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.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
384
+
385
+ ### Bug Fixes
386
+
387
+ - useKeyByRoute type
388
+ ([c10d8e9](https://github.com/leancodepl/js_corelibrary/commit/c10d8e959764f09941782d44881914aefdce1c62))
389
+
390
+ # Change Log
391
+
392
+ All notable changes to this project will be documented in this file. See
393
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
394
+
395
+ # [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
396
+
397
+ **Note:** Version bump only for package @leancodepl/utils
398
+
399
+ # Change Log
400
+
401
+ All notable changes to this project will be documented in this file. See
402
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
403
+
404
+ # [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
405
+
406
+ **Note:** Version bump only for package @leancodepl/utils
407
+
408
+ # Change Log
409
+
410
+ All notable changes to this project will be documented in this file. See
411
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
412
+
413
+ # [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
414
+
415
+ **Note:** Version bump only for package @leancodepl/utils
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.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
423
+
424
+ **Note:** Version bump only for package @leancodepl/utils
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.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
432
+
433
+ ### Features
434
+
435
+ - add addPrefix function
436
+ ([38d9bef](https://github.com/leancodepl/js_corelibrary/commit/38d9befee57354e3eb0d15c9021452a28e518d9d))
437
+
438
+ # Change Log
439
+
440
+ All notable changes to this project will be documented in this file. See
441
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
442
+
443
+ ## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
444
+
445
+ ### Bug Fixes
446
+
447
+ - exporting downloadFile in utils
448
+ ([e9b95e4](https://github.com/leancodepl/js_corelibrary/commit/e9b95e454f2ba6f4f68f62f0ef61cff1b949013d))
449
+
450
+ # Change Log
451
+
452
+ All notable changes to this project will be documented in this file. See
453
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
454
+
455
+ ## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
456
+
457
+ **Note:** Version bump only for package @leancodepl/utils
458
+
459
+ # Change Log
460
+
461
+ All notable changes to this project will be documented in this file. See
462
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
463
+
464
+ ## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
465
+
466
+ ### Bug Fixes
467
+
468
+ - replace setImmediate
469
+ ([7e766c8](https://github.com/leancodepl/js_corelibrary/commit/7e766c8177f66fb56fabb887ea0b7199647c63d7))
470
+
471
+ ### Features
472
+
473
+ - add useDialog and useSetUnset hooks
474
+ ([d8e7ce2](https://github.com/leancodepl/js_corelibrary/commit/d8e7ce28ba773b0c98e03146bac17ae44f1c27d2))
475
+ - add useKeyByRoute util
476
+ ([23f0b33](https://github.com/leancodepl/js_corelibrary/commit/23f0b33040febed60bc39f1eba1d25b7039384e2))
477
+ - add useRunInTask and useBoundRunInTask hooks
478
+ ([1bf47b7](https://github.com/leancodepl/js_corelibrary/commit/1bf47b79ed5d8e178e1206369d16c965acf7ff5d))
479
+
480
+ # Change Log
481
+
482
+ All notable changes to this project will be documented in this file. See
483
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
484
+
485
+ ## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
486
+
487
+ **Note:** Version bump only for package @leancodepl/utils
488
+
489
+ # Change Log
490
+
491
+ All notable changes to this project will be documented in this file. See
492
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
493
+
494
+ ## [7.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
495
+
496
+ **Note:** Version bump only for package @leancodepl/utils
497
+
498
+ # Change Log
499
+
500
+ All notable changes to this project will be documented in this file. See
501
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
502
+
503
+ ## [7.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
504
+
505
+ **Note:** Version bump only for package @leancodepl/utils
506
+
507
+ # Change Log
508
+
509
+ All notable changes to this project will be documented in this file. See
510
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511
+
512
+ # [7.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
513
+
514
+ **Note:** Version bump only for package @leancodepl/utils
515
+
516
+ # Change Log
517
+
518
+ All notable changes to this project will be documented in this file. See
519
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
520
+
521
+ ## [7.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
522
+
523
+ ### Bug Fixes
524
+
525
+ - generated package.json
526
+ ([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
527
+
528
+ # Change Log
529
+
530
+ All notable changes to this project will be documented in this file. See
531
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
532
+
533
+ ## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
534
+
535
+ **Note:** Version bump only for package @leancodepl/utils
536
+
537
+ # Change Log
538
+
539
+ All notable changes to this project will be documented in this file. See
540
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
541
+
542
+ ## [7.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
543
+
544
+ **Note:** Version bump only for package @leancodepl/utils
545
+
546
+ # Change Log
547
+
548
+ All notable changes to this project will be documented in this file. See
549
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
550
+
551
+ ## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
552
+
553
+ ### Bug Fixes
554
+
555
+ - change utils dependencies
556
+ ([4520ce4](https://github.com/leancodepl/js_corelibrary/commit/4520ce4e38f04bac5a7aa3776d78902739c28052))
557
+
558
+ ### Features
559
+
560
+ - add assert and ensure helpers
561
+ ([aa4f445](https://github.com/leancodepl/js_corelibrary/commit/aa4f445d01d566549e5e2b509f986dfd630c9e28))
562
+ - add assertNotEmpty and ensureNotEmpty
563
+ ([2497b6a](https://github.com/leancodepl/js_corelibrary/commit/2497b6a1c4f7716f7d007c8af49296407d794195))
564
+ - add downloadFile helper
565
+ ([6d9446c](https://github.com/leancodepl/js_corelibrary/commit/6d9446c9f0ee86ee108febaff2626cc20dcd5504))
566
+
567
+ # Change Log
568
+
569
+ All notable changes to this project will be documented in this file. See
570
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
571
+
572
+ # [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
573
+
574
+ **Note:** Version bump only for package @leancodepl/utils
575
+
576
+ # Change Log
577
+
578
+ All notable changes to this project will be documented in this file. See
579
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
580
+
581
+ ## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
582
+
583
+ ### Bug Fixes
584
+
585
+ - remove unnecessary test
586
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
587
+ - update nx to fix building packages
588
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
589
+
590
+ ### Features
591
+
592
+ - add react-query-cqrs-client library
593
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
594
+ - add utils package
595
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
596
+ - add utils package
597
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))
598
+
599
+ # Change Log
600
+
601
+ All notable changes to this project will be documented in this file. See
602
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
603
+
604
+ ## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
605
+
606
+ ### Bug Fixes
607
+
608
+ - remove unnecessary test
609
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
610
+ - update nx to fix building packages
611
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
612
+ - update publish scripts
613
+ ([9301c27](https://github.com/leancodepl/js_corelibrary/commit/9301c277f34230e63bd60735bfbc244825a74405))
614
+
615
+ ### Features
616
+
617
+ - add react-query-cqrs-client library
618
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
619
+ - add utils package
620
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
621
+ - add utils package
622
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))
623
+
624
+ # Change Log
625
+
626
+ All notable changes to this project will be documented in this file. See
627
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
628
+
629
+ ## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
630
+
631
+ **Note:** Version bump only for package @leancodepl/utils
632
+
633
+ # Change Log
634
+
635
+ All notable changes to this project will be documented in this file. See
636
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
637
+
638
+ ## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
639
+
640
+ **Note:** Version bump only for package @leancodepl/utils
641
+
642
+ # Change Log
643
+
644
+ All notable changes to this project will be documented in this file. See
645
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
646
+
647
+ ## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
648
+
649
+ **Note:** Version bump only for package @leancodepl/utils
650
+
651
+ # Change Log
652
+
653
+ All notable changes to this project will be documented in this file. See
654
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
655
+
656
+ ## [7.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
657
+
658
+ **Note:** Version bump only for package @leancodepl/utils
659
+
660
+ # Change Log
661
+
662
+ All notable changes to this project will be documented in this file. See
663
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
664
+
665
+ ## [7.1.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.0...v7.1.1) (2023-09-27)
666
+
667
+ ### Bug Fixes
668
+
669
+ - update publish scripts
670
+ ([2093426](https://github.com/leancodepl/js_corelibrary/commit/20934263c8dcf540f522f4667dfc2e8e825ff159))
671
+
672
+ # Change Log
673
+
674
+ All notable changes to this project will be documented in this file. See
675
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
676
+
677
+ # [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
678
+
679
+ ### Bug Fixes
680
+
681
+ - remove unnecessary test
682
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
683
+ - update nx to fix building packages
684
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
685
+
686
+ ### Features
687
+
688
+ - add react-query-cqrs-client library
689
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
690
+ - add utils package
691
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
692
+ - add utils package
693
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))