- 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
- nested model support added for CRUD
- added unit test cases
- added toJSON to methods
- added support for mongoose-auth plugin (auth.js)
- initial repository creation
- adding mongoose-types