Bankai Versions Save

:station: - friendly web compiler

v9.15.3

4 years ago
  • Migrate Windows tests to Travis from Appveyor. (#530)
  • Load CSS normally if JavaScript is disabled. (#531, #535)

Thanks @auggod!

v9.15.1

4 years ago
  • Linkify all the transforms in the documentation. (#514)
  • Replace deprecated package opn by open. (#525)
  • Update dependencies. (#513)

Thanks @perguth!

v9.15.0

5 years ago
  • Add favicon. (#502) A favicon.ico in 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

5 years ago
  • Add console paonel. (#468) With bankai start, press "2" to switch to the console output. Press "1" to switch to the main output.

v9.13.0

5 years ago
  • 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, maintained opn. (@emkay in #484)

v9.12.1

6 years ago
  • Use consistent URL format in service-worker environment variables (@ZhouHansen in #483)

v9.12.0

6 years ago
  • Improve syntax error messages. (#480)
  • Fixed + more consistent basedir handling. (#467) Doing bankai build app/index.js and bankai build app now results in the same behaviour.

v9.11.2

6 years ago
  • Fix outputting dynamic bundles (#474)

v9.11.1

6 years ago
  • Add quotes around theme-color content. (#466)
  • deps: add missing dependency resolve (#471)

v9.11.0

6 years ago
  • 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)