Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 552 Bytes

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 552 Bytes

6.0.0

  • compatibility with rails 6 (#8 @phoet)

5.1.0

  • compatibility with rails 5.1 (#5 @Edouard-chin)
  • remove responders gem (#6 @phoet)

5.0.0

  • compatibility with rails 5 (#4 @kirs)

0.2.2

  • loosen rails dependency

0.2.1

  • remove ruby version requirement

0.2.0

  • comments only for html request

0.1.1

  • fix the gemspec

0.1.0

  • support for 1.9.3 and jruby (no more Module#prepend)

0.0.3

  • clarification for ruby version

0.0.2

  • support ruby 2.0.0
  • uses a railtie instead of an engine

0.0.1

  • initial version