@leancodepl/api-date-datefns 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 (33) hide show
  1. package/CHANGELOG.md +658 -0
  2. package/LICENSE +201 -0
  3. package/dist/index.d.ts +10 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +2775 -0
  6. package/dist/index.umd.cjs +1 -0
  7. package/{src → dist}/lib/date/fromApiDate.d.ts +2 -1
  8. package/dist/lib/date/fromApiDate.d.ts.map +1 -0
  9. package/{src → dist}/lib/date/toApiDate.d.ts +2 -1
  10. package/dist/lib/date/toApiDate.d.ts.map +1 -0
  11. package/{src → dist}/lib/dateTimeOffset/fromApiDateTimeOffset.d.ts +2 -1
  12. package/dist/lib/dateTimeOffset/fromApiDateTimeOffset.d.ts.map +1 -0
  13. package/{src → dist}/lib/dateTimeOffset/toApiDateTimeOffset.d.ts +2 -1
  14. package/dist/lib/dateTimeOffset/toApiDateTimeOffset.d.ts.map +1 -0
  15. package/{src → dist}/lib/time/fromApiTime.d.ts +2 -1
  16. package/dist/lib/time/fromApiTime.d.ts.map +1 -0
  17. package/{src → dist}/lib/time/toApiTime.d.ts +2 -1
  18. package/dist/lib/time/toApiTime.d.ts.map +1 -0
  19. package/{src → dist}/lib/timeSpan/fromApiTimeSpan.d.ts +2 -1
  20. package/dist/lib/timeSpan/fromApiTimeSpan.d.ts.map +1 -0
  21. package/{src → dist}/lib/timeSpan/toApiTimeSpan.d.ts +2 -1
  22. package/dist/lib/timeSpan/toApiTimeSpan.d.ts.map +1 -0
  23. package/{src → dist}/lib/utils/padTo2.d.ts +1 -0
  24. package/dist/lib/utils/padTo2.d.ts.map +1 -0
  25. package/{src → dist}/lib/utils/parseDifferenceInMilliseconds.d.ts +1 -0
  26. package/dist/lib/utils/parseDifferenceInMilliseconds.d.ts.map +1 -0
  27. package/package.json +21 -16
  28. package/index.cjs.default.js +0 -1
  29. package/index.cjs.js +0 -119
  30. package/index.cjs.mjs +0 -2
  31. package/index.d.ts +0 -1
  32. package/index.esm.js +0 -104
  33. package/src/index.d.ts +0 -9
package/CHANGELOG.md ADDED
@@ -0,0 +1,658 @@
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/api-date-datefns
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/api-date-datefns
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/api-date-datefns
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/api-date-datefns
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/api-date-datefns
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
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
54
+
55
+ # Change Log
56
+
57
+ All notable changes to this project will be documented in this file. See
58
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
59
+
60
+ ## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
61
+
62
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
63
+
64
+ # Change Log
65
+
66
+ All notable changes to this project will be documented in this file. See
67
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
68
+
69
+ ## [9.6.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (2025-10-16)
70
+
71
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
72
+
73
+ # Change Log
74
+
75
+ All notable changes to this project will be documented in this file. See
76
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77
+
78
+ ## [9.6.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
79
+
80
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
81
+
82
+ # Change Log
83
+
84
+ All notable changes to this project will be documented in this file. See
85
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
86
+
87
+ ## [9.6.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
88
+
89
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
90
+
91
+ # Change Log
92
+
93
+ All notable changes to this project will be documented in this file. See
94
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
95
+
96
+ ## [9.6.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
97
+
98
+ **Note:** Version bump only for package @leancodepl/config
99
+
100
+ # Change Log
101
+
102
+ All notable changes to this project will be documented in this file. See
103
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
104
+
105
+ # [9.6.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
106
+
107
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
108
+
109
+ # Change Log
110
+
111
+ All notable changes to this project will be documented in this file. See
112
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
113
+
114
+ ## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
115
+
116
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
117
+
118
+ # Change Log
119
+
120
+ All notable changes to this project will be documented in this file. See
121
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
122
+
123
+ ## [9.5.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
124
+
125
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
126
+
127
+ # Change Log
128
+
129
+ All notable changes to this project will be documented in this file. See
130
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
131
+
132
+ ## [9.5.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
133
+
134
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
135
+
136
+ # Change Log
137
+
138
+ All notable changes to this project will be documented in this file. See
139
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
140
+
141
+ # [9.5.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (2025-08-05)
142
+
143
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
144
+
145
+ # Change Log
146
+
147
+ All notable changes to this project will be documented in this file. See
148
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
149
+
150
+ # [9.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
151
+
152
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
153
+
154
+ # Change Log
155
+
156
+ All notable changes to this project will be documented in this file. See
157
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
158
+
159
+ # [9.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
160
+
161
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
162
+
163
+ # Change Log
164
+
165
+ All notable changes to this project will be documented in this file. See
166
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
167
+
168
+ ## [9.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
169
+
170
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
171
+
172
+ # Change Log
173
+
174
+ All notable changes to this project will be documented in this file. See
175
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
176
+
177
+ # [9.2.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
178
+
179
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
180
+
181
+ # Change Log
182
+
183
+ All notable changes to this project will be documented in this file. See
184
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
185
+
186
+ # [9.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.0) (2025-07-24)
187
+
188
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
189
+
190
+ # Change Log
191
+
192
+ All notable changes to this project will be documented in this file. See
193
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
194
+
195
+ # [9.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
196
+
197
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
198
+
199
+ # Change Log
200
+
201
+ All notable changes to this project will be documented in this file. See
202
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
203
+
204
+ # [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
205
+
206
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
207
+
208
+ # Change Log
209
+
210
+ All notable changes to this project will be documented in this file. See
211
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
212
+
213
+ ## [8.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
214
+
215
+ ### Bug Fixes
216
+
217
+ - add actual content to published packages
218
+ ([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
219
+
220
+ # Change Log
221
+
222
+ All notable changes to this project will be documented in this file. See
223
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
224
+
225
+ # [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
226
+
227
+ ### Bug Fixes
228
+
229
+ - enhance packages documentation
230
+ ([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
231
+
232
+ # Change Log
233
+
234
+ All notable changes to this project will be documented in this file. See
235
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
236
+
237
+ # [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
238
+
239
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
240
+
241
+ # Change Log
242
+
243
+ All notable changes to this project will be documented in this file. See
244
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
245
+
246
+ ## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
247
+
248
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
249
+
250
+ # Change Log
251
+
252
+ All notable changes to this project will be documented in this file. See
253
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
254
+
255
+ ## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
256
+
257
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
258
+
259
+ # Change Log
260
+
261
+ All notable changes to this project will be documented in this file. See
262
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
263
+
264
+ ## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
265
+
266
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
267
+
268
+ # Change Log
269
+
270
+ All notable changes to this project will be documented in this file. See
271
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
272
+
273
+ ## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
274
+
275
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
276
+
277
+ # Change Log
278
+
279
+ All notable changes to this project will be documented in this file. See
280
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
281
+
282
+ ## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
283
+
284
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
285
+
286
+ # Change Log
287
+
288
+ All notable changes to this project will be documented in this file. See
289
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
290
+
291
+ ## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
292
+
293
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
294
+
295
+ # Change Log
296
+
297
+ All notable changes to this project will be documented in this file. See
298
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
299
+
300
+ # [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
301
+
302
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
303
+
304
+ # Change Log
305
+
306
+ All notable changes to this project will be documented in this file. See
307
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
308
+
309
+ # [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
310
+
311
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
312
+
313
+ # Change Log
314
+
315
+ All notable changes to this project will be documented in this file. See
316
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
317
+
318
+ ## [8.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
319
+
320
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
321
+
322
+ # Change Log
323
+
324
+ All notable changes to this project will be documented in this file. See
325
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
326
+
327
+ # [8.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
328
+
329
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
330
+
331
+ # Change Log
332
+
333
+ All notable changes to this project will be documented in this file. See
334
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
335
+
336
+ # [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
337
+
338
+ ### Bug Fixes
339
+
340
+ - apply linters config
341
+ ([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
342
+
343
+ # Change Log
344
+
345
+ All notable changes to this project will be documented in this file. See
346
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
347
+
348
+ ## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
349
+
350
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
351
+
352
+ # Change Log
353
+
354
+ All notable changes to this project will be documented in this file. See
355
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
356
+
357
+ ## [7.8.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
358
+
359
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
360
+
361
+ # Change Log
362
+
363
+ All notable changes to this project will be documented in this file. See
364
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
365
+
366
+ # [7.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
367
+
368
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
369
+
370
+ # Change Log
371
+
372
+ All notable changes to this project will be documented in this file. See
373
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
374
+
375
+ # [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
376
+
377
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
378
+
379
+ # Change Log
380
+
381
+ All notable changes to this project will be documented in this file. See
382
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
383
+
384
+ # [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
385
+
386
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
387
+
388
+ # Change Log
389
+
390
+ All notable changes to this project will be documented in this file. See
391
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
392
+
393
+ # [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
394
+
395
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
396
+
397
+ # Change Log
398
+
399
+ All notable changes to this project will be documented in this file. See
400
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
401
+
402
+ # [7.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
403
+
404
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
405
+
406
+ # Change Log
407
+
408
+ All notable changes to this project will be documented in this file. See
409
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
410
+
411
+ ## [7.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
412
+
413
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
414
+
415
+ # Change Log
416
+
417
+ All notable changes to this project will be documented in this file. See
418
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
419
+
420
+ ## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
421
+
422
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
423
+
424
+ # Change Log
425
+
426
+ All notable changes to this project will be documented in this file. See
427
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
428
+
429
+ ## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
430
+
431
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
432
+
433
+ # Change Log
434
+
435
+ All notable changes to this project will be documented in this file. See
436
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
437
+
438
+ ## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
439
+
440
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
441
+
442
+ # Change Log
443
+
444
+ All notable changes to this project will be documented in this file. See
445
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
446
+
447
+ ## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
448
+
449
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
450
+
451
+ # Change Log
452
+
453
+ All notable changes to this project will be documented in this file. See
454
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
455
+
456
+ ## [7.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
457
+
458
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
459
+
460
+ # Change Log
461
+
462
+ All notable changes to this project will be documented in this file. See
463
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
464
+
465
+ ## [7.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
466
+
467
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
468
+
469
+ # Change Log
470
+
471
+ All notable changes to this project will be documented in this file. See
472
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
473
+
474
+ # [7.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
475
+
476
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
477
+
478
+ # Change Log
479
+
480
+ All notable changes to this project will be documented in this file. See
481
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
482
+
483
+ ## [7.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
484
+
485
+ ### Bug Fixes
486
+
487
+ - generated package.json
488
+ ([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
489
+
490
+ # Change Log
491
+
492
+ All notable changes to this project will be documented in this file. See
493
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
494
+
495
+ ## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
496
+
497
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
498
+
499
+ # Change Log
500
+
501
+ All notable changes to this project will be documented in this file. See
502
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
503
+
504
+ ## [7.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
505
+
506
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
507
+
508
+ # Change Log
509
+
510
+ All notable changes to this project will be documented in this file. See
511
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512
+
513
+ ## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
514
+
515
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
516
+
517
+ # Change Log
518
+
519
+ All notable changes to this project will be documented in this file. See
520
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
521
+
522
+ # [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
523
+
524
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
525
+
526
+ # Change Log
527
+
528
+ All notable changes to this project will be documented in this file. See
529
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
530
+
531
+ ## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
532
+
533
+ ### Bug Fixes
534
+
535
+ - update nx to fix building packages
536
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
537
+
538
+ ### Features
539
+
540
+ - add react-query-cqrs-client library
541
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
542
+
543
+ # Change Log
544
+
545
+ All notable changes to this project will be documented in this file. See
546
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
547
+
548
+ ## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
549
+
550
+ ### Bug Fixes
551
+
552
+ - update nx to fix building packages
553
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
554
+
555
+ ### Features
556
+
557
+ - add react-query-cqrs-client library
558
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
559
+
560
+ # Change Log
561
+
562
+ All notable changes to this project will be documented in this file. See
563
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
564
+
565
+ ## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
566
+
567
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
568
+
569
+ # Change Log
570
+
571
+ All notable changes to this project will be documented in this file. See
572
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
573
+
574
+ ## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
575
+
576
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
577
+
578
+ # Change Log
579
+
580
+ All notable changes to this project will be documented in this file. See
581
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
582
+
583
+ ## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
584
+
585
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
586
+
587
+ # Change Log
588
+
589
+ All notable changes to this project will be documented in this file. See
590
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
591
+
592
+ ## [7.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
593
+
594
+ **Note:** Version bump only for package @leancodepl/api-date-datefns
595
+
596
+ # Change Log
597
+
598
+ All notable changes to this project will be documented in this file. See
599
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
600
+
601
+ # [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
602
+
603
+ ### Bug Fixes
604
+
605
+ - update nx to fix building packages
606
+ ([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
607
+
608
+ ### Features
609
+
610
+ - add react-query-cqrs-client library
611
+ ([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
612
+
613
+ # Change Log
614
+
615
+ All notable changes to this project will be documented in this file. See
616
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
617
+
618
+ # [7.0.0](https://github.com/leancodepl/js_corelibrary/compare/v6.5.1...v7.0.0) (2023-09-01)
619
+
620
+ ### Features
621
+
622
+ - add github actions
623
+ ([15c2060](https://github.com/leancodepl/js_corelibrary/commit/15c2060511e6bec652431f248d6da75c3d194c85))
624
+ - add registry option to publish script
625
+ ([50f4c08](https://github.com/leancodepl/js_corelibrary/commit/50f4c0877482895b49b62a8f0a1f7ae289898130))
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
+ <a name="6.4.1"></a>
633
+
634
+ ## [6.4.1](https://github.com/projects/leancodepl/repos/js_corelibrary/compare/diff?targetBranch=refs%2Ftags%2Fv6.4.0&sourceBranch=refs%2Ftags%2Fv6.4.1) (2022-09-08)
635
+
636
+ ### Bug Fixes
637
+
638
+ - correct date format for DateTimeOffset
639
+ ([10d9819](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/10d9819))
640
+ - correct module paths in date packages
641
+ ([0220d82](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/0220d82))
642
+ - date-fns date format ([5c42892](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/5c42892))
643
+
644
+ <a name="6.4.0"></a>
645
+
646
+ # [6.4.0](https://github.com/projects/leancodepl/repos/js_corelibrary/compare/diff?targetBranch=refs%2Ftags%2Fv6.3.0&sourceBranch=refs%2Ftags%2Fv6.4.0) (2022-09-06)
647
+
648
+ ### Bug Fixes
649
+
650
+ - apiTimeSpan handlers ([c5d6246](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/c5d6246))
651
+ - comments ([f67c61b](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/f67c61b))
652
+ - fromApiTimeSpan test ([a3c5899](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/a3c5899))
653
+ - negative timeSpan ([9873658](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/9873658))
654
+ - timeSpan handlers ([8032e2e](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/8032e2e))
655
+
656
+ ### Features
657
+
658
+ - date-fns date handlers ([e1ea779](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/e1ea779))