Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 578 Bytes

File metadata and controls

15 lines (15 loc) · 578 Bytes

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