Upcoming¶ ↑
Version 2.1.1 - 27-May-2020¶ ↑
-
Bump activesupport to version 5.2.4.3
Version 2.1.0 - 30-May-2019¶ ↑
-
Use rubocup and sonargraph and fix minor issues
-
Make behavior of unknown tags configurable (#33)
-
Allow tags inside link tags (#32)
-
Do not convert newlines to HTML br element for 'block tags' (#31)
Version 2.0.3 - 07-Feb-2019¶ ↑
-
Require Ruby version 2.3.0 or higher
-
Require activesupport version 4.2.2 or higher
Version 2.0.2 - 10-Apr-2017¶ ↑
-
Fix error when tags are in self-closing tags (#30)
Version 2.0.1 - 15-Jan-2017¶ ↑
-
Remove EOL newlines before/after self-closing tags (#29)
Version 2.0.0 - 09-Apr-2015¶ ↑
-
Support multiple errors within a text
-
Add parameters to bbcode_check_validity to add/remove tags
-
Support regular tag parameters (
[tag param=value][/tag]
) instead of 'quick parameters' ([tag=value][/tag]
) -
Changed tag description symbols (to become descriptive), breaks existing custom tag additions!
-
Add support to show the BBCode annotated with errors (when there are any)
-
Add support to escape token value using :uri_escape.
-
Recognize uppercase tags (#27)
-
Support iframe-API for YouTube videos (#18)
-
Support difference between optional and required parameters
-
Add optional parameters to youtube and vimeo tags to specify the dimensions of the video
Version 1.0.1 - 04-Jan-2015¶ ↑
-
Allow any version of activesupport since 3.2.3
Version 1.0.0 - 11-Oct-2014¶ ↑
-
Added 'self closing tags' option (enabled for [*])
-
Added [list], [*] and [code] tags
-
Removed deprecated method
-
Renamed check_bbcode_validity to bbcode_check_validity