@leancodepl/axios-cqrs-client 9.7.2 → 9.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +682 -0
- package/LICENSE +201 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3447 -0
- package/dist/index.umd.cjs +23 -0
- package/{src → dist}/lib/mkCqrsClient.d.ts +4 -3
- package/dist/lib/mkCqrsClient.d.ts.map +1 -0
- package/{src → dist}/lib/mkUncapitalizedCqrsClient.d.ts +9 -8
- package/dist/lib/mkUncapitalizedCqrsClient.d.ts.map +1 -0
- package/package.json +22 -16
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -194
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -191
- package/src/index.d.ts +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,682 @@
|
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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/axios-cqrs-client
|
|
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
|
+
- axios error handling typing
|
|
230
|
+
([15a8ec0](https://github.com/leancodepl/js_corelibrary/commit/15a8ec04aebbbd9eca9e3c6c2c715f9211ad2413))
|
|
231
|
+
- enhance packages documentation
|
|
232
|
+
([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
|
|
233
|
+
- linting ([b98e361](https://github.com/leancodepl/js_corelibrary/commit/b98e36197069158b434e6e027147ccaaaa4b3da5))
|
|
234
|
+
- linting ([edef3d0](https://github.com/leancodepl/js_corelibrary/commit/edef3d054bd5550bb04e448d8bde2fc3ca6dff69))
|
|
235
|
+
- use null coalescing
|
|
236
|
+
([d6a0619](https://github.com/leancodepl/js_corelibrary/commit/d6a06199c14c1b54dd8cde8a4c1b58435febe6c8))
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
- handle aborted requests error in axios client
|
|
241
|
+
([8a07eeb](https://github.com/leancodepl/js_corelibrary/commit/8a07eeb6c3b7e67046a6f277cdc18a9db2df69ac))
|
|
242
|
+
|
|
243
|
+
# Change Log
|
|
244
|
+
|
|
245
|
+
All notable changes to this project will be documented in this file. See
|
|
246
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
247
|
+
|
|
248
|
+
# [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
251
|
+
|
|
252
|
+
# Change Log
|
|
253
|
+
|
|
254
|
+
All notable changes to this project will be documented in this file. See
|
|
255
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
256
|
+
|
|
257
|
+
## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
260
|
+
|
|
261
|
+
# Change Log
|
|
262
|
+
|
|
263
|
+
All notable changes to this project will be documented in this file. See
|
|
264
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
265
|
+
|
|
266
|
+
## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
269
|
+
|
|
270
|
+
# Change Log
|
|
271
|
+
|
|
272
|
+
All notable changes to this project will be documented in this file. See
|
|
273
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
274
|
+
|
|
275
|
+
## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
- handle query cancellation in axios client
|
|
280
|
+
([bdd5c01](https://github.com/leancodepl/js_corelibrary/commit/bdd5c0139985724f3e371ead9dda5bb73958497c))
|
|
281
|
+
|
|
282
|
+
# Change Log
|
|
283
|
+
|
|
284
|
+
All notable changes to this project will be documented in this file. See
|
|
285
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
286
|
+
|
|
287
|
+
## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
- allow overriding token header in all cqrs clients
|
|
292
|
+
([5a34507](https://github.com/leancodepl/js_corelibrary/commit/5a3450723543f23eee9e5c4c7884fe1adbfd293e))
|
|
293
|
+
|
|
294
|
+
# Change Log
|
|
295
|
+
|
|
296
|
+
All notable changes to this project will be documented in this file. See
|
|
297
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
298
|
+
|
|
299
|
+
## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
|
|
300
|
+
|
|
301
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
302
|
+
|
|
303
|
+
# Change Log
|
|
304
|
+
|
|
305
|
+
All notable changes to this project will be documented in this file. See
|
|
306
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
307
|
+
|
|
308
|
+
## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
311
|
+
|
|
312
|
+
# Change Log
|
|
313
|
+
|
|
314
|
+
All notable changes to this project will be documented in this file. See
|
|
315
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
316
|
+
|
|
317
|
+
# [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
320
|
+
|
|
321
|
+
# Change Log
|
|
322
|
+
|
|
323
|
+
All notable changes to this project will be documented in this file. See
|
|
324
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
325
|
+
|
|
326
|
+
# [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
338
|
+
|
|
339
|
+
# Change Log
|
|
340
|
+
|
|
341
|
+
All notable changes to this project will be documented in this file. See
|
|
342
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
343
|
+
|
|
344
|
+
# [8.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
|
|
345
|
+
|
|
346
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
347
|
+
|
|
348
|
+
# Change Log
|
|
349
|
+
|
|
350
|
+
All notable changes to this project will be documented in this file. See
|
|
351
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
352
|
+
|
|
353
|
+
# [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
- apply linters config
|
|
358
|
+
([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
|
|
359
|
+
|
|
360
|
+
# Change Log
|
|
361
|
+
|
|
362
|
+
All notable changes to this project will be documented in this file. See
|
|
363
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
364
|
+
|
|
365
|
+
## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
368
|
+
|
|
369
|
+
# Change Log
|
|
370
|
+
|
|
371
|
+
All notable changes to this project will be documented in this file. See
|
|
372
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
373
|
+
|
|
374
|
+
## [7.8.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
377
|
+
|
|
378
|
+
# Change Log
|
|
379
|
+
|
|
380
|
+
All notable changes to this project will be documented in this file. See
|
|
381
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
382
|
+
|
|
383
|
+
# [7.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
386
|
+
|
|
387
|
+
# Change Log
|
|
388
|
+
|
|
389
|
+
All notable changes to this project will be documented in this file. See
|
|
390
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
391
|
+
|
|
392
|
+
# [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
395
|
+
|
|
396
|
+
# Change Log
|
|
397
|
+
|
|
398
|
+
All notable changes to this project will be documented in this file. See
|
|
399
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
400
|
+
|
|
401
|
+
# [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
|
|
402
|
+
|
|
403
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
404
|
+
|
|
405
|
+
# Change Log
|
|
406
|
+
|
|
407
|
+
All notable changes to this project will be documented in this file. See
|
|
408
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
409
|
+
|
|
410
|
+
# [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
|
|
411
|
+
|
|
412
|
+
### Features
|
|
413
|
+
|
|
414
|
+
- add option to choose capitalization and axios options
|
|
415
|
+
([d0af577](https://github.com/leancodepl/js_corelibrary/commit/d0af5776ebaafc2a0e3d619b63044a0819b55fb5))
|
|
416
|
+
- create a decorator for uncapitalized client
|
|
417
|
+
([dafe951](https://github.com/leancodepl/js_corelibrary/commit/dafe951334068bae9f3745198d1a2dacb2f5d00b))
|
|
418
|
+
|
|
419
|
+
# Change Log
|
|
420
|
+
|
|
421
|
+
All notable changes to this project will be documented in this file. See
|
|
422
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
423
|
+
|
|
424
|
+
# [7.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
|
|
425
|
+
|
|
426
|
+
### Bug Fixes
|
|
427
|
+
|
|
428
|
+
- axios cqrs client build
|
|
429
|
+
([676ac1a](https://github.com/leancodepl/js_corelibrary/commit/676ac1aa8ec26d77e6810539b8eff1ec61a23d59))
|
|
430
|
+
- packages versions
|
|
431
|
+
([739d722](https://github.com/leancodepl/js_corelibrary/commit/739d72211dff7c15b07e283b2f09a2470a8329c2))
|
|
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.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
|
|
448
|
+
|
|
449
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
- generated packages.json
|
|
461
|
+
([9623b51](https://github.com/leancodepl/js_corelibrary/commit/9623b51149402c2912d5700c1c73c27245c745d8))
|
|
462
|
+
|
|
463
|
+
# Change Log
|
|
464
|
+
|
|
465
|
+
All notable changes to this project will be documented in this file. See
|
|
466
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
467
|
+
|
|
468
|
+
## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
|
|
469
|
+
|
|
470
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
471
|
+
|
|
472
|
+
# Change Log
|
|
473
|
+
|
|
474
|
+
All notable changes to this project will be documented in this file. See
|
|
475
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
476
|
+
|
|
477
|
+
## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
|
|
478
|
+
|
|
479
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
|
|
487
|
+
|
|
488
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
|
|
496
|
+
|
|
497
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
|
|
505
|
+
|
|
506
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
|
|
514
|
+
|
|
515
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
|
|
523
|
+
|
|
524
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
|
|
532
|
+
|
|
533
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
534
|
+
|
|
535
|
+
# Change Log
|
|
536
|
+
|
|
537
|
+
All notable changes to this project will be documented in this file. See
|
|
538
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
539
|
+
|
|
540
|
+
## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
|
|
541
|
+
|
|
542
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
543
|
+
|
|
544
|
+
# Change Log
|
|
545
|
+
|
|
546
|
+
All notable changes to this project will be documented in this file. See
|
|
547
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
548
|
+
|
|
549
|
+
# [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
|
|
550
|
+
|
|
551
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
552
|
+
|
|
553
|
+
# Change Log
|
|
554
|
+
|
|
555
|
+
All notable changes to this project will be documented in this file. See
|
|
556
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
557
|
+
|
|
558
|
+
## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
|
|
559
|
+
|
|
560
|
+
### Bug Fixes
|
|
561
|
+
|
|
562
|
+
- update nx to fix building packages
|
|
563
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
564
|
+
|
|
565
|
+
# Change Log
|
|
566
|
+
|
|
567
|
+
All notable changes to this project will be documented in this file. See
|
|
568
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
569
|
+
|
|
570
|
+
## [7.1.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
|
|
571
|
+
|
|
572
|
+
### Bug Fixes
|
|
573
|
+
|
|
574
|
+
- update nx to fix building packages
|
|
575
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
576
|
+
|
|
577
|
+
# Change Log
|
|
578
|
+
|
|
579
|
+
All notable changes to this project will be documented in this file. See
|
|
580
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
581
|
+
|
|
582
|
+
## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
|
|
583
|
+
|
|
584
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
585
|
+
|
|
586
|
+
# Change Log
|
|
587
|
+
|
|
588
|
+
All notable changes to this project will be documented in this file. See
|
|
589
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
590
|
+
|
|
591
|
+
## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
|
|
592
|
+
|
|
593
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
594
|
+
|
|
595
|
+
# Change Log
|
|
596
|
+
|
|
597
|
+
All notable changes to this project will be documented in this file. See
|
|
598
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
599
|
+
|
|
600
|
+
## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
|
|
601
|
+
|
|
602
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
|
|
610
|
+
|
|
611
|
+
**Note:** Version bump only for package @leancodepl/axios-cqrs-client
|
|
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.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
- update nx to fix building packages
|
|
623
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
624
|
+
|
|
625
|
+
# Change Log
|
|
626
|
+
|
|
627
|
+
All notable changes to this project will be documented in this file. See
|
|
628
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
629
|
+
|
|
630
|
+
# [7.0.0](https://github.com/leancodepl/js_corelibrary/compare/v6.5.1...v7.0.0) (2023-09-01)
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
- add github actions
|
|
635
|
+
([15c2060](https://github.com/leancodepl/js_corelibrary/commit/15c2060511e6bec652431f248d6da75c3d194c85))
|
|
636
|
+
- add registry option to publish script
|
|
637
|
+
([50f4c08](https://github.com/leancodepl/js_corelibrary/commit/50f4c0877482895b49b62a8f0a1f7ae289898130))
|
|
638
|
+
|
|
639
|
+
# Change Log
|
|
640
|
+
|
|
641
|
+
All notable changes to this project will be documented in this file. See
|
|
642
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
643
|
+
|
|
644
|
+
<a name="6.3.0"></a>
|
|
645
|
+
|
|
646
|
+
# [6.3.0](https://github.com/projects/leancodepl/repos/js_corelibrary/compare/diff?targetBranch=refs%2Ftags%2Fv6.2.0&sourceBranch=refs%2Ftags%2Fv6.3.0) (2022-08-10)
|
|
647
|
+
|
|
648
|
+
### Bug Fixes
|
|
649
|
+
|
|
650
|
+
- correct module paths in package.json
|
|
651
|
+
([94e0a2b](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/94e0a2b))
|
|
652
|
+
|
|
653
|
+
### Features
|
|
654
|
+
|
|
655
|
+
- add operations support ([4df47ec](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/4df47ec))
|
|
656
|
+
|
|
657
|
+
<a name="6.2.0"></a>
|
|
658
|
+
|
|
659
|
+
# [6.2.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.1.8&sourceBranch=refs%2Ftags%2Fv6.2.0) (2022-02-21)
|
|
660
|
+
|
|
661
|
+
### Features
|
|
662
|
+
|
|
663
|
+
- update packages ([e7a3cb8](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/e7a3cb8))
|
|
664
|
+
- update packages ([f67355c](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/f67355c))
|
|
665
|
+
|
|
666
|
+
<a name="6.1.1"></a>
|
|
667
|
+
|
|
668
|
+
## [6.1.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.1.0&sourceBranch=refs%2Ftags%2Fv6.1.1) (2021-08-20)
|
|
669
|
+
|
|
670
|
+
**Note:** Version bump only for package @leancode/axios-cqrs-client
|
|
671
|
+
|
|
672
|
+
<a name="6.1.0"></a>
|
|
673
|
+
|
|
674
|
+
# [6.1.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv6.0.0&sourceBranch=refs%2Ftags%2Fv6.1.0) (2021-08-09)
|
|
675
|
+
|
|
676
|
+
### Features
|
|
677
|
+
|
|
678
|
+
- integrate axios cqrs client with validation errors handling
|
|
679
|
+
([889fa2d](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/889fa2d))
|
|
680
|
+
- make token provider optional in cqrs clients
|
|
681
|
+
([00e7f32](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/00e7f32))
|
|
682
|
+
- split cqrs clients ([07fff4b](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/07fff4b))
|