UNPKG

7.51 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [2.0.5](https://github.com/AlexeyPopovUA/advanced-logger/compare/v2.0.4...v2.0.5) (2019-08-17)
6
7
8### Bug Fixes
9
10* **deps:** update dependency lodash to v4.17.13 [security] ([248a8e3](https://github.com/AlexeyPopovUA/advanced-logger/commit/248a8e3))
11
12<a name="2.0.4"></a>
13## [2.0.4](https://github.com/AlexeyPopovUA/advanced-logger/compare/v2.0.3...v2.0.4) (2019-04-29)
14
15
16### Bug Fixes
17
18* **strategy:** throttle instead of debounce ([47777fa](https://github.com/AlexeyPopovUA/advanced-logger/commit/47777fa))
19
20
21
22<a name="2.0.3"></a>
23## [2.0.3](https://github.com/AlexeyPopovUA/advanced-logger/compare/v2.0.2...v2.0.3) (2019-04-25)
24
25
26### Bug Fixes
27
28* **fetch:** window.fetch should be bound to window ([c78728f](https://github.com/AlexeyPopovUA/advanced-logger/commit/c78728f))
29
30
31
32<a name="2.0.2"></a>
33## [2.0.2](https://github.com/AlexeyPopovUA/advanced-logger/compare/v2.0.1...v2.0.2) (2019-04-25)
34
35
36### Bug Fixes
37
38* **audit:** audit autofix ([89798d6](https://github.com/AlexeyPopovUA/advanced-logger/commit/89798d6))
39* **sonar:** sonar warnings fixes ([ad96260](https://github.com/AlexeyPopovUA/advanced-logger/commit/ad96260))
40* **target:** library target fix for browser mode ([d52e8c7](https://github.com/AlexeyPopovUA/advanced-logger/commit/d52e8c7))
41
42
43
44<a name="2.0.1"></a>
45## [2.0.1](https://github.com/AlexeyPopovUA/advanced-logger/compare/v2.0.0...v2.0.1) (2019-03-24)
46
47
48### Bug Fixes
49
50* **coverage:** coverage report folder should not be cleaned ([bdf5490](https://github.com/AlexeyPopovUA/advanced-logger/commit/bdf5490))
51
52
53
54<a name="2.0.0"></a>
55# [2.0.0](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.4.1...v2.0.0) (2019-03-24)
56
57
58### Features
59
60* **build:** bundle correction for webpack browser build ([85bec1b](https://github.com/AlexeyPopovUA/advanced-logger/commit/85bec1b))
61
62
63### BREAKING CHANGES
64
65* **build:** new entry point for bundlers
66
67
68
69<a name="1.4.1"></a>
70## [1.4.1](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.4.0...v1.4.1) (2019-02-21)
71
72
73
74<a name="1.4.0"></a>
75# [1.4.0](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.3.0...v1.4.0) (2019-02-10)
76
77
78### Bug Fixes
79
80* **sonar:** fix of unsupported branch names in sonarcloud ([01fda69](https://github.com/AlexeyPopovUA/advanced-logger/commit/01fda69))
81* **sonar:** unsupported branch names in sonarcloud cannot be fixed ([3b2d313](https://github.com/AlexeyPopovUA/advanced-logger/commit/3b2d313))
82* **types:** header object type correction ([4299537](https://github.com/AlexeyPopovUA/advanced-logger/commit/4299537))
83* **types:** response mock should be casted to the correct type ([28afbbd](https://github.com/AlexeyPopovUA/advanced-logger/commit/28afbbd))
84
85
86### Features
87
88* **service:** elastic search service implementation ([3bdffa1](https://github.com/AlexeyPopovUA/advanced-logger/commit/3bdffa1))
89
90
91### Performance Improvements
92
93* **build:** webpack build speed should be 4 times faster ([d6d5f13](https://github.com/AlexeyPopovUA/advanced-logger/commit/d6d5f13))
94
95
96
97<a name="1.3.0"></a>
98# [1.3.0](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.2.2...v1.3.0) (2018-12-25)
99
100
101### Features
102
103* **serializer:** support of custom serializer ([d8a20d3](https://github.com/AlexeyPopovUA/advanced-logger/commit/d8a20d3))
104
105
106
107<a name="1.2.2"></a>
108## [1.2.2](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.2.1...v1.2.2) (2018-12-07)
109
110
111
112<a name="1.2.1"></a>
113## [1.2.1](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.2.0...v1.2.1) (2018-12-07)
114
115
116### Bug Fixes
117
118* **polyfill:** fetch polyfill should not be invasive ([75f946c](https://github.com/AlexeyPopovUA/advanced-logger/commit/75f946c))
119
120
121
122<a name="1.2.0"></a>
123# [1.2.0](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.15...v1.2.0) (2018-12-05)
124
125
126### Features
127
128* **polyfill:** fetch polyfill was added in order to support ie10 - ie11 ([5345d78](https://github.com/AlexeyPopovUA/advanced-logger/commit/5345d78))
129* **workflow:** configuration for commit linting ([df16e32](https://github.com/AlexeyPopovUA/advanced-logger/commit/df16e32))
130
131
132
133<a name="1.1.15"></a>
134## [1.1.15](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.14...v1.1.15) (2018-12-01)
135
136
137### Bug Fixes
138
139* **build:** Build cleaning script ([572ec30](https://github.com/AlexeyPopovUA/advanced-logger/commit/572ec30))
140
141
142
143<a name="1.1.14"></a>
144## [1.1.14](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.13...v1.1.14) (2018-11-11)
145
146
147
148<a name="1.1.13"></a>
149## [1.1.13](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.11...v1.1.13) (2018-11-05)
150
151
152
153<a name="1.1.12"></a>
154## [1.1.12](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.11...v1.1.12) (2018-11-05)
155
156
157
158<a name="1.1.11"></a>
159## [1.1.11](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.10...v1.1.11) (2018-11-05)
160
161
162
163<a name="1.1.10"></a>
164## [1.1.10](https://github.com/AlexeyPopovUA/advanced-logger/compare/v1.1.9...v1.1.10) (2018-11-05)
165
166
167
168<a name="1.1.9"></a>
169## [1.1.9](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.8...v1.1.9) (2018-10-22)
170
171
172
173<a name="1.1.8"></a>
174## [1.1.8](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.7...v1.1.8) (2018-10-17)
175
176
177
178<a name="1.1.7"></a>
179## [1.1.7](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.6...v1.1.7) (2018-09-26)
180
181
182
183<a name="1.1.6"></a>
184## [1.1.6](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.9...v1.1.6) (2018-09-26)
185
186
187
188<a name="1.1.5"></a>
189## [1.1.5](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.4...v1.1.5) (2018-09-12)
190
191
192
193<a name="1.1.4"></a>
194## [1.1.4](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.3...v1.1.4) (2018-09-12)
195
196
197
198<a name="1.1.3"></a>
199## [1.1.3](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.2...v1.1.3) (2018-09-12)
200
201
202
203<a name="1.1.2"></a>
204## [1.1.2](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.1...v1.1.2) (2018-09-12)
205
206
207
208<a name="1.1.1"></a>
209## [1.1.1](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.1.0...v1.1.1) (2018-09-11)
210
211
212
213<a name="1.1.0"></a>
214# [1.1.0](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.10...v1.1.0) (2018-09-11)
215
216
217
218<a name="1.0.10"></a>
219## [1.0.10](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.6...v1.0.10) (2018-09-06)
220
221
222
223<a name="1.0.9"></a>
224## [1.0.9](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.8...v1.0.9) (2018-08-22)
225
226
227
228<a name="1.0.8"></a>
229## 1.0.8 (2018-08-22)
230
231
232
233<a name="1.0.7"></a>
234## [1.0.7](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.6...v1.0.7) (2018-06-21)
235
236
237
238<a name="1.0.6"></a>
239## [1.0.6](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.5...v1.0.6) (2018-05-04)
240
241
242
243<a name="1.0.5"></a>
244## [1.0.5](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.4...v1.0.5) (2018-05-04)
245
246
247
248<a name="1.0.4"></a>
249## [1.0.4](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.3...v1.0.4) (2018-02-09)
250
251
252
253<a name="1.0.3"></a>
254## [1.0.3](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.2...v1.0.3) (2018-02-09)
255
256
257
258<a name="1.0.2"></a>
259## [1.0.2](https://github.com/AlexeyPopovUA/universal-logger/compare/v1.0.1...v1.0.2) (2017-11-17)
260
261
262
263<a name="1.0.1"></a>
264## [1.0.1](https://github.com/AlexeyPopovUA/universal-logger/compare/v0.1.1...v1.0.1) (2017-11-03)
\No newline at end of file