public
Description: The Ruby Implementation of SWX RPC
Homepage: http://swxruby.org
Clone URL: git://github.com/meekish/swxruby.git
swxruby / CHANGELOG
100644 27 lines (17 sloc) 0.548 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
== 0.7.1 2008-03-12
 
* 1 major bugfix:
  * Refactored the Rails render decorator so that it doesn't break RSpec controller specs
 
== 0.7 2008-03-11
 
* 1 major enhancement:
  * Gem Release
 
* 1 minor enhancement:
  * Added handling of symbols
 
* Miscellaneous:
  * Fleshed out README file quite a bit
  
== 0.5 2007-11-29
 
* 1 major enhancement:
  * Rails controller integration (render :swx => @foo)
 
* 1 minor bugfix:
  * Fixed handling of nil values in hash to bytecode conversion
 
* Miscellaneous:
  * Added CHANGELOG, LICENSE, and README files