@leancodepl/api-date-datefns 9.7.1 → 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.
- package/CHANGELOG.md +649 -0
- package/LICENSE +201 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2775 -0
- package/dist/index.umd.cjs +1 -0
- package/{src → dist}/lib/date/fromApiDate.d.ts +2 -1
- package/dist/lib/date/fromApiDate.d.ts.map +1 -0
- package/{src → dist}/lib/date/toApiDate.d.ts +2 -1
- package/dist/lib/date/toApiDate.d.ts.map +1 -0
- package/{src → dist}/lib/dateTimeOffset/fromApiDateTimeOffset.d.ts +2 -1
- package/dist/lib/dateTimeOffset/fromApiDateTimeOffset.d.ts.map +1 -0
- package/{src → dist}/lib/dateTimeOffset/toApiDateTimeOffset.d.ts +2 -1
- package/dist/lib/dateTimeOffset/toApiDateTimeOffset.d.ts.map +1 -0
- package/{src → dist}/lib/time/fromApiTime.d.ts +2 -1
- package/dist/lib/time/fromApiTime.d.ts.map +1 -0
- package/{src → dist}/lib/time/toApiTime.d.ts +2 -1
- package/dist/lib/time/toApiTime.d.ts.map +1 -0
- package/{src → dist}/lib/timeSpan/fromApiTimeSpan.d.ts +2 -1
- package/dist/lib/timeSpan/fromApiTimeSpan.d.ts.map +1 -0
- package/{src → dist}/lib/timeSpan/toApiTimeSpan.d.ts +2 -1
- package/dist/lib/timeSpan/toApiTimeSpan.d.ts.map +1 -0
- package/{src → dist}/lib/utils/padTo2.d.ts +1 -0
- package/dist/lib/utils/padTo2.d.ts.map +1 -0
- package/{src → dist}/lib/utils/parseDifferenceInMilliseconds.d.ts +1 -0
- package/dist/lib/utils/parseDifferenceInMilliseconds.d.ts.map +1 -0
- package/package.json +21 -16
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -119
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -104
- package/src/index.d.ts +0 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,649 @@
|
|
|
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/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.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/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.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/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.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/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.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-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.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
|
|
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.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (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.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
|
|
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.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
|
|
88
|
+
|
|
89
|
+
**Note:** Version bump only for package @leancodepl/config
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @leancodepl/api-date-datefns
|
|
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.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
|
|
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.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (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.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
|
|
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.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
|
|
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.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
|
|
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.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.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.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
|
|
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
|
+
# [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
|
|
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.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
- add actual content to published packages
|
|
209
|
+
([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
|
|
210
|
+
|
|
211
|
+
# Change Log
|
|
212
|
+
|
|
213
|
+
All notable changes to this project will be documented in this file. See
|
|
214
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
215
|
+
|
|
216
|
+
# [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
|
|
217
|
+
|
|
218
|
+
### Bug Fixes
|
|
219
|
+
|
|
220
|
+
- enhance packages documentation
|
|
221
|
+
([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
|
|
222
|
+
|
|
223
|
+
# Change Log
|
|
224
|
+
|
|
225
|
+
All notable changes to this project will be documented in this file. See
|
|
226
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
227
|
+
|
|
228
|
+
# [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @leancodepl/api-date-datefns
|
|
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.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
|
|
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.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
|
|
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.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
|
|
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.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
|
|
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.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (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.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
|
|
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.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
|
|
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.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
- apply linters config
|
|
332
|
+
([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
|
|
333
|
+
|
|
334
|
+
# Change Log
|
|
335
|
+
|
|
336
|
+
All notable changes to this project will be documented in this file. See
|
|
337
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
338
|
+
|
|
339
|
+
## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @leancodepl/api-date-datefns
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
|
|
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.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
|
|
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.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
|
|
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.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
|
|
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.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
|
|
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.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
|
|
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.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
|
|
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.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
|
|
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.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
|
|
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.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (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.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
- generated package.json
|
|
479
|
+
([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
|
|
480
|
+
|
|
481
|
+
# Change Log
|
|
482
|
+
|
|
483
|
+
All notable changes to this project will be documented in this file. See
|
|
484
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
485
|
+
|
|
486
|
+
## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
|
|
487
|
+
|
|
488
|
+
**Note:** Version bump only for package @leancodepl/api-date-datefns
|
|
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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
|
|
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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (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.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
|
|
523
|
+
|
|
524
|
+
### Bug Fixes
|
|
525
|
+
|
|
526
|
+
- update nx to fix building packages
|
|
527
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
528
|
+
|
|
529
|
+
### Features
|
|
530
|
+
|
|
531
|
+
- add react-query-cqrs-client library
|
|
532
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
533
|
+
|
|
534
|
+
# Change Log
|
|
535
|
+
|
|
536
|
+
All notable changes to this project will be documented in this file. See
|
|
537
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
538
|
+
|
|
539
|
+
## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
|
|
540
|
+
|
|
541
|
+
### Bug Fixes
|
|
542
|
+
|
|
543
|
+
- update nx to fix building packages
|
|
544
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
545
|
+
|
|
546
|
+
### Features
|
|
547
|
+
|
|
548
|
+
- add react-query-cqrs-client library
|
|
549
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
550
|
+
|
|
551
|
+
# Change Log
|
|
552
|
+
|
|
553
|
+
All notable changes to this project will be documented in this file. See
|
|
554
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
555
|
+
|
|
556
|
+
## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
|
|
557
|
+
|
|
558
|
+
**Note:** Version bump only for package @leancodepl/api-date-datefns
|
|
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.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (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.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (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.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (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.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
|
|
593
|
+
|
|
594
|
+
### Bug Fixes
|
|
595
|
+
|
|
596
|
+
- update nx to fix building packages
|
|
597
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
598
|
+
|
|
599
|
+
### Features
|
|
600
|
+
|
|
601
|
+
- add react-query-cqrs-client library
|
|
602
|
+
([ec1588a](https://github.com/leancodepl/js_corelibrary/commit/ec1588a64c059619e571c3f92fd1c252480f12a2))
|
|
603
|
+
|
|
604
|
+
# Change Log
|
|
605
|
+
|
|
606
|
+
All notable changes to this project will be documented in this file. See
|
|
607
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
608
|
+
|
|
609
|
+
# [7.0.0](https://github.com/leancodepl/js_corelibrary/compare/v6.5.1...v7.0.0) (2023-09-01)
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
- add github actions
|
|
614
|
+
([15c2060](https://github.com/leancodepl/js_corelibrary/commit/15c2060511e6bec652431f248d6da75c3d194c85))
|
|
615
|
+
- add registry option to publish script
|
|
616
|
+
([50f4c08](https://github.com/leancodepl/js_corelibrary/commit/50f4c0877482895b49b62a8f0a1f7ae289898130))
|
|
617
|
+
|
|
618
|
+
# Change Log
|
|
619
|
+
|
|
620
|
+
All notable changes to this project will be documented in this file. See
|
|
621
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
622
|
+
|
|
623
|
+
<a name="6.4.1"></a>
|
|
624
|
+
|
|
625
|
+
## [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)
|
|
626
|
+
|
|
627
|
+
### Bug Fixes
|
|
628
|
+
|
|
629
|
+
- correct date format for DateTimeOffset
|
|
630
|
+
([10d9819](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/10d9819))
|
|
631
|
+
- correct module paths in date packages
|
|
632
|
+
([0220d82](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/0220d82))
|
|
633
|
+
- date-fns date format ([5c42892](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/5c42892))
|
|
634
|
+
|
|
635
|
+
<a name="6.4.0"></a>
|
|
636
|
+
|
|
637
|
+
# [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)
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
- apiTimeSpan handlers ([c5d6246](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/c5d6246))
|
|
642
|
+
- comments ([f67c61b](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/f67c61b))
|
|
643
|
+
- fromApiTimeSpan test ([a3c5899](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/a3c5899))
|
|
644
|
+
- negative timeSpan ([9873658](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/9873658))
|
|
645
|
+
- timeSpan handlers ([8032e2e](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/8032e2e))
|
|
646
|
+
|
|
647
|
+
### Features
|
|
648
|
+
|
|
649
|
+
- date-fns date handlers ([e1ea779](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/e1ea779))
|