Config -> RbConfig (1.9.3 deprecation fix)
Adding a manpage for bin/bluecloth for packagers that require every binary have one (e.g., Debian) (fixes #78). Thanks to Cédric Boutillier for the contribution.
Updated for Discount 2.0.9
Removed deprecated filter_html, filter_html= methods
Fixed inverted footnotes option logic; added specs for footnotes option.
Updated to Discount 2.0.8
Enhancements:
gem-testers support
Update to Discount 2.0.5
Bugfixes:
Removed unnecessary requires from top-level file
Fix for Windows devkit installs
Enhancements:
Updated to Discount 2.0.4:
Added configuration options for all of Discount’s extensions.
Worked around a Discount bug when rendering the same document twice (appends a 0)
Enhancements:
1.9.2 compatibility
Updated to Discount 1.6.8
Bugfixes:
Transcode input to UTF8, then re-transcode back to the original encoding on the way out (fixes #63)
Updated to Discount 1.6.6; add HTML5 tag support.
Fixed m17n
Enhancements:
HTML results now have the same encoding as the source Markdown text (fixes #63).
Native Windows gems.
Updated to Discount 1.5.8.
Bugfixes
Fix a sefault when creating a BlueCloth object with an object other than a String. Closes #61 and #62.
Test for bzero (used in generate.c), and if it isn’t defined (e.g., Windows using VC), define it in terms of memset().
Set the top-level ‘Markdown’ constant as an alias for BlueCloth if it’s not already set by something else.
Adding a spec to test out the DoS reported by Ben Sandofsky (refs #57).
Updated with Discount 1.4.4.
Updated to Discount 1.4.2.
Added some more tests for various Discount extensions.
Added support for the MKD_AUTOLINK and MKD_SAFELINK.
Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the fix.
Adding Discount files for missing symbols on some platforms.
Dependency fix.
Updated to Discount 1.4.0.
Added support for the MKD_TAGTEXT constant.
Fixed the VERSION constant.
Rewritten using Discount.