Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mongoose-plugins

mongoose plugins:CRUD,auth helpers

mongoose, aonx, plugins, REST, CRUD

readme

mongoose-plugins

Mongoose (mongodb) plugins

Todo

  • add pagination support to index

changelog

release 0.3.3

  • Big change related to Relation 1:1, all referenced objects are now inline
  • auth schema changed to firstname, lastname as first level attributes
  • added options to aonx crud helpers (to inline the object or not)
  • auth: if email not given, set the user to inactive and create record

    release 0.2.0

  • nested model support added for CRUD
  • added unit test cases

    release 0.1.1

  • added toJSON to methods

    release 0.1.0

  • added support for mongoose-auth plugin (auth.js)

    release 0.0.2

  • initial repository creation
  • adding mongoose-types