public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
Search Repo:
juretta (author)
Wed Apr 30 23:41:28 -0700 2008
commit  356f7fcdb7ea3ea320d10ea8ab2014432a1a7b9e
tree    e3b4aa6735a870605ebfd4f3c5e07d78a37a2f09
parent  3d5df54c4cc87211b70f321a16271c28aff2e634
wddx / History.txt
100644 41 lines (31 sloc) 0.991 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
34
35
36
37
38
39
40
41
=== 0.4.1 / 2008-04-31
* Minor code cleanup.
* WDDX library now works in Ruby 1.8 and 1.9
 
=== 0.4.0 / 2008-03-04
* Added wddx binary. Pretty prints a wddx data structure.
 
  Usage:
  wddx FILE|URL
  OR
    wddx < wddx.xml
  OR
    cat /path/to/wddx.xml | wddx
 
=== 0.3.3 / 2008-03-02
* Fixed test issues when running the test in a different timezone.
 
=== 0.3.2 / 2007-08-22
* Bugfix release: Fixes bug 13288.
 
=== 0.3.1 / 2007-04-19
* Bugfix release: Fixes bugs 10148 and 10149 reported by Rhett Sutphin
* Patch [#10152] kindly provided by Rhett Sutphin!
 
=== 0.3.0 / 2007-04-07
* New example wddx_serialize.rb added (see examples/ subdirectory).
* WDDX::Struct now includes Enumerable
* Documentation improved
* Symbol now responds_to?(:to_wddx)
 
=== 0.2.1 / 2006-12-20
Bugfix Release
* Fixed TcWddxComplexTest
 
=== 0.2.0 / 2006-12-19
Added Rails support
 
Rails ActiveRecord::Base objects can be serialised to WDDX-XML using the +to_wddx+ method.
 
=== 0.1.0 / 2006-12-18
Initial release