history.txt in couchrest_model-1.0.0.beta8 vs history.txt in couchrest_model-1.0.0
- old
+ new
@@ -1,11 +1,33 @@
-== Next Version
+== 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.
* Minor enhancements
+ * Fixing find("") issue (thanks epochwolf)
+ * Altered protected attributes so that hash provided to #attributes= is not modified
+ * Altering typecasting for floats to better handle commas and points
+ * Fixing the lame pagination bug where database url (and pass!!) were included in view requests (Thanks James Hayton)
+
+Notes:
+
+* 2010-10-22 @samlown:
+ * ActiveModel Attribute support was added but has now been removed due to major performance issues.
+ Until these have been resolved (if possible?!) they should not be included. See the
+ 'active_model_attrs' if you'd like to test.
+
+== CouchRest Model 1.0.0.beta8
+
+* Major enhancements
+ * Added model generator
+
+* Minor enhancements
* Raise error on adding objects to "collection_of" without an id
* Allow mixing of protected and accessible properties. Any unspecified properties are now assumed to be protected by default
+ * Parsing times without zone
+ * Using latest rspec (2.0.0.beta.19)
== CouchRest Model 1.0.0.beta7
* Major enhancements
* Renamed ExtendedDocument to CouchRest::Model