Changelog

0.1.1 (September 2nd, 2010)

  • Fixed README.rdoc causing warnings on gem installation

0.1.0 (September 2nd, 2010)

  • First Gem Release
  • Added Documentation

0.0.5 (September 1st, 2010)

  • Added naive Date/Time Coercion (Be vewy vewy wary)
  • Added support for a Logger provided by Logging
  • Added support for sending the same query to multiple repositories and aggregating the results.

0.0.4 (August 30th, 2010)

  • Refactored Mysql2Model::Client to use class instance instead of class variables.
  • Refactored Mysql2Model::Config to use class instance instead of class variables.

0.0.3 (August 28th, 2010)

  • Fixed misspelling of "repository_path" in Mysql2Model::Config
  • Added specs for all classes
  • Added value method to Mysql2Model::Container
  • Added interpolating values into the queries called "composing"

0.0.2 (August 26th, 2010)

  • First Working Version

0.0.1 (August 25th, 2010)

  • Project Started