Releases: choojs/bankai
Releases · choojs/bankai
v9.15.3
v9.15.1
v9.15.0
v9.14.0
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
open
with 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
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)