Skip to content

Releases: ysbaddaden/frost

v0.2.3

23 Mar 11:05
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Fixes:

  • Compatibility with Crystal 0.14

v0.2.2

18 Feb 21:59
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Fixes:

  • Upgraded to Crystal 0.11: matches redesign of HTTP::Server
  • Upgraded to Crystal 0.12: minor changes
  • Use ECR escapes to generate application layout
  • Record#initialize now uses setter methods
  • Allow classes inheriting Record to be abstract (ie. abstract ApplicationModel < Frost::Record)
  • Always save Record datetimes at UTC

Features:

  • link_to_if and link_to_unless view helpers
  • Parse time strings: ISO8601, RFC822, JSON (as generally accepted)

v0.2.1

22 Jan 12:55
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Security Fixes:

  • File traversal vulnerability in PublicFileHandler

Fixes:

  • Application generator failed to compile

v0.2.0 - January Developer Preview

13 Jan 21:45
Compare
Choose a tag to compare
Pre-release

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 )

Christmas Developer Preview

25 Dec 00:03
Compare
Choose a tag to compare
Pre-release

Just in time for Santa: a developer preview of the Frost framework!

Please be aware that this is alpha quality software and will likely fail to compile for the strangest reasons. It's also likely to miss lots of features, or have an unstable API. That being said, I hope you'll love it!