Mongoose

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    * GH#36 - "package DB" gets $VERSION added by dzil auto-versioning plugin

0.25 Thu Aug 21 16:53:40 PDT 2014
    [ CLEANUP ]
    * .24 inadvertently brought local-libs into dist

0.24 Wed Aug 20 09:12:41 PDT 2014
    [ BUGS ]
    * GH#35 - Hack to prevent engine from creating self-references

0.23 Mon Jan 28 19:28:58 CET 2013
    [ ENHANCEMENTS ]
    * GH#26 - multiple hosts/dbs for different classes (diegok)

0.22 Mon Jan 21 16:14:38 CET 2013
    [ BUGS ]
    * RT#81725 - save HashRef[ArrayRef[Class]] now works; loading does not (yet).
    * GH#22 - load_schema with shorten MOP issue fixed (dagolden)
    * GH#24 - Support for both MongoDB::Connection (deprecated) && MongoDB::MongoClient (MongoDB 0.503)
    * Deprecation warnings removed from tests
        - get_collection now required, no more implicit $db-><collecion>() method calling

    [ ENHANCEMENTS ]
    * GH#21 - use insert() if PK defined and no _id in doc (dagolden)

0.20 Sun Nov  4 13:05:21 CET 2012
    [ BUGS ]
    * Nested joins save error fixed ("not an ARRAY ref")
    * EmbeddedDocument incorrect -pk and -engine parameters (allanwhiteford)

    [ ENHANCEMENTS ]
    * hash_on and hash_array Join and Cursor methods.
    * some doc fixes and clarifications.
    * allow Mongoose to disconnect from Mongo (allanwhiteford)
    * use Mongoose Documents in intermediate roles (allanwhiteford)

Changes  view on Meta::CPAN

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



( run in 1.433 second using v1.01-cache-2.11-cpan-49f99fa48dc )