UNPKG

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