README.md in gitmodel-0.0.3 vs README.md in gitmodel-0.0.4
- old
+ new
@@ -46,9 +46,13 @@
------
_It is not yet production ready but I'm working on it. Please feel free to
contribute tests and/or code to help!_
+I will attempt to follow [Semantic Versioning](http://semver.org/) so 1.0.0
+will be considered the first stable release, until then the API may change at
+any time.
+
See the "To do" section below for details, but the main thing that needs
finishing is support for querying. Right now you can find an instance by it's
id, but there is incomplete support (90% complete) for querying, e.g.:
Post.find(:category => 'ruby', :date => lambda{|d| d > 1.month.ago} :order_by => :date, :order => :asc, :limit => 5)