Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 646 Bytes

History.md

File metadata and controls

43 lines (23 loc) · 646 Bytes

master

0.10.0

  • Compatibility with Rails 4.2, Slim 3, and Sprockets 3

0.9.3

  • Manually append assets path if Rails not available (#33)

0.9.2

  • Performance improvements

0.9.1

  • Fix 'SyntaxError: unexpected LOGIC' bug (#30)

0.9.0

  • Now uses/requires slim 2.0.0
  • Now requires Ruby 1.9.3+

0.8.6

  • Restore compatibility with slim 1.2.2

0.8.5

  • Compatibility with temple 0.4.1

0.8.4

  • Fix #13, load order issue with IndentDispatcher
  • Add missing coffee-script require

0.8.3

  • Fix sprockets integration (#17)

0.8.2

  • Fixed "Unexpected token return" (issue #10)