Updated website to reflect proper git repo path
[couchobject.git] / History.txt
blob107f8b63993f0662faa9c95c02bdc6a6d9030748
1 == 0.5.0 2007-09-15
3 * 1 major enhancement:
4   * Database.filter{|doc| } for filtering the on doc, in Ruby!
5   * couch_ruby_view_requestor, a JsServer client for CouchDb allowing you to query in Ruby
6   
7 * 1 minor enhancement:
8   * Added Database#store(document), the parallel of Document#save(database)
11 == 0.0.1 2007-09-13
13 * 1 major enhancement:
14   * Initial release