Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@kaj kaj released this 23 Jun 15:03
· 513 commits to main since this release

Changes since release 0.3.0 includes:

  • Fix a bug in ordering (and therfore findability) of static files.
  • Improved documentation.
  • PR #13: Provide mime type for static file data.
  • Fix file paths for @import in scss (using sass feature).
  • Code cleanup (use ? operator rather than try! macro).
  • Use include_bytes! for static files to improve compile times.

This release is tested with rust versions 1.15.1 (021bd294c 2017-02-08), 1.16.0 (30cf806ef 2017-03-10), 1.17.0 (56124baa9 2017-04-24), 1.18.0 (03fc9d622 2017-06-06), 1.19.0-beta.2 (a175ee509 2017-06-15), and 1.20.0-nightly (ab5bec255 2017-06-22).