Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 575 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 575 Bytes

Changelog

HEAD

2.0.0

  • FIX Missing method helper with Rails 5 ActionController::API
  • DEL Support for Ruby version < 2.2

1.0.0

  • ADD using Handlebars to handle mustache templates

0.2.0

  • FIX redcarpet to v3 for security reasons
  • DEL renderer and renderer= methods on Mustdown

0.1.1

  • FIX an issue preventing the use of default markdown settings

0.1.0

  • ADD the license to the gemspec
  • FIX Redcarpet version specification to work with v3.0.0
  • FIX #2 making Mustdown usable outside of Rails

0.0.2

  • ADD the mustdown:install generator