Skip to content

v4.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 31 Mar 17:47

Breaking:

  • Require Node.js 8 9374484
  • TypeScript users only:
    • Only use a CommonJS export for the TypeScript definition 975b51f
      You need to change import filenamify from 'filenamify'; to import filenamify = require('filenamify');
    • Remove the TypeScript Filenamify interface 4685cc1

v3.0.0...v4.0.0