-
Unreleased
- Remove unnecessary option logic from
prawn_document
method
- Remove unnecessary option logic from
-
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 instrip_tags(html_str)
orActionView::Base.full_sanitizer.sanitize(html_str)
- Add legitimate tests
-
v1.0.1
- Fix error when using
ActionController.render_to_string
- Fix error when using
-
v1.0.0
- Support
@filename
- Set PDF Title metadata based on
@filename
if not specified - Fix for Ruby 1.9.3+
- Cleanup
- Support
-
v0.1.1
-
v0.1.0
-
v0.0.2
-
v0.0.1