Skip to content

Releases: sindresorhus/filenamify

v6.0.0

23 Apr 14:50
Compare
Choose a tag to compare

Breaking

Improvements

  • Prevent stripping of outer replaced characters (#38) 7d4846f

v5.1.1...v6.0.0

v5.1.1

27 Apr 16:41
Compare
Choose a tag to compare
  • Fix overstripping of replacement character (#33) 69989b8
  • Fix maxLength option being broken on files with no extension (#30) a2ee598
  • Account for dotfiles (#32) 6badd76
  • Account for extension length when truncating filename (#31) a16c224

v5.1.0...v5.1.1

v5.1.0

06 Jan 13:18
Compare
Choose a tag to compare
  • Unicode normalize the filename 4a0d964

v5.0.2...v5.1.0

v5.0.2

17 Oct 12:11
Compare
Choose a tag to compare
  • Fix filenames truncated by maxLength not keeping their extension (#27) 8c52cb1

v5.0.1...v5.0.2

v5.0.1

26 Aug 22:33
Compare
Choose a tag to compare
  • Fix missing export of the Options type fbb7353

v5.0.0...v5.0.1

v5.0.0

05 Jul 07:47
Compare
Choose a tag to compare

Breaking

v4.3.0...v5.0.0

v4.3.0

26 Apr 16:15
Compare
Choose a tag to compare
  • Remove trailing periods for consistency on Windows (#23) 34da1ce

v4.2.0...v4.3.0

v4.2.0

24 Sep 10:09
Compare
Choose a tag to compare

v4.1.0...v4.2.0

v4.1.0

30 May 07:01
Compare
Choose a tag to compare

v4.0.0...v4.1.0

v4.0.0

31 Mar 17:47
Compare
Choose a tag to compare

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