UNPKG

4.43 kBMarkdownView Raw
1# bankai change log
2
3All notable changes to this project will be documented in this file.
4
5This project adheres to [Semantic Versioning](http://semver.org/).
6
7## 9.15.1
8* Linkify all the transforms in the documentation. (#514)
9* Replace deprecated package `opn` by `open`. (#525)
10* Update dependencies. (#513)
11
12Thanks @perguth!
13
14## 9.15.0
15* Add favicon. (#502)
16 A `favicon.ico` in the root of your project will be used as the icon for your
17 app!
18* Prevent infinite redirect behind a reverse proxy. (#510)
19* Fix documentation typo. (#505)
20
21Thanks @ZhouHansen, @mjstahl and @jekrb!
22
23## 9.14.0
24* Add console panel. (#468)
25 With `bankai start`, press "2" to switch to the console output.
26 Press "1" to switch to the main output.
27
28## 9.13.0
29* enable reload when necessary (#493)
30* correct router regex (#496)
31* Init bankai after mkdirp (#489)
32* Switch to nanohtml. (#488)
33* ci: Add Node 10.
34* swap `open` with `opn` (#484)
35
36## 9.12.1
37* 🐛 Unify service-worker env url format (#483)
38* use utils.find() (#482)
39
40## 9.12.0
41* Update v8-compile-cache to 2.0.0.
42* Improve syntax error messages (#480)
43* Fixed + more consistent basedir handling (#467)
44
45## 9.11.2
46* Fix outputting dynamic bundles, fixes #472 (#474)
47* Add gitignore to example. (#476)
48
49## 9.11.1
50* deps: add missing dependency `resolve` (#471)
51* Update example app.mount() usage (#469)
52* Add quotes around theme-color `content`. (#466)
53
54## 9.11.0
55* Disable Babel modules transform for dependencies (#455)
56* Add option babelifyDeps (#422)
57
58## 9.10.7
59* Replace findup by @choojs/findup (#465)
60* Move UI code out of http.js (#417)
61* Upgrade standard (#464)
62
63## 9.10.6
64* support content and public dirs in http (#463)
65* support files without extensions in assets (#462)
66* Add some words about service workers (#461)
67
68## 9.10.5
69* Catch routing errors when attempting to render missing routes (#457)
70
71## 9.10.4
72* Fix assets pathing, and add fonts to document tests (#454)
73
74## 9.10.3
75* Fix inlining critical css (#448)
76* Only minify CSS when `watch: false`. (#442)
77
78## 9.10.2
79* Exclude all choo routes with partials (#445)
80
81## 9.10.1
82## 9.10.0
83* Read custom html templates (#447)
84* Expose mime types on graph nodes, fixes #402 (#443)
85
86## 9.9.1
87* Inject server rendered app at mount point. (#414)
88* Fix assets list assigned an empty buffer (#444)
89
90## 9.9.0
91* add configuration usage to cli (#437)
92* list tinyify optimizations separately + add browser-pack-flat (#440)
93
94## 9.8.0
95* Add envify in `watch` mode (`bankai start`) (#436)
96* Add appveyor.yml (#439)
97* Lookup browserslist config (#438)
98* Async server render (#427)
99
100## 9.7.2
101* Revert "Persistent cache (#426)", fixes #432, fixes #434 (#433)
102
103## 9.7.1
104* Fix split-require integrity hashes (#428)
105* use minimist correctly (#429)
106
107## 9.7.0
108* Add base option (#399)
109* Persistent cache (#426)
110
111## 9.6.1
112* Expose `compiler` on http handler (#425)
113
114## 9.6.0
115* document entry level opts (#401)
116* Add output dir option to `bankai build`, closes #333 (#416)
117* Fix documentation of error event (#419)
118* add .github/ dir (#405)
119* Update browserify to v16 (#415)
120* Fix lint
121
122## 9.5.1
123* Fix gzip-size use
124
125## 9.5.0
126* Update dependencies (#375)
127* Subresource integrity for split bundles (#407)
128
129## 9.4.1
130* Revert "Replace purifycss by purgecss (#371)" (#403)
131* Prefetch dynamic bundles, fixes #390 (#392)
132* hyperstream → hstream (#394)
133
134## 9.4.0
135* Restore asset serving behavior (#396)
136* Detect if a project is an electron project (#384)
137* Replace purifycss by purgecss (#371)
138
139## 9.3.1
140* Add X-Accel-Buffering: no to /reload's header (#389)
141
142## 9.3.0
143* upgrade sheetify (#385)
144
145## 9.2.1
146* Output `<link rel=stylesheet>` after `<style>` (#381)
147* ignore package-lock.json (#378)
148
149## 9.2.0
150* Tweak generated SSL key to make Chrome happy (#357)
151* Support dots in file names and ignore query strings for static files (#373)
152* save sourcemaps with `bankai build` (#363)
153* Use JS brotli implementation on Node < 8 (#376)
154* Collapse hyperstream (#365)
155* Support spread operators by default (#372)
156* Remove attributes from loadCSS polyfill inline script (#350)
157* Use get-port instead of getport (#344)
158* Swap iltorb for wasm-brotli (#360)
159
160## 9.1.0
161* Enable tinyify in `bankai inspect` (#349)
162* Leverage v8 cache (#351)
163* Ignore .babelrc files of dependencies. (#352)
164* Compare asset creation date on build (#355)
165
166## 9.0.2
167* fix scripts build if empty server split (#353)
168* trace SSR errors (#354)
169* prune deps (#340)
170
171## 9.0.0
172* Initial release.
173
\No newline at end of file