UNPKG

11.1 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [12.6.4](https://github.com/egoist/poi/compare/poi@12.6.3...poi@12.6.4) (2019-04-08)
7
8**Note:** Version bump only for package poi
9
10## [12.6.3](https://github.com/egoist/poi/compare/poi@12.6.2...poi@12.6.3) (2019-04-06)
11
12### Bug Fixes
13
14- scoped package name in babel.transpileModules ([1fc0217](https://github.com/egoist/poi/commit/1fc0217))
15
16## [12.6.2](https://github.com/egoist/poi/compare/poi@12.6.1...poi@12.6.2) (2019-04-06)
17
18**Note:** Version bump only for package poi
19
20## [12.6.1](https://github.com/egoist/poi/compare/poi@12.6.0...poi@12.6.1) (2019-04-04)
21
22### Features
23
24- automatically add imports for react and preact jsx ([12dd506](https://github.com/egoist/poi/commit/12dd506))
25
26# [12.6.0](https://github.com/egoist/poi/compare/poi@12.5.9...poi@12.6.0) (2019-04-04)
27
28### Bug Fixes
29
30- properly handle .mjs files, closes [#552](https://github.com/egoist/poi/issues/552) ([59ebbfe](https://github.com/egoist/poi/commit/59ebbfe))
31
32### Features
33
34- **cli:** add --require flag ([157c23f](https://github.com/egoist/poi/commit/157c23f))
35- support loading poi.config.ts ([499ba12](https://github.com/egoist/poi/commit/499ba12))
36- support preact x ([59a51f3](https://github.com/egoist/poi/commit/59a51f3))
37
38## [12.5.9](https://github.com/egoist/poi/compare/poi@12.5.8...poi@12.5.9) (2019-03-29)
39
40### Bug Fixes
41
42- add #webpack-hot-client to all entries, closes [#534](https://github.com/egoist/poi/issues/534) ([2cf113b](https://github.com/egoist/poi/commit/2cf113b))
43
44## [12.5.8](https://github.com/egoist/poi/compare/poi@12.5.7...poi@12.5.8) (2019-03-26)
45
46### Bug Fixes
47
48- allow to disable html generation via cli flag ([adb8d32](https://github.com/egoist/poi/commit/adb8d32))
49
50## [12.5.7](https://github.com/egoist/poi/compare/poi@12.5.6...poi@12.5.7) (2019-03-21)
51
52### Bug Fixes
53
54- allow to configure css.sourceMap ([0372cd0](https://github.com/egoist/poi/commit/0372cd0))
55- tweak localIdentName for css-loader ([a90a638](https://github.com/egoist/poi/commit/a90a638))
56
57## [12.5.6](https://github.com/egoist/poi/compare/poi@12.5.5...poi@12.5.6) (2019-03-12)
58
59**Note:** Version bump only for package poi
60
61## [12.5.5](https://github.com/egoist/poi/compare/poi@12.5.4...poi@12.5.5) (2019-01-31)
62
63### Bug Fixes
64
65- include .wasm .mjs in resolve.extensions, closes [#536](https://github.com/egoist/poi/issues/536) ([79b13e7](https://github.com/egoist/poi/commit/79b13e7))
66
67## [12.5.4](https://github.com/egoist/poi/compare/poi@12.5.3...poi@12.5.4) (2019-01-28)
68
69### Bug Fixes
70
71- webpack entry object syntax ([#535](https://github.com/egoist/poi/issues/535)) ([1abe601](https://github.com/egoist/poi/commit/1abe601))
72
73## [12.5.3](https://github.com/egoist/poi/compare/poi@12.5.2...poi@12.5.3) (2019-01-28)
74
75### Bug Fixes
76
77- missing shortcut for setting entry in multi-page mode ([655be46](https://github.com/egoist/poi/commit/655be46))
78
79## [12.5.2](https://github.com/egoist/poi/compare/poi@12.5.1...poi@12.5.2) (2019-01-24)
80
81### Bug Fixes
82
83- plugins should be resolved from config dir ([d023091](https://github.com/egoist/poi/commit/d023091))
84
85## [12.5.1](https://github.com/egoist/poi/compare/poi@12.5.0...poi@12.5.1) (2019-01-24)
86
87**Note:** Version bump only for package poi
88
89# [12.5.0](https://github.com/egoist/poi/compare/poi@12.4.8...poi@12.5.0) (2019-01-24)
90
91### Features
92
93- support html an entry file ([289468a](https://github.com/egoist/poi/commit/289468a))
94
95## [12.4.8](https://github.com/egoist/poi/compare/poi@12.4.7...poi@12.4.8) (2019-01-23)
96
97### Bug Fixes
98
99- format build time in human-readable format ([a89ecd0](https://github.com/egoist/poi/commit/a89ecd0))
100- use a new port if the port is already used ([62053e5](https://github.com/egoist/poi/commit/62053e5))
101
102## [12.4.7](https://github.com/egoist/poi/compare/poi@12.4.6...poi@12.4.7) (2019-01-23)
103
104### Features
105
106- validate devServer.headers option ([#532](https://github.com/egoist/poi/issues/532)) ([579b3ff](https://github.com/egoist/poi/commit/579b3ff))
107
108## [12.4.6](https://github.com/egoist/poi/compare/poi@12.4.5...poi@12.4.6) (2019-01-22)
109
110### Bug Fixes
111
112- execute plugins after validating config ([ca7686d](https://github.com/egoist/poi/commit/ca7686d)), closes [#530](https://github.com/egoist/poi/issues/530)
113
114## [12.4.5](https://github.com/egoist/poi/compare/poi@12.4.4...poi@12.4.5) (2019-01-18)
115
116### Bug Fixes
117
118- support babel.transpileModules on windows, closes [#527](https://github.com/egoist/poi/issues/527) ([62ecdb9](https://github.com/egoist/poi/commit/62ecdb9))
119
120## [12.4.4](https://github.com/egoist/poi/compare/poi@12.4.3...poi@12.4.4) (2019-01-14)
121
122### Bug Fixes
123
124- **css:** disable tree-shaking for css files ([acc42f0](https://github.com/egoist/poi/commit/acc42f0))
125
126## [12.4.3](https://github.com/egoist/poi/compare/poi@12.4.2...poi@12.4.3) (2019-01-11)
127
128### Bug Fixes
129
130- support plugin without poi-plugin prefix ([59f706e](https://github.com/egoist/poi/commit/59f706e))
131
132## [12.4.2](https://github.com/egoist/poi/compare/poi@12.4.1...poi@12.4.2) (2019-01-09)
133
134### Bug Fixes
135
136- properly add pnp plugins ([fdcd9e7](https://github.com/egoist/poi/commit/fdcd9e7))
137
138## [12.4.1](https://github.com/egoist/poi/compare/poi@12.4.0...poi@12.4.1) (2019-01-09)
139
140### Bug Fixes
141
142- support yarn pnp ([ca61aaa](https://github.com/egoist/poi/commit/ca61aaa))
143
144# [12.4.0](https://github.com/egoist/poi/compare/poi@12.3.2...poi@12.4.0) (2019-01-09)
145
146### Bug Fixes
147
148- set test mode for test command ([2cb92c4](https://github.com/egoist/poi/commit/2cb92c4))
149- tweak cli logs ([519a4fc](https://github.com/egoist/poi/commit/519a4fc))
150
151### Features
152
153- add a hook to invoke before running command ([fc5bcf3](https://github.com/egoist/poi/commit/fc5bcf3))
154- add a shorthand to set mode for test:\* commands ([a4af8db](https://github.com/egoist/poi/commit/a4af8db))
155
156## [12.3.2](https://github.com/egoist/poi/compare/poi@12.3.1...poi@12.3.2) (2019-01-09)
157
158### Bug Fixes
159
160- **serve:** read host and port from env vars ([7abfd2b](https://github.com/egoist/poi/commit/7abfd2b))
161
162## [12.3.1](https://github.com/egoist/poi/compare/poi@12.3.0...poi@12.3.1) (2019-01-09)
163
164### Bug Fixes
165
166- ensure publicUrl ([5f0451f](https://github.com/egoist/poi/commit/5f0451f)), closes [#520](https://github.com/egoist/poi/issues/520)
167
168# [12.3.0](https://github.com/egoist/poi/compare/poi@12.2.14...poi@12.3.0) (2019-01-09)
169
170### Bug Fixes
171
172- use pug-plain-loader for vue template ([6948539](https://github.com/egoist/poi/commit/6948539))
173
174### Features
175
176- show memory usage ([75f1376](https://github.com/egoist/poi/commit/75f1376))
177
178## [12.2.14](https://github.com/egoist/poi/compare/poi@12.2.13...poi@12.2.14) (2019-01-03)
179
180### Bug Fixes
181
182- ignore `.DS_Store` in public folder ([#518](https://github.com/egoist/poi/issues/518)) ([91afba5](https://github.com/egoist/poi/commit/91afba5)), closes [#517](https://github.com/egoist/poi/issues/517)
183
184## [12.2.13](https://github.com/egoist/poi/compare/poi@12.2.12...poi@12.2.13) (2019-01-02)
185
186### Features
187
188- allow config file to export a function ([8e82f66](https://github.com/egoist/poi/commit/8e82f66))
189
190## [12.2.12](https://github.com/egoist/poi/compare/poi@12.2.11...poi@12.2.12) (2018-12-31)
191
192**Note:** Version bump only for package poi
193
194## [12.2.11](https://github.com/egoist/poi/compare/poi@12.2.10...poi@12.2.11) (2018-12-31)
195
196### Bug Fixes
197
198- use recommended bucklescript workflow ([2231c5c](https://github.com/egoist/poi/commit/2231c5c))
199
200## [12.2.10](https://github.com/egoist/poi/compare/poi@12.2.9...poi@12.2.10) (2018-12-31)
201
202### Bug Fixes
203
204- let webpack watch all reason files ([e5c7a05](https://github.com/egoist/poi/commit/e5c7a05))
205
206## [12.2.9](https://github.com/egoist/poi/compare/poi@12.2.8...poi@12.2.9) (2018-12-30)
207
208### Bug Fixes
209
210- cache support for vue templates ([aa0a430](https://github.com/egoist/poi/commit/aa0a430))
211
212## [12.2.8](https://github.com/egoist/poi/compare/poi@12.2.7...poi@12.2.8) (2018-12-28)
213
214### Features
215
216- use source field from package.json as default app entry ([af61639](https://github.com/egoist/poi/commit/af61639))
217
218## [12.2.7](https://github.com/egoist/poi/compare/poi@12.2.6...poi@12.2.7) (2018-12-25)
219
220### Bug Fixes
221
222- **cli:** help message ([648727e](https://github.com/egoist/poi/commit/648727e))
223
224### Features
225
226- add a hook to allow modifing devServer config ([df939e6](https://github.com/egoist/poi/commit/df939e6))
227
228## [12.2.6](https://github.com/egoist/poi/compare/poi@12.2.5...poi@12.2.6) (2018-12-23)
229
230### Bug Fixes
231
232- **cli:** cache is enabled by default ([b2171d5](https://github.com/egoist/poi/commit/b2171d5))
233- properly handle --no-config flag ([bb94787](https://github.com/egoist/poi/commit/bb94787))
234
235## [12.2.5](https://github.com/egoist/poi/compare/poi@12.2.4...poi@12.2.5) (2018-12-22)
236
237### Bug Fixes
238
239- only change devtoolModuleFilenameTemplate under --serve flag ([fe5b708](https://github.com/egoist/poi/commit/fe5b708))
240- resolve modules in local development ([369a352](https://github.com/egoist/poi/commit/369a352))
241
242### Features
243
244- add a new plugin option `when` ([17ff228](https://github.com/egoist/poi/commit/17ff228))
245- support all webpack targets ([0d51120](https://github.com/egoist/poi/commit/0d51120))
246
247## [12.2.4](https://github.com/egoist/poi/compare/poi@12.2.3...poi@12.2.4) (2018-12-21)
248
249### Bug Fixes
250
251- react-error-overlay doesn't work with eval source map ([ddc8213](https://github.com/egoist/poi/commit/ddc8213))
252- use original file path in sourcemap in dev mode ([a2dfc5f](https://github.com/egoist/poi/commit/a2dfc5f))
253
254## [12.2.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
255
256### Bug Fixes
257
258- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
259- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
260
261## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
262
263### Bug Fixes
264
265- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
266
267## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
268
269### Bug Fixes
270
271- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
272
273# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
274
275### Bug Fixes
276
277- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
278
279### Features
280
281- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
282- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
283
284## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
285
286### Bug Fixes
287
288- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
289
290### Features
291
292- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))