UNPKG

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