frost v0.2.0 Release Notes

Release Date: 2016-01-13 // over 8 years ago
  • ๐Ÿ”’ Security Fixes:

    • Directory traversal vulnerability in PublicFileHandler
    • MessageVerifier#verify always returned true (affected session cookie signatures)

    ๐Ÿ”‹ Features:

    • Crystal 0.10.1 compatibility
    • concat view helper
    • ๐Ÿ“š Reworked Frost::Controller::Test methods for testing controllers (with documentation)
    • JSON Serialization of records (basic)
    • HttpsEverywhereHandler to redirect traffic from HTTP to HTTPS

    ๐Ÿ›  Fixes:

    • LLVM failure with empty routes (affected OS X)
    • โœ… View helpers: tests and corrections (mostly Hash value types)
    • css_to_xpath couldn't have brackets in string
    • Recover from failed PG connections (eg: draconian )