Releases: choojs/bankai
Releases · choojs/bankai
Release list
v9.15.3
v9.15.1
v9.15.0
- Add favicon. (#502)
Afavicon.icoin the root of your project will be used as the icon for your
app! - Prevent infinite redirect behind a reverse proxy. (#510)
- Fix documentation typo. (#505)
Thanks @ZhouHansen, @mjstahl and @jekrb!
v9.14.0
- Add console paonel. (#468)
Withbankai start, press "2" to switch to the console output.
Press "1" to switch to the main output.
v9.13.0
- Only build livereload script in watch mode (@ZhouHansen in #493)
- Make manifest.json route more strict (@ZhouHansen in #496)
- Init bankai after mkdirp (@ZhouHansen in #489)
- Switch to nanohtml. (@goto-bus-stop in #488)
- Swap
openwith cross-platform, safer, maintainedopn. (@emkay in #484)
v9.12.1
- Use consistent URL format in service-worker environment variables (@ZhouHansen in #483)
v9.12.0
v9.11.2
- Fix outputting dynamic bundles (#474)
v9.11.1
v9.11.0
- Disable Babel modules transform for dependencies. Allows consuming dependencies that use top-level
this. (#455) - Add option babelifyDeps to disable transpiling dependencies. This is intended as a stopgap measure until a faster/reliable way to transpile ES2015+ code from dependencies is implemented. (#422)