public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
juretta (author)
Wed Apr 30 19:19:42 -0700 2008
commit  24a10605320d22502a1358298f621d59b5c1279c
tree    a775a388bb1441238010e844b38496f373ea421f
parent  6f7c9c97f1efd2befc56bfa7237c8871756b7dee
wddx / History.txt
100644 41 lines (30 sloc) 0.946 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.0 / 2008-04-31
* Minor code cleanup.
 
=== 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