UNPKG

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