== 0.6.1 2008-05-13 * 1 minor enhancement * Removed require couch_object/model which doesn't exist anymore. Thanks to Levi Kennedy == 0.6.0 2008-05-12 * Major enhancements: * Major Persistable module improvements thanks to Sebastian Probst Eide; * Associations (has_one, has_many) * Timestamping * Defaults to setting instance variables (if no (de)serialization methods provided) * The Ruby view server has been removed from the distribution * Many small fixes and updates == 0.5.0 2007-09-15 * 1 major enhancement: * Database.filter{|doc| } for filtering the on doc, in Ruby! * couch_ruby_view_requestor, a JsServer client for CouchDb allowing you to query in Ruby * 1 minor enhancement: * Added Database#store(document), the parallel of Document#save(database) == 0.0.1 2007-09-13 * 1 major enhancement: * Initial release