0.08 Tue Mar 22 17:05:45 CET 2011
[ BUGS ]
* DoNotSerialize renamed to DoNotMongoSerialize to avoid clashing with
MooseX::Storage own (gentili)
* Circularity errors fixed.
[ API CHANGES ]
* DateTime always stored as a raw type - the MongoDB driver handles
it on its own.
0.07 Wed Feb 2 22:42:59 CET 2011
* Changed Mongoose->db to connect to Mongo only when needed. That
makes it easier to initialize Mongoose in a forked server environment.
* Changed Mongoose->load_schema to handle package namespaces
in a flexible way.
0.06 Sat Jan 29 14:17:24 CET 2011
* Fixed error in 'expand' method for ArrayRef with Mongoose::EmbeddedDocument (shonorio)
0.05 Fri Jan 14 09:43:54 CET 2011
* Fixed crash with attributes 'read-only' (shonorio)
0.04 Tue Sep 7 00:46:45 CEST 2010
* Fixed incorrect serialization of objects stored within hashes
* New Mongoose::Join::fix_integrity method to check for
invalid foreign keys.
0.03 Thu Aug 26 09:42:31 CEST 2010
* Fixed has_many with belongs_to circularity error (arthur)
* Fixed live join object errors
* New FileHandler with GridFS support
0.02 Wed Aug 25 14:08:07 CEST 2010
* New Raw trait for storing without processing
* Raw DateTime recipe
0.01 Tue Aug 24 10:39:39 CEST 2010
* more tests
0.01_04 Mon Aug 23 15:11:19 CEST 2010
* cookbook clarifications
0.01_03 Mon Aug 23 10:15:17 CEST 2010
* fixed more broken depndencies on tests
* load_schema method implemented
0.01_02 Mon Aug 23 00:45:39 CEST 2010
* Fixed docs, better cookbook
* Skip tests when no MongoDB installed
* Joining with Mongoose::Join
* New Mongoose::Class sugar: has_many, has_one, belongs_to
0.01_01 2010-08-16 00:10:37
* Initial release