Sha256: 7c9c2a3467d962c6cd3b052c12461d4b7dca327466fef291ca3e45936734aef8

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

== 0.3.4 2008-04-21

* Remove useless variable warning.  (Sam Roberts)
* Support initialization of Atom::Source from Hash and block.
* Support initialization of Atom::Generator from Hash and block.

== 0.3.3 2008-04-09

* Better serialization of namespaced elements. ratom will now generate prefixes for namespaces and write them as
  attributes on the root element.
* Extensions read as attributes are now written as attributes.
* When programmatically setting an extension value you can tell ratom to write it as an attribute using:
  
  entry['http://example.org', 'extattr'].as_attribute = true  

* Add support for atom:category.
* Support extension attributes using the same mechanism as extension elements.

== 0.3.1 2008-04-02

* Bunch of fixes to the Atom::Pub classes to make them work like the Atom classes
  with respect to initializers and to_xml.

== 0.3.0 2008-04-02

* Raise Atom::Serialization error when you try and serialize non-utf8 content.
* Support reading simple extension elements, see README.txt.
* Support writing simple extension elements, see README.txt.

== 0.2.2 2008-02-10

* Removed dependency on ActiveSupport.

== 0.2.1 2008-03-03

* Initial release to the public.

== < 0.2.1

* Internal releases.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ratom-0.3.4 History.txt