Skip to content

Releases: sindresorhus/tempfile

v5.0.0

12 Feb 06:35
Compare
Choose a tag to compare

Breaking

  • Require Node.js 14 64d0b46
  • Move the extension parameter to an options-object 371a2a3
-tempfile('.png');
+tempfile({extension: 'png'});

The . is also optional now.

v4.0.0...v5.0.0

v4.0.0

08 Jun 07:33
Compare
Choose a tag to compare

Breaking

v3.0.0...v4.0.0

v3.0.0

28 Apr 15:14
Compare
Choose a tag to compare

Breaking:

Enhancements:

v2.0.0...v3.0.0