public
Description: BBCode implementation for Ruby
Homepage:
Clone URL: git://github.com/cpjolicoeur/bb-ruby.git
Click here to lend your support to: bb-ruby and make a donation at www.pledgie.com !
cpjolicoeur (author)
Sat Oct 24 17:26:48 -0700 2009
commit  fcc71757498de51b59df8236c8beb5ee8df1ab90
tree    4c30f9f6a264d0209800b16034ac9a3df169e4d3
parent  34d66e745d1c50b66d43fff246acb267f928a1a5
bb-ruby / History.txt
100644 33 lines (19 sloc) 0.793 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
== 0.9.3 2009-06-11
 
* better auto link support
 
== 0.9.2 2009-06-10
 
* implement auto links
 
== 0.9 2009-05-20
 
* bugfix
  * BBRuby.to_html was not working due to incorrect passing of splat params
 
== 0.8.5 2009-05-20
 
* bugfixes
  * :disable and :enable were not working properly
 
== 0.8.4 2009-01-03
 
* Added YouTube widescreen video support as this is the new YouTube default
  * If you want to use the original 4:3 ratio embed format simply uncomment lines 180 and 187. Then comment out lines 181 and 188.
 
== 0.8.3 2008-12-16
 
* RDoc documentation updates
 
== 0.8.2 2008-12-16
 
* No major enhancements:
  * Small point release for moving gem from Github to RubyForge
  * Gem is no longer served from github via cpjolicoeur-bbruby. Gem is now served directly from Rubyforge via bb-ruby