CHANGELOG.rdoc in binarylogic-searchlogic-2.0.1 vs CHANGELOG.rdoc in binarylogic-searchlogic-2.1.0

- old
+ new

@@ -1,5 +1,11 @@ -== 2.0.1 +== 2.0.2 + +* Added a delete method to the Search class to allow the deleting of conditions off of the object. +* Add alias_scope feature, lets your create "named scopes" that represent a procedure of named scopes, while at the same time telling Searchlogic it is safe to use in the Search class. +* Use url_for as the default with form_for since rails does some magic to determine the url to use. + +== 2.0.1 released 2009-06-20 * Allow the chaining of conditions off of a search object. Ex: search.username_like("bjohnson").age_gt(20).all * Split out left outer join creation into its own method, allowing you to use it in your own named scopes. * Make sure the search objects clone properly. * named_scope_options should return the proper options for existing named scopes with an arity greater than 0 \ No newline at end of file