Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.11 KB

Changelog

  • Unreleased

    • Remove unnecessary option logic from prawn_document method
  • v1.2.0

    • PR #31 - Use Prawn::Document.extensions in favor of custom plug-in loading. This removes all changes made in PR #29 and should behave much more appropriately now.
    • Undo PR #29 - Use Prawn::Document.extensions in favor of custom plug-in loading
    • PR #30 - Allow rendering in ActionMailer
  • v1.1.0

    • PR #29 - Require all installed prawn extensions
    • Removed unnecessary html_strip helper method. If you were using this feature, instead use Rails built in strip_tags(html_str) or ActionView::Base.full_sanitizer.sanitize(html_str)
    • Add legitimate tests
  • v1.0.1

    • Fix error when using ActionController.render_to_string
  • v1.0.0

    • Support @filename
    • Set PDF Title metadata based on @filename if not specified
    • Fix for Ruby 1.9.3+
    • Cleanup
  • v0.1.1

  • v0.1.0

  • v0.0.2

  • v0.0.1