@leancodepl/login-manager 9.7.2 → 9.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +819 -0
- package/LICENSE +201 -0
- package/README.md +3 -3
- package/dist/index.d.ts +10 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +314 -0
- package/dist/index.umd.cjs +1 -0
- package/{src → dist}/lib/asyncLoginManager.d.ts +3 -2
- package/dist/lib/asyncLoginManager.d.ts.map +1 -0
- package/{src → dist}/lib/baseLoginManager.d.ts +2 -1
- package/dist/lib/baseLoginManager.d.ts.map +1 -0
- package/{src → dist}/lib/cannotRefreshToken.d.ts +2 -1
- package/dist/lib/cannotRefreshToken.d.ts.map +1 -0
- package/{src → dist}/lib/facebookClient.d.ts +1 -0
- package/dist/lib/facebookClient.d.ts.map +1 -0
- package/{src → dist}/lib/localTokenStorage.d.ts +2 -1
- package/dist/lib/localTokenStorage.d.ts.map +1 -0
- package/{src → dist}/lib/memoryTokenStorage.d.ts +2 -1
- package/dist/lib/memoryTokenStorage.d.ts.map +1 -0
- package/{src → dist}/lib/sessionTokenStorage.d.ts +2 -1
- package/dist/lib/sessionTokenStorage.d.ts.map +1 -0
- package/{src → dist}/lib/syncLoginManager.d.ts +3 -2
- package/dist/lib/syncLoginManager.d.ts.map +1 -0
- package/{src → dist}/lib/tokenStorage.d.ts +1 -0
- package/dist/lib/tokenStorage.d.ts.map +1 -0
- package/package.json +19 -14
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -545
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -536
- package/src/index.d.ts +0 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,819 @@
|
|
|
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
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- fix error name
|
|
11
|
+
([fadf849](https://github.com/leancodepl/js_corelibrary/commit/fadf84983e5311c771d0bd124298a03cbf816936))
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- replace Buffer from node to native btoa
|
|
16
|
+
([64fd46b](https://github.com/leancodepl/js_corelibrary/commit/64fd46be3a2fd36b62c6b3d48fc8726fc334fc49))
|
|
17
|
+
|
|
18
|
+
# Change Log
|
|
19
|
+
|
|
20
|
+
All notable changes to this project will be documented in this file. See
|
|
21
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
22
|
+
|
|
23
|
+
## [9.7.2](https://github.com/leancodepl/js_corelibrary/compare/v9.7.1...v9.7.2) (2026-01-20)
|
|
24
|
+
|
|
25
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
26
|
+
|
|
27
|
+
# Change Log
|
|
28
|
+
|
|
29
|
+
All notable changes to this project will be documented in this file. See
|
|
30
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
|
+
|
|
32
|
+
## [9.7.1](https://github.com/leancodepl/js_corelibrary/compare/v9.7.0...v9.7.1) (2026-01-20)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
35
|
+
|
|
36
|
+
# Change Log
|
|
37
|
+
|
|
38
|
+
All notable changes to this project will be documented in this file. See
|
|
39
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
40
|
+
|
|
41
|
+
# [9.7.0](https://github.com/leancodepl/js_corelibrary/compare/v9.6.6...v9.7.0) (2025-12-18)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
44
|
+
|
|
45
|
+
# Change Log
|
|
46
|
+
|
|
47
|
+
All notable changes to this project will be documented in this file. See
|
|
48
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
49
|
+
|
|
50
|
+
## [9.6.6](https://github.com/leancodepl/js_corelibrary/compare/v9.6.5...v9.6.6) (2025-11-18)
|
|
51
|
+
|
|
52
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
53
|
+
|
|
54
|
+
# Change Log
|
|
55
|
+
|
|
56
|
+
All notable changes to this project will be documented in this file. See
|
|
57
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
58
|
+
|
|
59
|
+
## [9.6.5](https://github.com/leancodepl/js_corelibrary/compare/v9.6.4...v9.6.5) (2025-10-16)
|
|
60
|
+
|
|
61
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
62
|
+
|
|
63
|
+
# Change Log
|
|
64
|
+
|
|
65
|
+
All notable changes to this project will be documented in this file. See
|
|
66
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
67
|
+
|
|
68
|
+
## [9.6.4](https://github.com/leancodepl/js_corelibrary/compare/v9.6.3...v9.6.4) (2025-10-16)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
71
|
+
|
|
72
|
+
# Change Log
|
|
73
|
+
|
|
74
|
+
All notable changes to this project will be documented in this file. See
|
|
75
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
76
|
+
|
|
77
|
+
## [9.6.3](https://github.com/leancodepl/js_corelibrary/compare/v9.6.2...v9.6.3) (2025-09-22)
|
|
78
|
+
|
|
79
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
80
|
+
|
|
81
|
+
# Change Log
|
|
82
|
+
|
|
83
|
+
All notable changes to this project will be documented in this file. See
|
|
84
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
85
|
+
|
|
86
|
+
## [9.6.2](https://github.com/leancodepl/js_corelibrary/compare/v9.6.1...v9.6.2) (2025-09-09)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
89
|
+
|
|
90
|
+
# Change Log
|
|
91
|
+
|
|
92
|
+
All notable changes to this project will be documented in this file. See
|
|
93
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
94
|
+
|
|
95
|
+
## [9.6.1](https://github.com/leancodepl/js_corelibrary/compare/v9.6.0...v9.6.1) (2025-09-05)
|
|
96
|
+
|
|
97
|
+
**Note:** Version bump only for package @leancodepl/config
|
|
98
|
+
|
|
99
|
+
# Change Log
|
|
100
|
+
|
|
101
|
+
All notable changes to this project will be documented in this file. See
|
|
102
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
103
|
+
|
|
104
|
+
# [9.6.0](https://github.com/leancodepl/js_corelibrary/compare/v9.5.3...v9.6.0) (2025-09-05)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
107
|
+
|
|
108
|
+
# Change Log
|
|
109
|
+
|
|
110
|
+
All notable changes to this project will be documented in this file. See
|
|
111
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
112
|
+
|
|
113
|
+
## [9.5.3](https://github.com/leancodepl/js_corelibrary/compare/v9.5.2...v9.5.3) (2025-08-26)
|
|
114
|
+
|
|
115
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
116
|
+
|
|
117
|
+
# Change Log
|
|
118
|
+
|
|
119
|
+
All notable changes to this project will be documented in this file. See
|
|
120
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
121
|
+
|
|
122
|
+
## [9.5.2](https://github.com/leancodepl/js_corelibrary/compare/v9.5.1...v9.5.2) (2025-08-13)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
125
|
+
|
|
126
|
+
# Change Log
|
|
127
|
+
|
|
128
|
+
All notable changes to this project will be documented in this file. See
|
|
129
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
130
|
+
|
|
131
|
+
## [9.5.1](https://github.com/leancodepl/js_corelibrary/compare/v9.5.0...v9.5.1) (2025-08-05)
|
|
132
|
+
|
|
133
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
134
|
+
|
|
135
|
+
# Change Log
|
|
136
|
+
|
|
137
|
+
All notable changes to this project will be documented in this file. See
|
|
138
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
139
|
+
|
|
140
|
+
# [9.5.0](https://github.com/leancodepl/js_corelibrary/compare/v9.4.0...v9.5.0) (2025-08-05)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
143
|
+
|
|
144
|
+
# Change Log
|
|
145
|
+
|
|
146
|
+
All notable changes to this project will be documented in this file. See
|
|
147
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
148
|
+
|
|
149
|
+
# [9.4.0](https://github.com/leancodepl/js_corelibrary/compare/v9.3.0...v9.4.0) (2025-08-04)
|
|
150
|
+
|
|
151
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
152
|
+
|
|
153
|
+
# Change Log
|
|
154
|
+
|
|
155
|
+
All notable changes to this project will be documented in this file. See
|
|
156
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
157
|
+
|
|
158
|
+
# [9.3.0](https://github.com/leancodepl/js_corelibrary/compare/v9.2.1...v9.3.0) (2025-07-31)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
161
|
+
|
|
162
|
+
# Change Log
|
|
163
|
+
|
|
164
|
+
All notable changes to this project will be documented in this file. See
|
|
165
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
166
|
+
|
|
167
|
+
## [9.2.1](https://github.com/leancodepl/js_corelibrary/compare/v9.2.0...v9.2.1) (2025-07-30)
|
|
168
|
+
|
|
169
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
170
|
+
|
|
171
|
+
# Change Log
|
|
172
|
+
|
|
173
|
+
All notable changes to this project will be documented in this file. See
|
|
174
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
175
|
+
|
|
176
|
+
# [9.2.0](https://github.com/leancodepl/js_corelibrary/compare/v9.1.0...v9.2.0) (2025-07-24)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
179
|
+
|
|
180
|
+
# Change Log
|
|
181
|
+
|
|
182
|
+
All notable changes to this project will be documented in this file. See
|
|
183
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
184
|
+
|
|
185
|
+
# [9.1.0](https://github.com/leancodepl/js_corelibrary/compare/v9.0.0...v9.1.0) (2025-07-24)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
188
|
+
|
|
189
|
+
# Change Log
|
|
190
|
+
|
|
191
|
+
All notable changes to this project will be documented in this file. See
|
|
192
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
193
|
+
|
|
194
|
+
# [9.0.0](https://github.com/leancodepl/js_corelibrary/compare/v8.6.0...v9.0.0) (2025-07-22)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
197
|
+
|
|
198
|
+
# Change Log
|
|
199
|
+
|
|
200
|
+
All notable changes to this project will be documented in this file. See
|
|
201
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
202
|
+
|
|
203
|
+
# [8.6.0](https://github.com/leancodepl/js_corelibrary/compare/v8.5.1...v8.6.0) (2025-07-16)
|
|
204
|
+
|
|
205
|
+
### Features
|
|
206
|
+
|
|
207
|
+
- add apple sign in to BaseLoginManager
|
|
208
|
+
([2793f16](https://github.com/leancodepl/js_corelibrary/commit/2793f16e52521eb7385669e0203d6ae588d76715))
|
|
209
|
+
- make scopes, additionalParams and prepareHeaders accessible for derived classes
|
|
210
|
+
([c4145f5](https://github.com/leancodepl/js_corelibrary/commit/c4145f5f0e3cd35a7ed5027cc5331ee99a591ecd))
|
|
211
|
+
|
|
212
|
+
# Change Log
|
|
213
|
+
|
|
214
|
+
All notable changes to this project will be documented in this file. See
|
|
215
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
216
|
+
|
|
217
|
+
## [8.5.1](https://github.com/leancodepl/js_corelibrary/compare/v8.5.0...v8.5.1) (2025-07-14)
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
- add actual content to published packages
|
|
222
|
+
([cb7dadb](https://github.com/leancodepl/js_corelibrary/commit/cb7dadbc1f2126370f63505f5b8dbac08dad69a3))
|
|
223
|
+
|
|
224
|
+
# Change Log
|
|
225
|
+
|
|
226
|
+
All notable changes to this project will be documented in this file. See
|
|
227
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
228
|
+
|
|
229
|
+
# [8.5.0](https://github.com/leancodepl/js_corelibrary/compare/v8.4.0...v8.5.0) (2025-07-11)
|
|
230
|
+
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
- enhance packages documentation
|
|
234
|
+
([ae960c4](https://github.com/leancodepl/js_corelibrary/commit/ae960c469b6231b04ca8b239dc268decbc9f0a18))
|
|
235
|
+
|
|
236
|
+
# Change Log
|
|
237
|
+
|
|
238
|
+
All notable changes to this project will be documented in this file. See
|
|
239
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
240
|
+
|
|
241
|
+
# [8.4.0](https://github.com/leancodepl/js_corelibrary/compare/v8.3.6...v8.4.0) (2025-06-20)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
244
|
+
|
|
245
|
+
# Change Log
|
|
246
|
+
|
|
247
|
+
All notable changes to this project will be documented in this file. See
|
|
248
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
249
|
+
|
|
250
|
+
## [8.3.6](https://github.com/leancodepl/js_corelibrary/compare/v8.3.5...v8.3.6) (2025-02-14)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
253
|
+
|
|
254
|
+
# Change Log
|
|
255
|
+
|
|
256
|
+
All notable changes to this project will be documented in this file. See
|
|
257
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
258
|
+
|
|
259
|
+
## [8.3.5](https://github.com/leancodepl/js_corelibrary/compare/v8.3.4...v8.3.5) (2025-01-30)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
262
|
+
|
|
263
|
+
# Change Log
|
|
264
|
+
|
|
265
|
+
All notable changes to this project will be documented in this file. See
|
|
266
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
267
|
+
|
|
268
|
+
## [8.3.4](https://github.com/leancodepl/js_corelibrary/compare/v8.3.3...v8.3.4) (2025-01-20)
|
|
269
|
+
|
|
270
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
271
|
+
|
|
272
|
+
# Change Log
|
|
273
|
+
|
|
274
|
+
All notable changes to this project will be documented in this file. See
|
|
275
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
276
|
+
|
|
277
|
+
## [8.3.3](https://github.com/leancodepl/js_corelibrary/compare/v8.3.2...v8.3.3) (2025-01-17)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
280
|
+
|
|
281
|
+
# Change Log
|
|
282
|
+
|
|
283
|
+
All notable changes to this project will be documented in this file. See
|
|
284
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
285
|
+
|
|
286
|
+
## [8.3.2](https://github.com/leancodepl/js_corelibrary/compare/v8.3.1...v8.3.2) (2025-01-02)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
289
|
+
|
|
290
|
+
# Change Log
|
|
291
|
+
|
|
292
|
+
All notable changes to this project will be documented in this file. See
|
|
293
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
294
|
+
|
|
295
|
+
## [8.3.1](https://github.com/leancodepl/js_corelibrary/compare/v8.3.0...v8.3.1) (2024-12-06)
|
|
296
|
+
|
|
297
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
298
|
+
|
|
299
|
+
# Change Log
|
|
300
|
+
|
|
301
|
+
All notable changes to this project will be documented in this file. See
|
|
302
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
303
|
+
|
|
304
|
+
# [8.3.0](https://github.com/leancodepl/js_corelibrary/compare/v8.2.0...v8.3.0) (2024-12-06)
|
|
305
|
+
|
|
306
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
307
|
+
|
|
308
|
+
# Change Log
|
|
309
|
+
|
|
310
|
+
All notable changes to this project will be documented in this file. See
|
|
311
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
312
|
+
|
|
313
|
+
# [8.2.0](https://github.com/leancodepl/js_corelibrary/compare/v8.1.1...v8.2.0) (2024-11-05)
|
|
314
|
+
|
|
315
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
316
|
+
|
|
317
|
+
# Change Log
|
|
318
|
+
|
|
319
|
+
All notable changes to this project will be documented in this file. See
|
|
320
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
321
|
+
|
|
322
|
+
## [8.1.1](https://github.com/leancodepl/js_corelibrary/compare/v8.1.0...v8.1.1) (2024-10-22)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
325
|
+
|
|
326
|
+
# Change Log
|
|
327
|
+
|
|
328
|
+
All notable changes to this project will be documented in this file. See
|
|
329
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
330
|
+
|
|
331
|
+
# [8.1.0](https://github.com/leancodepl/js_corelibrary/compare/v8.0.0...v8.1.0) (2024-10-17)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
334
|
+
|
|
335
|
+
# Change Log
|
|
336
|
+
|
|
337
|
+
All notable changes to this project will be documented in this file. See
|
|
338
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
339
|
+
|
|
340
|
+
# [8.0.0](https://github.com/leancodepl/js_corelibrary/compare/v7.8.2...v8.0.0) (2024-10-10)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- apply linters config
|
|
345
|
+
([2314cff](https://github.com/leancodepl/js_corelibrary/commit/2314cff2d16611d06ebcf5287a166d29ab64c653))
|
|
346
|
+
- typing of removeOnChange
|
|
347
|
+
([6314bbb](https://github.com/leancodepl/js_corelibrary/commit/6314bbba9366ab852a81e8c84b53cd50afa0e0de))
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
- add more sign in options to baseLoginManager
|
|
352
|
+
([5bb0a5a](https://github.com/leancodepl/js_corelibrary/commit/5bb0a5aa4b33ff7d4f70ad482fc449ae2e42968c))
|
|
353
|
+
- expose acquireToken in baseLoginManager
|
|
354
|
+
([2f509ed](https://github.com/leancodepl/js_corelibrary/commit/2f509ed5d01ff81227860acde0ea6299c06bfb50))
|
|
355
|
+
|
|
356
|
+
# Change Log
|
|
357
|
+
|
|
358
|
+
All notable changes to this project will be documented in this file. See
|
|
359
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
360
|
+
|
|
361
|
+
## [7.8.2](https://github.com/leancodepl/js_corelibrary/compare/v7.8.1...v7.8.2) (2024-09-19)
|
|
362
|
+
|
|
363
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
364
|
+
|
|
365
|
+
# Change Log
|
|
366
|
+
|
|
367
|
+
All notable changes to this project will be documented in this file. See
|
|
368
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
369
|
+
|
|
370
|
+
## [7.8.1](https://github.com/leancodepl/js_corelibrary/compare/v7.8.0...v7.8.1) (2024-08-28)
|
|
371
|
+
|
|
372
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
373
|
+
|
|
374
|
+
# Change Log
|
|
375
|
+
|
|
376
|
+
All notable changes to this project will be documented in this file. See
|
|
377
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
378
|
+
|
|
379
|
+
# [7.8.0](https://github.com/leancodepl/js_corelibrary/compare/v7.7.0...v7.8.0) (2024-08-23)
|
|
380
|
+
|
|
381
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
382
|
+
|
|
383
|
+
# Change Log
|
|
384
|
+
|
|
385
|
+
All notable changes to this project will be documented in this file. See
|
|
386
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
387
|
+
|
|
388
|
+
# [7.7.0](https://github.com/leancodepl/js_corelibrary/compare/v7.6.0...v7.7.0) (2024-07-30)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
391
|
+
|
|
392
|
+
# Change Log
|
|
393
|
+
|
|
394
|
+
All notable changes to this project will be documented in this file. See
|
|
395
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
396
|
+
|
|
397
|
+
# [7.6.0](https://github.com/leancodepl/js_corelibrary/compare/v7.5.0...v7.6.0) (2024-07-24)
|
|
398
|
+
|
|
399
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
400
|
+
|
|
401
|
+
# Change Log
|
|
402
|
+
|
|
403
|
+
All notable changes to this project will be documented in this file. See
|
|
404
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
405
|
+
|
|
406
|
+
# [7.5.0](https://github.com/leancodepl/js_corelibrary/compare/v7.4.0...v7.5.0) (2024-07-15)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
409
|
+
|
|
410
|
+
# Change Log
|
|
411
|
+
|
|
412
|
+
All notable changes to this project will be documented in this file. See
|
|
413
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
414
|
+
|
|
415
|
+
# [7.4.0](https://github.com/leancodepl/js_corelibrary/compare/v7.3.7...v7.4.0) (2024-05-16)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
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.3.7](https://github.com/leancodepl/js_corelibrary/compare/v7.3.6...v7.3.7) (2024-04-15)
|
|
425
|
+
|
|
426
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
427
|
+
|
|
428
|
+
# Change Log
|
|
429
|
+
|
|
430
|
+
All notable changes to this project will be documented in this file. See
|
|
431
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
432
|
+
|
|
433
|
+
## [7.3.6](https://github.com/leancodepl/js_corelibrary/compare/v7.3.5...v7.3.6) (2024-01-16)
|
|
434
|
+
|
|
435
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
436
|
+
|
|
437
|
+
# Change Log
|
|
438
|
+
|
|
439
|
+
All notable changes to this project will be documented in this file. See
|
|
440
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
441
|
+
|
|
442
|
+
## [7.3.5](https://github.com/leancodepl/js_corelibrary/compare/v7.3.4...v7.3.5) (2024-01-15)
|
|
443
|
+
|
|
444
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
445
|
+
|
|
446
|
+
# Change Log
|
|
447
|
+
|
|
448
|
+
All notable changes to this project will be documented in this file. See
|
|
449
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
450
|
+
|
|
451
|
+
## [7.3.4](https://github.com/leancodepl/js_corelibrary/compare/v7.3.3...v7.3.4) (2024-01-11)
|
|
452
|
+
|
|
453
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
454
|
+
|
|
455
|
+
# Change Log
|
|
456
|
+
|
|
457
|
+
All notable changes to this project will be documented in this file. See
|
|
458
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
459
|
+
|
|
460
|
+
## [7.3.3](https://github.com/leancodepl/js_corelibrary/compare/v7.3.2...v7.3.3) (2023-12-11)
|
|
461
|
+
|
|
462
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
463
|
+
|
|
464
|
+
# Change Log
|
|
465
|
+
|
|
466
|
+
All notable changes to this project will be documented in this file. See
|
|
467
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
468
|
+
|
|
469
|
+
## [7.3.2](https://github.com/leancodepl/js_corelibrary/compare/v7.3.1...v7.3.2) (2023-12-08)
|
|
470
|
+
|
|
471
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
472
|
+
|
|
473
|
+
# Change Log
|
|
474
|
+
|
|
475
|
+
All notable changes to this project will be documented in this file. See
|
|
476
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
477
|
+
|
|
478
|
+
## [7.3.1](https://github.com/leancodepl/js_corelibrary/compare/v7.3.0...v7.3.1) (2023-12-08)
|
|
479
|
+
|
|
480
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
481
|
+
|
|
482
|
+
# Change Log
|
|
483
|
+
|
|
484
|
+
All notable changes to this project will be documented in this file. See
|
|
485
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
486
|
+
|
|
487
|
+
# [7.3.0](https://github.com/leancodepl/js_corelibrary/compare/v7.2.4...v7.3.0) (2023-12-08)
|
|
488
|
+
|
|
489
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
490
|
+
|
|
491
|
+
# Change Log
|
|
492
|
+
|
|
493
|
+
All notable changes to this project will be documented in this file. See
|
|
494
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
495
|
+
|
|
496
|
+
## [7.2.4](https://github.com/leancodepl/js_corelibrary/compare/v7.2.3...v7.2.4) (2023-12-05)
|
|
497
|
+
|
|
498
|
+
### Bug Fixes
|
|
499
|
+
|
|
500
|
+
- generated package.json
|
|
501
|
+
([b7c95fd](https://github.com/leancodepl/js_corelibrary/commit/b7c95fd5719131629fa32722b49596d2c7314168))
|
|
502
|
+
|
|
503
|
+
# Change Log
|
|
504
|
+
|
|
505
|
+
All notable changes to this project will be documented in this file. See
|
|
506
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
507
|
+
|
|
508
|
+
## [7.2.3](https://github.com/leancodepl/js_corelibrary/compare/v7.2.2...v7.2.3) (2023-11-14)
|
|
509
|
+
|
|
510
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
511
|
+
|
|
512
|
+
# Change Log
|
|
513
|
+
|
|
514
|
+
All notable changes to this project will be documented in this file. See
|
|
515
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
516
|
+
|
|
517
|
+
## [7.2.2](https://github.com/leancodepl/js_corelibrary/compare/v7.2.1...v7.2.2) (2023-11-13)
|
|
518
|
+
|
|
519
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
520
|
+
|
|
521
|
+
# Change Log
|
|
522
|
+
|
|
523
|
+
All notable changes to this project will be documented in this file. See
|
|
524
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
525
|
+
|
|
526
|
+
## [7.2.1](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.1) (2023-11-09)
|
|
527
|
+
|
|
528
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
529
|
+
|
|
530
|
+
# Change Log
|
|
531
|
+
|
|
532
|
+
All notable changes to this project will be documented in this file. See
|
|
533
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
534
|
+
|
|
535
|
+
# [7.2.0](https://github.com/leancodepl/js_corelibrary/compare/v7.1.7...v7.2.0) (2023-11-09)
|
|
536
|
+
|
|
537
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
538
|
+
|
|
539
|
+
# Change Log
|
|
540
|
+
|
|
541
|
+
All notable changes to this project will be documented in this file. See
|
|
542
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
543
|
+
|
|
544
|
+
## [7.1.7](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.7) (2023-09-28)
|
|
545
|
+
|
|
546
|
+
### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- update nx to fix building packages
|
|
549
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
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.6](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.6) (2023-09-27)
|
|
557
|
+
|
|
558
|
+
### Bug Fixes
|
|
559
|
+
|
|
560
|
+
- update nx to fix building packages
|
|
561
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
562
|
+
|
|
563
|
+
# Change Log
|
|
564
|
+
|
|
565
|
+
All notable changes to this project will be documented in this file. See
|
|
566
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
567
|
+
|
|
568
|
+
## [7.1.5](https://github.com/leancodepl/js_corelibrary/compare/v7.1.4...v7.1.5) (2023-09-27)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
571
|
+
|
|
572
|
+
# Change Log
|
|
573
|
+
|
|
574
|
+
All notable changes to this project will be documented in this file. See
|
|
575
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
576
|
+
|
|
577
|
+
## [7.1.4](https://github.com/leancodepl/js_corelibrary/compare/v7.1.3...v7.1.4) (2023-09-27)
|
|
578
|
+
|
|
579
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
580
|
+
|
|
581
|
+
# Change Log
|
|
582
|
+
|
|
583
|
+
All notable changes to this project will be documented in this file. See
|
|
584
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
585
|
+
|
|
586
|
+
## [7.1.3](https://github.com/leancodepl/js_corelibrary/compare/v7.1.2...v7.1.3) (2023-09-27)
|
|
587
|
+
|
|
588
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
589
|
+
|
|
590
|
+
# Change Log
|
|
591
|
+
|
|
592
|
+
All notable changes to this project will be documented in this file. See
|
|
593
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
594
|
+
|
|
595
|
+
## [7.1.2](https://github.com/leancodepl/js_corelibrary/compare/v7.1.1...v7.1.2) (2023-09-27)
|
|
596
|
+
|
|
597
|
+
**Note:** Version bump only for package @leancodepl/login-manager
|
|
598
|
+
|
|
599
|
+
# Change Log
|
|
600
|
+
|
|
601
|
+
All notable changes to this project will be documented in this file. See
|
|
602
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
603
|
+
|
|
604
|
+
# [7.1.0](https://github.com/leancodepl/js_corelibrary/compare/v7.0.0...v7.1.0) (2023-09-27)
|
|
605
|
+
|
|
606
|
+
### Bug Fixes
|
|
607
|
+
|
|
608
|
+
- update nx to fix building packages
|
|
609
|
+
([ff7577c](https://github.com/leancodepl/js_corelibrary/commit/ff7577c489a575818211d68eacacaed0aa309076))
|
|
610
|
+
|
|
611
|
+
# Change Log
|
|
612
|
+
|
|
613
|
+
All notable changes to this project will be documented in this file. See
|
|
614
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
615
|
+
|
|
616
|
+
# [7.0.0](https://github.com/leancodepl/js_corelibrary/compare/v6.5.1...v7.0.0) (2023-09-01)
|
|
617
|
+
|
|
618
|
+
### Features
|
|
619
|
+
|
|
620
|
+
- add registry option to publish script
|
|
621
|
+
([50f4c08](https://github.com/leancodepl/js_corelibrary/commit/50f4c0877482895b49b62a8f0a1f7ae289898130))
|
|
622
|
+
|
|
623
|
+
# Change Log
|
|
624
|
+
|
|
625
|
+
All notable changes to this project will be documented in this file. See
|
|
626
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
627
|
+
|
|
628
|
+
# [6.5.0](https://github.com/projects/leancodepl/repos/js_corelibrary/compare/diff?targetBranch=refs%2Ftags%2Fv6.4.1&sourceBranch=refs%2Ftags%2Fv6.5.0) (2023-07-25)
|
|
629
|
+
|
|
630
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
631
|
+
|
|
632
|
+
<a name="6.3.0"></a>
|
|
633
|
+
|
|
634
|
+
# [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)
|
|
635
|
+
|
|
636
|
+
### Bug Fixes
|
|
637
|
+
|
|
638
|
+
- correct module paths in package.json
|
|
639
|
+
([94e0a2b](https://github.com/projects/leancodepl/repos/js_corelibrary/commits/94e0a2b))
|
|
640
|
+
|
|
641
|
+
<a name="6.2.0"></a>
|
|
642
|
+
|
|
643
|
+
# [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)
|
|
644
|
+
|
|
645
|
+
### Features
|
|
646
|
+
|
|
647
|
+
- update packages ([e7a3cb8](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/e7a3cb8))
|
|
648
|
+
- update packages ([f67355c](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/f67355c))
|
|
649
|
+
|
|
650
|
+
<a name="6.1.1"></a>
|
|
651
|
+
|
|
652
|
+
## [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)
|
|
653
|
+
|
|
654
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
655
|
+
|
|
656
|
+
<a name="6.1.0"></a>
|
|
657
|
+
|
|
658
|
+
# [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)
|
|
659
|
+
|
|
660
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
661
|
+
|
|
662
|
+
<a name="6.0.0"></a>
|
|
663
|
+
|
|
664
|
+
# [6.0.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.2.0&sourceBranch=refs%2Ftags%2Fv6.0.0) (2021-07-05)
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- update dependencies ([0fed8db](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/0fed8db))
|
|
669
|
+
|
|
670
|
+
<a name="5.2.0"></a>
|
|
671
|
+
|
|
672
|
+
# [5.2.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.1.0&sourceBranch=refs%2Ftags%2Fv5.2.0) (2021-01-14)
|
|
673
|
+
|
|
674
|
+
### Features
|
|
675
|
+
|
|
676
|
+
- update typescript to 4.1
|
|
677
|
+
([d37dd16](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/d37dd16))
|
|
678
|
+
- update typescript to 4.1.3
|
|
679
|
+
([5e125da](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/5e125da))
|
|
680
|
+
|
|
681
|
+
<a name="5.1.0"></a>
|
|
682
|
+
|
|
683
|
+
# [5.1.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.2&sourceBranch=refs%2Ftags%2Fv5.1.0) (2020-11-02)
|
|
684
|
+
|
|
685
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
686
|
+
|
|
687
|
+
<a name="5.0.2"></a>
|
|
688
|
+
|
|
689
|
+
## [5.0.2](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.1&sourceBranch=refs%2Ftags%2Fv5.0.2) (2020-10-05)
|
|
690
|
+
|
|
691
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
692
|
+
|
|
693
|
+
<a name="5.0.1"></a>
|
|
694
|
+
|
|
695
|
+
## [5.0.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv5.0.0&sourceBranch=refs%2Ftags%2Fv5.0.1) (2020-09-14)
|
|
696
|
+
|
|
697
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
698
|
+
|
|
699
|
+
<a name="5.0.0"></a>
|
|
700
|
+
|
|
701
|
+
# [5.0.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.5.0&sourceBranch=refs%2Ftags%2Fv5.0.0) (2020-08-24)
|
|
702
|
+
|
|
703
|
+
### Features
|
|
704
|
+
|
|
705
|
+
- update to typescript 4.0
|
|
706
|
+
([271f089](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/271f089))
|
|
707
|
+
|
|
708
|
+
### BREAKING CHANGES
|
|
709
|
+
|
|
710
|
+
- update peer dependency of TS to 4.0
|
|
711
|
+
|
|
712
|
+
<a name="4.5.0"></a>
|
|
713
|
+
|
|
714
|
+
# [4.5.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.4.1&sourceBranch=refs%2Ftags%2Fv4.5.0) (2020-07-01)
|
|
715
|
+
|
|
716
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
717
|
+
|
|
718
|
+
<a name="4.4.1"></a>
|
|
719
|
+
|
|
720
|
+
## [4.4.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.4.0&sourceBranch=refs%2Ftags%2Fv4.4.1) (2020-05-26)
|
|
721
|
+
|
|
722
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
723
|
+
|
|
724
|
+
<a name="4.4.0"></a>
|
|
725
|
+
|
|
726
|
+
# [4.4.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.3.2&sourceBranch=refs%2Ftags%2Fv4.4.0) (2020-04-22)
|
|
727
|
+
|
|
728
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
729
|
+
|
|
730
|
+
<a name="4.3.2"></a>
|
|
731
|
+
|
|
732
|
+
## [4.3.2](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.3.1&sourceBranch=refs%2Ftags%2Fv4.3.2) (2020-04-21)
|
|
733
|
+
|
|
734
|
+
### Bug Fixes
|
|
735
|
+
|
|
736
|
+
- **login-manager:** ditch cross-fetch in favor of whatwg-fetch
|
|
737
|
+
([4975c0a](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/4975c0a))
|
|
738
|
+
|
|
739
|
+
<a name="4.3.1"></a>
|
|
740
|
+
|
|
741
|
+
## [4.3.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.3.0&sourceBranch=refs%2Ftags%2Fv4.3.1) (2020-04-20)
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
- change tsconfig target to cope with jest properly
|
|
746
|
+
([fcf85d2](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/fcf85d2))
|
|
747
|
+
- **login-manager:** fix the same bug in `SyncLoginManager`
|
|
748
|
+
([5d648b2](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/5d648b2))
|
|
749
|
+
- **login-manager:** fix token refresh flow in `AsyncLoginManager`
|
|
750
|
+
([c8ca540](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/c8ca540))
|
|
751
|
+
- **login-manager:** fix types in fixed `getToken`s
|
|
752
|
+
([68a4a2c](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/68a4a2c))
|
|
753
|
+
|
|
754
|
+
<a name="4.3.0"></a>
|
|
755
|
+
|
|
756
|
+
# [4.3.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.2.0&sourceBranch=refs%2Ftags%2Fv4.3.0) (2020-04-10)
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
- **eslint-config:** iterate linters config
|
|
761
|
+
([88dac1f](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/88dac1f))
|
|
762
|
+
- **login-manager:** Do not require client secret to be used in auth request, pass client id in form data in that case
|
|
763
|
+
([51b4a69](https://bitbucket.org/projects/leancode-team/repos/core-js-library/commits/51b4a69))
|
|
764
|
+
|
|
765
|
+
<a name="4.2.0"></a>
|
|
766
|
+
|
|
767
|
+
# [4.2.0](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.1.2&sourceBranch=refs%2Ftags%2Fv4.2.0) (2020-03-06)
|
|
768
|
+
|
|
769
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
770
|
+
|
|
771
|
+
<a name="4.1.1"></a>
|
|
772
|
+
|
|
773
|
+
## [4.1.1](https://bitbucket.org/projects/leancode-team/repos/core-js-library/compare/diff?targetBranch=refs%2Ftags%2Fv4.1.0&sourceBranch=refs%2Ftags%2Fv4.1.1) (2020-02-17)
|
|
774
|
+
|
|
775
|
+
**Note:** Version bump only for package @leancode/login-manager
|
|
776
|
+
|
|
777
|
+
## 4.1.0 (2020-02-17)
|
|
778
|
+
|
|
779
|
+
- chore(build): setup rollup ([bc78013](https://bitbucket.org/leancode-team/core-js-library/commits/bc78013))
|
|
780
|
+
- chore(tests): configure jest tests ([71ea688](https://bitbucket.org/leancode-team/core-js-library/commits/71ea688))
|
|
781
|
+
- chore(tests): tests setup continuation
|
|
782
|
+
([f73841f](https://bitbucket.org/leancode-team/core-js-library/commits/f73841f))
|
|
783
|
+
|
|
784
|
+
## 4.1.0 (2020-02-06)
|
|
785
|
+
|
|
786
|
+
- v4.1.0-alpha.6 ([b8f6eb1](https://bitbucket.org/leancode-team/core-js-library/commits/b8f6eb1))
|
|
787
|
+
|
|
788
|
+
## 4.1.0-alpha.4 (2020-02-06)
|
|
789
|
+
|
|
790
|
+
- Upgrade dependencies ([080af01](https://bitbucket.org/leancode-team/core-js-library/commits/080af01))
|
|
791
|
+
- v4.1.0-alpha.4 ([d778eb6](https://bitbucket.org/leancode-team/core-js-library/commits/d778eb6))
|
|
792
|
+
|
|
793
|
+
## 4.0.0 (2019-10-23)
|
|
794
|
+
|
|
795
|
+
- v4.0.0 ([1d5b7a4](https://bitbucket.org/leancode-team/core-js-library/commits/1d5b7a4))
|
|
796
|
+
|
|
797
|
+
## <small>3.4.95 (2019-09-20)</small>
|
|
798
|
+
|
|
799
|
+
- Add build system and bump packages versions
|
|
800
|
+
([097d5c3](https://bitbucket.org/leancode-team/core-js-library/commits/097d5c3))
|
|
801
|
+
- Add lerna integration ([bc63e46](https://bitbucket.org/leancode-team/core-js-library/commits/bc63e46))
|
|
802
|
+
- Add login result ([084d991](https://bitbucket.org/leancode-team/core-js-library/commits/084d991))
|
|
803
|
+
- Add missing error's prototype ([3635069](https://bitbucket.org/leancode-team/core-js-library/commits/3635069))
|
|
804
|
+
- Add target for updating local packages versions
|
|
805
|
+
([7e05e2f](https://bitbucket.org/leancode-team/core-js-library/commits/7e05e2f))
|
|
806
|
+
- Add target for watching all packages ([36b92a7](https://bitbucket.org/leancode-team/core-js-library/commits/36b92a7))
|
|
807
|
+
- Await storing token ([b05fb67](https://bitbucket.org/leancode-team/core-js-library/commits/b05fb67))
|
|
808
|
+
- Bump packages version ([907b7e8](https://bitbucket.org/leancode-team/core-js-library/commits/907b7e8))
|
|
809
|
+
- Make isSigned/signOut always return a Promise to properly handle it without knowledge about implemen
|
|
810
|
+
([ef43aed](https://bitbucket.org/leancode-team/core-js-library/commits/ef43aed))
|
|
811
|
+
- Make TokenStorage a module ([1bdf33f](https://bitbucket.org/leancode-team/core-js-library/commits/1bdf33f))
|
|
812
|
+
- Remove console warnings on unsuccessful login
|
|
813
|
+
([adcc078](https://bitbucket.org/leancode-team/core-js-library/commits/adcc078))
|
|
814
|
+
- Remove sync flag from token storage ([d1d4fa4](https://bitbucket.org/leancode-team/core-js-library/commits/d1d4fa4))
|
|
815
|
+
- Remove unused package import ([810f354](https://bitbucket.org/leancode-team/core-js-library/commits/810f354))
|
|
816
|
+
- Rollback sync login manager to not using promises
|
|
817
|
+
([cb786fc](https://bitbucket.org/leancode-team/core-js-library/commits/cb786fc))
|
|
818
|
+
- Use npm instead of yarn ([0ff29ce](https://bitbucket.org/leancode-team/core-js-library/commits/0ff29ce))
|
|
819
|
+
- v3.4.95 ([c84752b](https://bitbucket.org/leancode-team/core-js-library/commits/c84752b))
|