UNPKG

4.07 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.2.12](https://github.com/egoist/poi/compare/poi@12.2.11...poi@12.2.12) (2018-12-31)
7
8**Note:** Version bump only for package poi
9
10## [12.2.11](https://github.com/egoist/poi/compare/poi@12.2.10...poi@12.2.11) (2018-12-31)
11
12### Bug Fixes
13
14- use recommended bucklescript workflow ([2231c5c](https://github.com/egoist/poi/commit/2231c5c))
15
16## [12.2.10](https://github.com/egoist/poi/compare/poi@12.2.9...poi@12.2.10) (2018-12-31)
17
18### Bug Fixes
19
20- let webpack watch all reason files ([e5c7a05](https://github.com/egoist/poi/commit/e5c7a05))
21
22## [12.2.9](https://github.com/egoist/poi/compare/poi@12.2.8...poi@12.2.9) (2018-12-30)
23
24### Bug Fixes
25
26- cache support for vue templates ([aa0a430](https://github.com/egoist/poi/commit/aa0a430))
27
28## [12.2.8](https://github.com/egoist/poi/compare/poi@12.2.7...poi@12.2.8) (2018-12-28)
29
30### Features
31
32- use source field from package.json as default app entry ([af61639](https://github.com/egoist/poi/commit/af61639))
33
34## [12.2.7](https://github.com/egoist/poi/compare/poi@12.2.6...poi@12.2.7) (2018-12-25)
35
36### Bug Fixes
37
38- **cli:** help message ([648727e](https://github.com/egoist/poi/commit/648727e))
39
40### Features
41
42- add a hook to allow modifing devServer config ([df939e6](https://github.com/egoist/poi/commit/df939e6))
43
44## [12.2.6](https://github.com/egoist/poi/compare/poi@12.2.5...poi@12.2.6) (2018-12-23)
45
46### Bug Fixes
47
48- **cli:** cache is enabled by default ([b2171d5](https://github.com/egoist/poi/commit/b2171d5))
49- properly handle --no-config flag ([bb94787](https://github.com/egoist/poi/commit/bb94787))
50
51## [12.2.5](https://github.com/egoist/poi/compare/poi@12.2.4...poi@12.2.5) (2018-12-22)
52
53### Bug Fixes
54
55- only change devtoolModuleFilenameTemplate under --serve flag ([fe5b708](https://github.com/egoist/poi/commit/fe5b708))
56- resolve modules in local development ([369a352](https://github.com/egoist/poi/commit/369a352))
57
58### Features
59
60- add a new plugin option `when` ([17ff228](https://github.com/egoist/poi/commit/17ff228))
61- support all webpack targets ([0d51120](https://github.com/egoist/poi/commit/0d51120))
62
63## [12.2.4](https://github.com/egoist/poi/compare/poi@12.2.3...poi@12.2.4) (2018-12-21)
64
65### Bug Fixes
66
67- react-error-overlay doesn't work with eval source map ([ddc8213](https://github.com/egoist/poi/commit/ddc8213))
68- use original file path in sourcemap in dev mode ([a2dfc5f](https://github.com/egoist/poi/commit/a2dfc5f))
69
70## [12.2.3](https://github.com/egoist/poi/compare/poi@12.2.2...poi@12.2.3) (2018-12-21)
71
72### Bug Fixes
73
74- better naming for server hooks ([b9aab0b](https://github.com/egoist/poi/commit/b9aab0b))
75- **cli:** only open browser on the first successful build ([13b1ac8](https://github.com/egoist/poi/commit/13b1ac8))
76
77## [12.2.2](https://github.com/egoist/poi/compare/poi@12.2.1...poi@12.2.2) (2018-12-19)
78
79### Bug Fixes
80
81- use bsb-js in bs-loader ([1712516](https://github.com/egoist/poi/commit/1712516))
82
83## [12.2.1](https://github.com/egoist/poi/compare/poi@12.2.0...poi@12.2.1) (2018-12-19)
84
85### Bug Fixes
86
87- vue-loader doesn't quite work with inline loaders ([7c04af6](https://github.com/egoist/poi/commit/7c04af6))
88
89# [12.2.0](https://github.com/egoist/poi/compare/poi@12.1.6...poi@12.2.0) (2018-12-18)
90
91### Bug Fixes
92
93- Improve devServer config validation ([#504](https://github.com/egoist/poi/issues/504)) ([fd846b0](https://github.com/egoist/poi/commit/fd846b0))
94
95### Features
96
97- builtin support for ReasonML ([5dec683](https://github.com/egoist/poi/commit/5dec683))
98- named imports for assets ([#505](https://github.com/egoist/poi/issues/505)) ([32f153a](https://github.com/egoist/poi/commit/32f153a))
99
100## [12.1.6](https://github.com/egoist/poi/compare/poi@12.1.5...poi@12.1.6) (2018-12-16)
101
102### Bug Fixes
103
104- allow to pass a string as plugin ([81caf4a](https://github.com/egoist/poi/commit/81caf4a))
105
106### Features
107
108- add pug-loader ([4be8954](https://github.com/egoist/poi/commit/4be8954))