2.0.2 / 2015-07-21¶ ↑
-
Plain text variable columns always return strings now
-
Refactor how we load markup classes to not load ones we aren’t using.
2.0.1 / 2014-09-04¶ ↑
-
Stop extending Object and extend string instead.
2.0.0 / 2014-09-03¶ ↑
-
Update for latest version of Ruby & Rails
1.4.2 / 2012-03-09¶ ↑
-
Bug fix
1.4.1 / 2012-03-09¶ ↑
-
Bug fix
1.4.0 / 2011-11-17¶ ↑
-
Make more like modern Rails 3 plugin.
-
Fix broken markup processors integration.
-
Refactor .acts_as_markup method
-
Allow use of different mediawiki libraries
-
Default mediawiki library is WikiCloth
-
Add support for Redcarpet markdown parser
1.3.4 / 2010-09-04¶ ↑
-
Rails 3.x release
1.3.3 / 2009-06-11¶ ↑
-
Maintenance release
1.3.2 / 2009-04-28¶ ↑
-
Maintenance release
1.3.1 / 2008-04-27¶ ↑
-
Update rake tasks and way RDoc is generated
-
Ensure works with Rails 2.3.2 and latest version of related markup gems.
1.3.0 / 2008-11-19¶ ↑
-
Add ability to accept options that will be passed to supported markup parsers. (chewi)
1.2.0 / 2008-09-10¶ ↑
-
Allow all objects to have a to_html method that defaults as to_s instead just doing this for strings. (idea from crnixon)
-
Add string methods to all markup objects via the StringLike mixin. (crnixon)
-
Other Minor bug fixes
1.1.2 / 2008-08-22¶ ↑
-
Make sure all markup objects properly respond to the .blank? method call.
1.1.0 / 2008-08-12¶ ↑
-
Use a default for markup language column name when the variable options is used.
1.0.0 / 2008-08-11¶ ↑
-
Add support for
Maruku
Markdown Library.
0.4.0 / 2008-08-11¶ ↑
-
Add support for RDoc.
0.3.0 / 2008-08-08¶ ↑
-
Add support for wikitext.
0.2.0 / 2008-08-07¶ ↑
-
Add support for a variable markup language option.
0.1.0 / 2008-08-05¶ ↑
-
Initial Release
-
Support for Markdown and Textile markup languages.
-
‘acts_as_markdown` and `acts_as_textile` convenience methods
-
Support for BlueCloth,
RDiscount
and Ruby PEG markdown processors.
-