CHANGELOG.rdoc
CHANGELOG.rdoc
Last Update: 2011-07-17 01:06:52 +0200

Change Log

1.2.0 - 17 July 2011

  • CAP 1.1 and CAP 1.2 - Resource#dereference_uri! fetches data from Resource#uri and sets Resource#deref_uri
  • Resource#deref_uri= will also automatically set size and calculate SHA1 digest
  • Resources correctly deal with size on import and export

1.1.1 - 25 June 2011

  • Documentation and code cleanup

1.1.0 - 20 June 2011

  • Added CAP 1.0 Support

1.0.1 - 22 April 2011

  • Added RCAP::Alert.from_h

1.0.0 - 6 April 2011

  • Added CAP 1.2 Support
  • Added namespaces (RCAP::CAP_1_1 and RCAP::CAP_1_2) to seperate CAP 1.1 and CAP 1.2 classes
  • Moved to RSpec2 and Bundler
  • Added factory methods to create Info, Resource, Area and Polygon objects from their parents
  • Added factory methods to RCAP::Alert module to parse in files and return the correct RCAP objects
  • Pretty print XML and JSON output

0.4 - 6th March 2011

  • Implemented Hash generation and parsing
  • Implemented JSON generation and parsing
  • Circle is now a subclass of Point

0.3 - 26th November 2009

  • Bugfix release

0.2 - 20th November 2009

  • Implemented to_s/inspect methods for all classes
  • Implemented YAML generation and parsing
  • Documentation improvements

0.1 - 5th November 2009

  • Initial release