0.13 Mon Jan 2 23:10:08 BRST 2012
[ DOCS ]
* #15 fixed Mongoose::Join docs, missing initialization info,
added test case (kthakore)
0.12 Wed Dec 28 12:30:19 BRST 2011
[ ENHANCEMENTS ]
* #16 Mongoose::Document can now be consumed by an intermediate rol (allanwhiteford)
[ BUGS ]
* #14 after save now is triggered only once for every save (gugod)
0.11 Fri Oct 28 15:36:50 CEST 2011
[ BUGS ]
* Problem with calling db method without hostname (allanwhiteford)
[ ENHANCEMENTS ]
* has_one now accepts more parameters on simplyfied mode
* documentation on Mongoose::Class and belongs_to sweetness
0.10 Sat May 21 12:15:34 CEST 2011
[ ENHANCEMENTS ]
* find_one now takes a single SCALAR arg and turns it into
a MongoDB::OID. No breakage expected.
0.09 Thu Apr 21 21:34:00 CEST 2011
[ BUGS ]
* new circularity errors fixed (gugod)
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