history.txt in couchrest_model-1.0.0 vs history.txt in couchrest_model-1.1.0.beta
- old
+ new
@@ -1,4 +1,18 @@
+== 1.1.0.beta
+
+* Epic enhancements:
+ * Added "View" object for dynamic view queries
+ * Added easy to use proxy_for and proxied_by class methods for proxying data
+
+* Minor enhancements:
+ * A yield parameter in an anonymous casted model property block is no longer required (@samlown)
+ * Narrow the rescued exception to avoid catching class evaluation errors that has nothing to to with the association (thanks Simone Carletti)
+ * Fix validate uniqueness test that was never executed (thanks Simone Carletti)
+ * Adds a #reload method to reload document attributes (thanks Simone Carletti)
+ * Numeric types can be casted from strings with leading or trailing whitespace (thanks chrisdurtschi)
+ * CollectionProxy no longer provided by default with simple views (pending deprication)
+
== CouchRest Model 1.0.0
* Major enhancements
* Support for configuration module and "model_type_key" option for overriding model's type key
* Added "mass_assign_any_attribute" configuration option to allow setting anything via the attribute= method.