Bankai Versions Save

:station: - friendly web compiler

v9.10.7

6 years ago
  • Replace findup by @choojs/findup (#465)
  • Move UI code out of http.js (#417)
  • Upgrade standard (#464)

v9.10.6

6 years ago
  • support files without extensions in assets (#462)
  • support content and public dirs in http (#463)

Thanks @s3ththompson!

v9.10.5

6 years ago
  • Catch routing errors when attempting to render missing routes (@bendik in #457)

v9.10.4

6 years ago
  • Fix assets paths (@bendik in #454)

v9.10.3

6 years ago
  • Fix inlining critical css. (#448)
  • Only minify CSS when watch: false. (#442)

v9.10.2

6 years ago

v9.10.1

6 years ago
  • Remove some files that were published accidentally from the package.

v9.10.0

6 years ago
  • Expose mime types on graph nodes (#443)
    You can use this to set a content-type header if you are using Bankai inside a server.
  • Read custom html templates (#447)
    Add an index.html file to change the base HTML bankai uses.

v9.9.1

6 years ago
  • Fix assets list assigned an empty buffer (@tornqvist in #444) This also fixes font preloading.

  • Inject server rendered app at its mount point. (#414) Previously server rendered apps were always rendered into the <body> directly; now the app.mount('.selector') parameter will be respected.

v9.9.0

6 years ago

Add transform configuration help to the CLI as --help config. (https://github.com/choojs/bankai/pull/437)

Thanks @kareniel!