UNPKG

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