Skip to content

Releases: nullivex/apx-helper-crud

0.2.5

05 Feb 02:16
Compare
Choose a tag to compare
  • Updated to implement 'use strict'; in all files
  • Implemented apx-roles support to check permissions when available
  • Updated jshintrc to newest standards with other apx projects

0.2.4

30 Jan 22:26
Compare
Choose a tag to compare
  • Fixed small issue with save trying to read the property items in the request
  • Added testing against erroneous input for save, remove and findOne
  • Fixed issues with error handling on save, remove and findOne

0.2.3

23 Jan 23:22
Compare
Choose a tag to compare
  • Upgraded to apx 0.7.1 and apx-mongoose 0.5.1

0.2.2

23 Jan 19:42
Compare
Choose a tag to compare
  • Added methods helper to populate routes

0.2.1

23 Jan 19:02
Compare
Choose a tag to compare
  • Crud helper now fills name and description along with default run task
  • Updated usage statement

0.2.0

23 Jan 03:10
Compare
Choose a tag to compare
  • Completely re-imagined interface that can just extend methods of an action.
  • Simplified return formats to be more predictable
  • All methods are now APX actions

0.1.3

20 Dec 09:29
Compare
Choose a tag to compare
  • Better error handling on un-sanitized input

0.1.2

20 Dec 08:59
Compare
Choose a tag to compare
  • Fixed responses needing to be passed to doc.toJSON({virtuals: true})
  • Updated to apx 0.3.0

0.1.1

17 Dec 21:54
Compare
Choose a tag to compare
  • Added missing dependencies

0.1.0

17 Dec 21:20
Compare
Choose a tag to compare
  • Initial release