UNPKG

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