All Versions
21
Latest Version
Avg Release Cycle
139 days
Latest Release
485 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.2 Changes
April 01, 2016๐ Changes
- ๐ Handle edge case: exclamation mark before links, thanks @Easy-D (#57)
-
v1.0.1 Changes
January 01, 2016๐ Changes
- Prevent double escaping of * and _, thanks @craig-day (#61)
-
v1.0.0 Changes
November 01, 2015๐ Changes
- ๐ฅ BREAKING: Parsing was significantly improved, thanks @craig-day (#60) Please update your custom converters to accept and use the state hash, for examples look into exisiting standard converters.
- ๐ Use OptionParser for command line options, thanks @grmartin (#55)
- ๐ท Tag border behavior is now configurable with the
tag_border
option, thanks @faheemmughal (#59) - Preserve > and < from original markup, thanks @willglynn (#58)
-
v0.8.2 Changes
May 01, 2015๐ Changes
- Don't add whitespaces in links and images if they contain underscores
-
v0.8.1 Changes
April 01, 2015๐ Changes
- Don't add newlines after nested lists
-
v0.8.0 Changes
April 01, 2015โ Added
- ๐
article
tag is now supported and treated like a div
๐ Changed
- ๐ Special characters are treated correctly inside of backticks, see (#47)
- ๐
-
v0.7.0 Changes
February 01, 2015โ Added
- ๐ pre-tags support syntax github and confluence syntax highlighting now
-
v0.6.1 Changes
January 01, 2015๐ Changed
- ๐
Setting config options in block style will last for all following
convert
calls. - Inline config options are only applied to this particular operation
โ Removed
- ๐
config.reset
is removed
- ๐
Setting config options in block style will last for all following
-
v0.6.0 Changes
September 01, 2014โ Added
- Ignore
col
andcolgroup
tags - Bypass
thead
andtbody
tags to show the tables correctly
๐ Changed
- โ Eliminate ruby warnings on load (thx @vsipuli)
- Treat newlines within text nodes as space
- โ Remove whitespace between inline tags and punctuation characters
- Ignore
-
v0.5.1 Changes
April 01, 2014โ Added
- โ Adds support for ruby versions 1.9.3 back in
- More options for handling of unknown tags
๐ Changed
- ๐ Bugfixes in
li
indentation behavior