Skip to content

3.0.0

Compare
Choose a tag to compare
@Zertz Zertz released this 06 Feb 01:00
  • 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.lowercase and options.plural, use options.name = require('inflection').pluralize('modelName').toLowerCase()