UNPKG

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