UNPKG

9.92 kBMarkdownView Raw
1# Bundlib Changelog
2
3## Version History
4
5### [0.14.1](https://github.com/manferlo81/bundlib/compare/v0.14.0...v0.14.1) (2020-01-16)
6
7* documented BREAKING CHANGES on README
8
9## [0.14.0](https://github.com/manferlo81/bundlib/compare/v0.13.4...v0.14.0) (2020-01-15)
10
11### ⚠ BREAKING CHANGES
12
13* **analize:** analizePkg returns dependencies versions
14
15### Features
16
17* **analize:** analized dependencies versions ([f06b5c0](https://github.com/manferlo81/bundlib/commit/f06b5c0ef6d136ce1141e233bbb0e4c7e6456d79))
18
19### Bug Fixes
20
21* rollup watcher type ([ca4ae2e](https://github.com/manferlo81/bundlib/commit/ca4ae2e00b782b9dcbcecd8362d94168b8481bef))
22
23### [0.13.4](https://github.com/manferlo81/bundlib/compare/v0.13.3...v0.13.4) (2019-11-20)
24
25### Bug Fixes
26
27* throw if error on build ([0a547d0](https://github.com/manferlo81/bundlib/commit/0a547d0fdff612901449118b6c1c44e395ce77fa))
28
29### [0.13.3](https://github.com/manferlo81/bundlib/compare/v0.13.2...v0.13.3) (2019-11-19)
30
31### Features
32
33* implemented eslint plugin ([c93d9e7](https://github.com/manferlo81/bundlib/commit/c93d9e7ca03e93c93258415ea568274fc457f47b))
34
35### [0.13.2](https://github.com/manferlo81/bundlib/compare/v0.13.1...v0.13.2) (2019-11-12)
36
37### Bug Fixes
38
39* show correct name on cli help ([e4a2cd9](https://github.com/manferlo81/bundlib/commit/e4a2cd9dcc40bc5fd1d123b4698352da4ced2847))
40
41### [0.13.1](https://github.com/manferlo81/bundlib/compare/v0.13.0...v0.13.1) (2019-11-06)
42
43### Bug Fixes
44
45* filesize issue [#111](https://github.com/manferlo81/bundlib/issues/111) ([3b1aed5](https://github.com/manferlo81/bundlib/commit/3b1aed5fa2f15c53055ac795001b2547eb3bb769))
46
47### [0.13.0](https://github.com/manferlo81/bundlib/compare/v0.12.6...v0.13.0) (2019-10-21)
48
49* dependencies updated
50* removed `"bin"` option as `string` support
51* minor refactoring
52
53### [0.12.6](https://github.com/manferlo81/bundlib/compare/v0.12.5...v0.12.6) (2019-09-23)
54
55* dependencies updated
56* switched from `chalk` to `colorette`
57
58### [0.12.5](https://github.com/manferlo81/bundlib/compare/v0.12.4...v0.12.5) (2019-09-10)
59
60* dependencies updated
61* improved documentation
62* use `displayName` from `package.json`
63
64### [0.12.4](https://github.com/manferlo81/bundlib/compare/v0.12.3...v0.12.4) (2019-09-05)
65
66* using `async-to-promises` inline helpers
67
68### [0.12.3](https://github.com/manferlo81/bundlib/compare/v0.12.2...v0.12.3) (2019-09-04)
69
70* dependencies updated
71* console messages refactoring
72* windows detection based on `process.platform`
73* formatted rollup warnings
74* refactoring
75
76### [0.12.2](https://github.com/manferlo81/bundlib/compare/v0.12.1...v0.12.2) (2019-08-28)
77
78* dependencies updated
79* use `@babel/plugin-transform-object-assign`
80
81### [0.12.1](https://github.com/manferlo81/bundlib/compare/v0.12.0...v0.12.1) (2019-08-10)
82
83* fixed typo in documentation
84* dependencies updated
85* babel `loose` transformations
86
87### [0.12.0](https://github.com/manferlo81/bundlib/compare/v0.11.2...v0.12.0) (2019-07-25)
88
89* `React JSX` support
90* javascript input support
91* dependencies updated
92* improved documentation
93
94### [0.11.2](https://github.com/manferlo81/bundlib/compare/v0.11.1...v0.11.2) (2019-07-14)
95
96* fixed: add default shebang for binary if none specified
97
98### [0.11.1](https://github.com/manferlo81/bundlib/compare/v0.11.0...v0.11.1) (2019-07-14)
99
100* bug fixes
101
102### [0.11.0](https://github.com/manferlo81/bundlib/compare/v0.10.1...v0.11.0) (2019-07-13)
103
104* added selective support to top-level `esModule` & `interop` options
105* don't check `package.json` field if corresponding build disabled
106* dynamic imports support
107* imports user `typescript` if installed
108* use `chokidar` only if installed
109* changes in `configsFromPkg` api method
110* colors on git bach for windows
111* improved documentation
112* dependencies updated
113
114### [0.10.1](https://github.com/manferlo81/bundlib/compare/v0.10.0...v0.10.1) (2019-07-11)
115
116* fixed: binary min version
117
118### [0.10.0](https://github.com/manferlo81/bundlib/compare/v0.9.0...v0.10.0) (2019-07-11)
119
120* dependencies updated
121* added `main` option
122* added `module` option
123* added `types` option
124* re-added `browser` option with different functionality
125* `input` option additional functionalities
126* `bin` option additional functionalities
127* `bin` option old functionality deprecated
128* `analizePkg` returns a totally different object
129
130### [0.9.0](https://github.com/manferlo81/bundlib/compare/v0.8.5...v0.9.0) (2019-07-09)
131
132* reformat project name & version message
133* dependencies updated
134* removed `browser` option
135
136### [0.8.5](https://github.com/manferlo81/bundlib/compare/v0.8.4...v0.8.5) (2019-07-08)
137
138* print project name & version
139
140### [0.8.4](https://github.com/manferlo81/bundlib/compare/v0.8.3...v0.8.4) (2019-07-07)
141
142* fixed: issue with globals when building for browser
143* fixed: issue with cache
144
145### [0.8.3](https://github.com/manferlo81/bundlib/compare/v0.8.2...v0.8.3) (2019-07-07)
146
147* refactoring
148* build with cache
149* dependencies updated
150
151### [0.8.2](https://github.com/manferlo81/bundlib/compare/v0.8.1...v0.8.2) (2019-07-06)
152
153* code cleanup
154* removed `snyk` patch for `lodash`
155* better validation & type check for `package.json` fields
156* better validation & type check for options
157
158### [0.8.1](https://github.com/manferlo81/bundlib/compare/v0.8.0...v0.8.1) (2019-07-05)
159
160* applied `snyk` patch for `lodash`
161
162### [0.8.0](https://github.com/manferlo81/bundlib/compare/v0.7.3...v0.8.0) (2019-07-05)
163
164* `configsFromPkg` throws on non `*.ts` input instead of `analizePkg`
165* `optionalDependencies` as external
166* `jsnext:main` field as `module` field fallback
167* analized dependencies as null if not present
168* dependencies updated
169
170### [0.7.3](https://github.com/manferlo81/bundlib/compare/v0.7.2...v0.7.3) (2019-06-30)
171
172* external as function with cache
173* import package file as external
174
175### [0.7.2](https://github.com/manferlo81/bundlib/compare/v0.7.1...v0.7.2) (2019-06-30)
176
177* dependencies updated
178* fixed: wrong name on `bin` option error
179* better types for config functions
180* `ts-jest` for typescript test
181* added `husky`
182
183### [0.7.1](https://github.com/manferlo81/bundlib/compare/v0.7.0...v0.7.1) (2019-06-27)
184
185* fixed cache folder
186* dependencies updated
187
188### [0.7.0](https://github.com/manferlo81/bundlib/compare/v0.6.0...v0.7.0) (2019-06-27)
189
190* added support for CLI binary file
191* added `bin` option
192* added `format` option
193* deprecated `browser` option
194* `name` option default behavior
195* documentation improved
196* better errors
197
198### [0.6.0](https://github.com/manferlo81/bundlib/compare/v0.5.4...v0.6.0) (2019-06-25)
199
200* full api & cli makeover
201* removed deprecated options
202* `"inline"` sourcemap support
203* added option validation
204* added `cache` option
205* improved documentation
206* dependencies updated
207
208### [0.5.4](https://github.com/manferlo81/bundlib/compare/v0.5.3...v0.5.4) (2019-06-23)
209
210* dependencies updated
211
212### [0.5.3](https://github.com/manferlo81/bundlib/compare/v0.5.2...v0.5.3) (2019-06-22)
213
214* dependencies updated
215
216### [0.5.2](https://github.com/manferlo81/bundlib/compare/v0.5.1...v0.5.2) (2019-06-22)
217
218* dependencies updated
219
220### [0.5.1](https://github.com/manferlo81/bundlib/compare/v0.5.0...v0.5.1) (2019-06-07)
221
222* removed version print
223
224### [0.5.0](https://github.com/manferlo81/bundlib/compare/v0.4.1...v0.5.0) (2019-06-06)
225
226* dependencies updated
227* refactoring
228
229### [0.4.1](https://github.com/manferlo81/bundlib/compare/v0.4.0...v0.4.1) (2019-06-01)
230
231* `min` option as boolean
232* improved documentation
233* refactoring
234
235### [0.4.0](https://github.com/manferlo81/bundlib/compare/v0.3.2...v0.4.0) (2019-05-31)
236
237* `min` option behavior changed
238* documented changes in `min` option behavior
239* refactoring
240* dependencies updated
241
242### [0.3.2](https://github.com/manferlo81/bundlib/compare/v0.3.1...v0.3.2) (2019-05-30)
243
244* added `--silent` cli option
245* added `min` option
246* improved documentation
247* dependencies updated
248
249### [0.3.1](https://github.com/manferlo81/bundlib/compare/v0.3.0...v0.3.1) (2019-05-25)
250
251* fixed types export issue related to #7
252* improved documentation
253* refactoring
254
255### [0.3.0](https://github.com/manferlo81/bundlib/compare/v0.2.6...v0.3.0) (2019-05-24)
256
257* build cli tool from source code
258* deprecated `iife`, `amd` & `umd` options
259* added `browser` option
260* build browser build base on `browser` field
261* improved documentation
262* refactoring
263
264### [0.2.6](https://github.com/manferlo81/bundlib/compare/v0.2.5...v0.2.6) (2019-05-22)
265
266### [0.2.5](https://github.com/manferlo81/bundlib/compare/v0.2.4...v0.2.5) (2019-05-17)
267
268* dependencies updated
269* documentation improved
270* added `silent` cli option
271* added tests
272* using `rollup-plugin-typescript2`
273* code cleanup
274
275### [0.2.4](https://github.com/manferlo81/bundlib/compare/v0.2.3...v0.2.4) (2019-04-30)
276
277* added coverage badge
278* documentation improved
279
280### [0.2.3](https://github.com/manferlo81/bundlib/compare/v0.2.2...v0.2.3) (2019-04-30)
281
282* using `read-pkg`
283* using `builtin-modules`
284* dependencies updated
285* event driven build
286* added new tests
287* upload coverage
288
289### [0.2.2](https://github.com/manferlo81/bundlib/compare/v0.2.1...v0.2.2) (2019-04-25)
290
291* dependencies updated
292* types refactoring
293
294### [0.2.1](https://github.com/manferlo81/bundlib/compare/v0.2.0...v0.2.1) (2019-04-25)
295
296* dependencies updated
297
298### [0.2.0](https://github.com/manferlo81/bundlib/compare/v0.1.0...v0.2.0) (2019-04-25)
299
300* analized package format refactoring
301
302### [0.1.0](https://github.com/manferlo81/bundlib/compare/v0.0.4...v0.1.0) (2019-04-23)
303
304* using ora
305* refactoring
306* dependencies updated
307* added `equals` option
308
309### [0.0.4](https://github.com/manferlo81/bundlib/compare/v0.0.3...v0.0.4) (2019-04-15)
310
311* added greenkeeper
312* documentation improved
313
314### [0.0.3](https://github.com/manferlo81/bundlib/compare/v0.0.2...v0.0.3) (2019-04-15)
315
316* documentation improved
317* added tests
318* setup circleci
319* code linting
320
321### [0.0.2](https://github.com/manferlo81/bundlib/compare/v0.0.1...v0.0.2) (2019-04-13)
322
323* documentation improved
324
325## 0.0.1
326
327* Preliminary release