3.0.0
- ported source to ES2015, compiled and published as ES5 with Babel
- document filtering is now done right before output allowing access to the full document in post middleware
- removed
options.lowercaseandoptions.plural, useoptions.name = require('inflection').pluralize('modelName').toLowerCase()