UNPKG

5.19 kBMarkdownView Raw
1# Bundlib Changelog
2
3## 0.12.4
4
5***05-SEP-2019***
6
7* using `async-to-promises` inline helpers
8
9## 0.12.3
10
11***04-SEP-2019***
12
13* dependencies updated
14* console messages refactoring
15* windows detection based on `process.platform`
16* formatted rollup warnings
17* refactoring
18
19## 0.12.2
20
21***28-AUG-2019***
22
23* dependencies updated
24* use `@babel/plugin-transform-object-assign`
25
26## 0.12.1
27
28***10-AUG-2019***
29
30* fixed typo in documentation
31* dependencies updated
32* babel `loose` transformations
33
34## 0.12.0
35
36***25-JUL-2019***
37
38* `React JSX` support
39* javascript input support
40* dependencies updated
41* improved documentation
42
43## 0.11.2
44
45***14-JUL-2019***
46
47* fixed: add default shebang for binary if none specified
48
49## 0.11.1
50
51***14-JUL-2019***
52
53* bug fixes
54
55## 0.11.0
56
57***13-JUL-2019***
58
59* added selective support to top-level `esModule` & `interop` options
60* don't check `package.json` field if corresponding build disabled
61* dynamic imports support
62* imports user `typescript` if installed
63* use `chokidar` only if installed
64* changes in `configsFromPkg` api method
65* colors on git bach for windows
66* improved documentation
67* dependencies updated
68
69## 0.10.1
70
71***11-JUL-2019***
72
73* fixed: binary min version
74
75## 0.10.0
76
77***11-JUL-2019***
78
79* dependencies updated
80* added `main` option
81* added `module` option
82* added `types` option
83* re-added `browser` option with different functionality
84* `input` option additional functionalities
85* `bin` option additional functionalities
86* `bin` option old functionality deprecated
87* `analizePkg` returns a totally different object
88
89## 0.9.0
90
91***09-JUL-2019***
92
93* reformat project name & version message
94* dependencies updated
95* removed `browser` option
96
97## 0.8.5
98
99***08-JUL-2019***
100
101* print project name & version
102
103## 0.8.4
104
105***07-JUL-2019***
106
107* fixed: issue with globals when building for browser
108* fixed: issue with cache
109
110## 0.8.3
111
112***07-JUL-2019***
113
114* refactoring
115* build with cache
116* dependencies updated
117
118## 0.8.2
119
120***06-JUL-2019***
121
122* code cleanup
123* removed `snyk` patch for `lodash`
124* better validation & type check for `package.json` fields
125* better validation & type check for options
126
127## 0.8.1
128
129***05-JUL-2019***
130
131* applied `snyk` patch for `lodash`
132
133## 0.8.0
134
135***05-JUL-2019***
136
137* `configsFromPkg` throws on non `*.ts` input instead of `analizePkg`
138* `optionalDependencies` as external
139* `jsnext:main` field as `module` field fallback
140* analized dependencies as null if not present
141* dependencies updated
142
143## 0.7.3
144
145***30-JUN-2019***
146
147* external as function with cache
148* import package file as external
149
150## 0.7.2
151
152***30-JUN-2019***
153
154* dependencies updated
155* fixed: wrong name on `bin` option error
156* better types for config functions
157* `ts-jest` for typescript test
158* added `husky`
159
160## 0.7.1
161
162***27-JUN-2019***
163
164* fixed cache folder
165* dependencies updated
166
167## 0.7.0
168
169***27-JUN-2019***
170
171* added support for CLI binary file
172* added `bin` option
173* added `format` option
174* deprecated `browser` option
175* `name` option default behavior
176* documentation improved
177* better errors
178
179## 0.6.0
180
181***25-JUN-2019***
182
183* full api & cli makeover
184* removed deprecated options
185* `"inline"` sourcemap support
186* added option validation
187* added `cache` option
188* improved documentation
189* dependencies updated
190
191## 0.5.4
192
193***23-JUN-2019***
194
195* dependencies updated
196
197## 0.5.3
198
199***22-JUN-2019***
200
201* dependencies updated
202
203## 0.5.2
204
205***22-JUN-2019***
206
207* dependencies updated
208
209## 0.5.1
210
211***07-JUN-2019***
212
213* removed version print
214
215## 0.5.0
216
217***06-JUN-2019***
218
219* dependencies updated
220* refactoring
221
222## 0.4.1
223
224***01-JUN-2019***
225
226* `min` option as boolean
227* improved documentation
228* refactoring
229
230## 0.4.0
231
232***31-MAY-2019***
233
234* `min` option behavior changed
235* documented changes in `min` option behavior
236* refactoring
237* dependencies updated
238
239## 0.3.2
240
241***30-MAY-2019***
242
243* added `--silent` cli option
244* added `min` option
245* improved documentation
246* dependencies updated
247
248## 0.3.1
249
250***25-MAY-2019***
251
252* fixed types export issue related to #7
253* improved documentation
254* refactoring
255
256## 0.3.0
257
258***24-MAY-2019***
259
260* build cli tool from source code
261* deprecated `iife`, `amd` & `umd` options
262* added `browser` option
263* build browser build base on `browser` field
264* improved documentation
265* refactoring
266
267## 0.2.6
268
269***22-MAY-2019***
270
271## 0.2.5
272
273***17-MAY-2019***
274
275* dependencies updated
276* documentation improved
277* added `silent` cli option
278* added tests
279* using `rollup-plugin-typescript2`
280* code cleanup
281
282## 0.2.4
283
284***30-APR-2019***
285
286* added coverage badge
287* documentation improved
288
289## 0.2.3
290
291***30-APR-2019***
292
293* using `read-pkg`
294* using `builtin-modules`
295* dependencies updated
296* event driven build
297* added new tests
298* upload coverage
299
300## 0.2.2
301
302***25-APR-2019***
303
304* dependencies updated
305* types refactoring
306
307## 0.2.1
308
309***25-APR-2019***
310
311* dependencies updated
312
313## 0.2.0
314
315***25-APR-2019***
316
317* analized package format refactoring
318
319## 0.1.0
320
321***23-APR-2019***
322
323* using ora
324* refactoring
325* dependencies updated
326* added `equals` option
327
328## 0.0.4
329
330***15-APR-2019***
331
332* added greenkeeper
333* documentation improved
334
335## 0.0.3
336
337***15-APR-2019***
338
339* documentation improved
340* added tests
341* setup circleci
342* code linting
343
344## 0.0.2
345
346***13-APR-2019***
347
348* documentation improved
349
350## 0.0.1
351
352* Preliminary release