Rocket v0.3.1 Release Notes

Release Date: 2017-08-11 // over 6 years ago
  • Core

    • Added support for ASCII colors on modern Windows consoles.
    • Form field renames can now include any valid characters, not just idents.

    Codegen

    • Ignored named route parameters are now allowed (_ident).
    • Fixed issue where certain paths would cause a lint assert! to fail (#367).
    • Lints were updated for 2017-08-10 nightly.
    • Minimum required rustc is 1.21.0-nightly (2017-08-10).

    Contrib

    • Tera errors that were previously skipped internally are now emitted.

    📚 Documentation

    • Typos were fixed across the board.