@leancodepl/utils 9.7.2 → 9.7.3

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 +684 -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,684 @@
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.3](https://github.com/leancodepl/js_corelibrary/compare/v9.7.2...v9.7.3) (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.2](https://github.com/leancodepl/js_corelibrary/compare/v9.7.1...v9.7.2) (2026-01-20)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v9.7.0...v9.7.1) (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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.6.6...v9.7.0) (2025-12-18)
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.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-18)
43
+
44
+ ### Bug Fixes
45
+
46
+ - enable tsx in utils
47
+ ([988318b](https://github.com/leancodepl/js_corelibrary/commit/988318b3d5b94bfe44afd02a96e8a06b2adb926a))
48
+
49
+ ### Features
50
+
51
+ - add value context util
52
+ ([17792b5](https://github.com/leancodepl/js_corelibrary/commit/17792b5cf97f3ddbf083729f444d70a053791f62))
53
+
54
+ # Change Log
55
+
56
+ All notable changes to this project will be documented in this file. See
57
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
58
+
59
+ ## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
60
+
61
+ **Note:** Version bump only for package @leancodepl/utils
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.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (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.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
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.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
96
+
97
+ **Note:** Version bump only for package @leancodepl/config
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
105
+
106
+ ### Features
107
+
108
+ - add useSyncState to utils lib
109
+ ([cbd08f0](https://github.com/leancodepl/js_corelibrary/commit/cbd08f039678484d52d1156ceb1552b7acd40c47))
110
+
111
+ # Change Log
112
+
113
+ All notable changes to this project will be documented in this file. See
114
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
115
+
116
+ ## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
117
+
118
+ **Note:** Version bump only for package @leancodepl/utils
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.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (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.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
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.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
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.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
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.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.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.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
198
+
199
+ ### Features
200
+
201
+ - upgrade return type of toUpperFirst
202
+ ([ad25db7](https://github.com/leancodepl/js_corelibrary/commit/ad25db795c3f65633a9c8f1adc85578c29403ab6))
203
+
204
+ # Change Log
205
+
206
+ All notable changes to this project will be documented in this file. See
207
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
208
+
209
+ # [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
210
+
211
+ **Note:** Version bump only for package @leancodepl/utils
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.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
219
+
220
+ ### Bug Fixes
221
+
222
+ - add actual content to published packages
223
+ ([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
224
+
225
+ # Change Log
226
+
227
+ All notable changes to this project will be documented in this file. See
228
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
229
+
230
+ # [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
231
+
232
+ ### Bug Fixes
233
+
234
+ - enhance packages documentation
235
+ ([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
236
+
237
+ # Change Log
238
+
239
+ All notable changes to this project will be documented in this file. See
240
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
241
+
242
+ # [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
243
+
244
+ **Note:** Version bump only for package @leancodepl/utils
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.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
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.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
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.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
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.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
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.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
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.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (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.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
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.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
324
+
325
+ ### Bug Fixes
326
+
327
+ - remove react-router dependency from utils
328
+ ([37e6017](https://github.com/leancodepl/js_corelibrary/commit/37e6017ceb4042b25f0b44d2554c14785b9f4640))
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/utils
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/utils
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/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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
375
+
376
+ ### Bug Fixes
377
+
378
+ - useKeyByRoute type
379
+ ([c10d8e9](https://github.com/leancodepl/js_corelibrary/commit/c10d8e959764f09941782d44881914aefdce1c62))
380
+
381
+ # Change Log
382
+
383
+ All notable changes to this project will be documented in this file. See
384
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
385
+
386
+ # [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
387
+
388
+ **Note:** Version bump only for package @leancodepl/utils
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.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
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.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
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.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
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.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
423
+
424
+ ### Features
425
+
426
+ - add addPrefix function
427
+ ([38d9bef](https://github.com/leancodepl/js_corelibrary/commit/38d9befee57354e3eb0d15c9021452a28e518d9d))
428
+
429
+ # Change Log
430
+
431
+ All notable changes to this project will be documented in this file. See
432
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
433
+
434
+ ## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
435
+
436
+ ### Bug Fixes
437
+
438
+ - exporting downloadFile in utils
439
+ ([e9b95e4](https://github.com/leancodepl/js_corelibrary/commit/e9b95e454f2ba6f4f68f62f0ef61cff1b949013d))
440
+
441
+ # Change Log
442
+
443
+ All notable changes to this project will be documented in this file. See
444
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
445
+
446
+ ## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
447
+
448
+ **Note:** Version bump only for package @leancodepl/utils
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.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
456
+
457
+ ### Bug Fixes
458
+
459
+ - replace setImmediate
460
+ ([7e766c8](https://github.com/leancodepl/js_corelibrary/commit/7e766c8177f66fb56fabb887ea0b7199647c63d7))
461
+
462
+ ### Features
463
+
464
+ - add useDialog and useSetUnset hooks
465
+ ([d8e7ce2](https://github.com/leancodepl/js_corelibrary/commit/d8e7ce28ba773b0c98e03146bac17ae44f1c27d2))
466
+ - add useKeyByRoute util
467
+ ([23f0b33](https://github.com/leancodepl/js_corelibrary/commit/23f0b33040febed60bc39f1eba1d25b7039384e2))
468
+ - add useRunInTask and useBoundRunInTask hooks
469
+ ([1bf47b7](https://github.com/leancodepl/js_corelibrary/commit/1bf47b79ed5d8e178e1206369d16c965acf7ff5d))
470
+
471
+ # Change Log
472
+
473
+ All notable changes to this project will be documented in this file. See
474
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
475
+
476
+ ## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
477
+
478
+ **Note:** Version bump only for package @leancodepl/utils
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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (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.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
513
+
514
+ ### Bug Fixes
515
+
516
+ - generated package.json
517
+ ([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
518
+
519
+ # Change Log
520
+
521
+ All notable changes to this project will be documented in this file. See
522
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
523
+
524
+ ## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
525
+
526
+ **Note:** Version bump only for package @leancodepl/utils
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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
543
+
544
+ ### Bug Fixes
545
+
546
+ - change utils dependencies
547
+ ([4520ce4](https://github.com/leancodepl/js_corelibrary/commit/4520ce4e38f04bac5a7aa3776d78902739c28052))
548
+
549
+ ### Features
550
+
551
+ - add assert and ensure helpers
552
+ ([aa4f445](https://github.com/leancodepl/js_corelibrary/commit/aa4f445d01d566549e5e2b509f986dfd630c9e28))
553
+ - add assertNotEmpty and ensureNotEmpty
554
+ ([2497b6a](https://github.com/leancodepl/js_corelibrary/commit/2497b6a1c4f7716f7d007c8af49296407d794195))
555
+ - add downloadFile helper
556
+ ([6d9446c](https://github.com/leancodepl/js_corelibrary/commit/6d9446c9f0ee86ee108febaff2626cc20dcd5504))
557
+
558
+ # Change Log
559
+
560
+ All notable changes to this project will be documented in this file. See
561
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
562
+
563
+ # [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
564
+
565
+ **Note:** Version bump only for package @leancodepl/utils
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.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
573
+
574
+ ### Bug Fixes
575
+
576
+ - remove unnecessary test
577
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
578
+ - update nx to fix building packages
579
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
580
+
581
+ ### Features
582
+
583
+ - add react-query-cqrs-client library
584
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
585
+ - add utils package
586
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
587
+ - add utils package
588
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))
589
+
590
+ # Change Log
591
+
592
+ All notable changes to this project will be documented in this file. See
593
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
594
+
595
+ ## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
596
+
597
+ ### Bug Fixes
598
+
599
+ - remove unnecessary test
600
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
601
+ - update nx to fix building packages
602
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
603
+ - update publish scripts
604
+ ([9301c27](https://github.com/leancodepl/js_corelibrary/commit/9301c277f34230e63bd60735bfbc244825a74405))
605
+
606
+ ### Features
607
+
608
+ - add react-query-cqrs-client library
609
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
610
+ - add utils package
611
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
612
+ - add utils package
613
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))
614
+
615
+ # Change Log
616
+
617
+ All notable changes to this project will be documented in this file. See
618
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
619
+
620
+ ## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
621
+
622
+ **Note:** Version bump only for package @leancodepl/utils
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.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (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.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.0...v7.1.1) (2023-09-27)
657
+
658
+ ### Bug Fixes
659
+
660
+ - update publish scripts
661
+ ([2093426](https://github.com/leancodepl/js_corelibrary/commit/20934263c8dcf540f522f4667dfc2e8e825ff159))
662
+
663
+ # Change Log
664
+
665
+ All notable changes to this project will be documented in this file. See
666
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
667
+
668
+ # [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
669
+
670
+ ### Bug Fixes
671
+
672
+ - remove unnecessary test
673
+ ([7553fac](https://github.com/leancodepl/js_corelibrary/commit/7553fac8caf3cf6ec8a3d27652cb9815c1d5a63f))
674
+ - update nx to fix building packages
675
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
676
+
677
+ ### Features
678
+
679
+ - add react-query-cqrs-client library
680
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
681
+ - add utils package
682
+ ([7b2d954](https://github.com/leancodepl/js_corelibrary/commit/7b2d9547c89223dd75994be1e967149f8dd0e252))
683
+ - add utils package
684
+ ([9ade590](https://github.com/leancodepl/js_corelibrary/commit/9ade590b39611942134e4b8a0c137464d80734e3))