Skip to content

Releases: sindresorhus/tempfile

v6.0.1

25 Jan 07:56

Choose a tag to compare

  • Stricter option validation 07abd94

v6.0.0...v6.0.1

v6.0.0

23 Jan 17:55

Choose a tag to compare

Breaking


v5.0.0...v6.0.0

v5.0.0

12 Feb 06:35

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

Choose a tag to compare

Breaking

v3.0.0...v4.0.0

v3.0.0

28 Apr 15:14

Choose a tag to compare

Breaking:

Enhancements:

v2.0.0...v3.0.0