Releases: mitsuki31/temppath
Releases · mitsuki31/temppath
v0.5.0
What's Changed
- Add TypeScript support by @mitsuki31 in #6
Now users can use this package into TypeScript projects with pre-defined types declaration.
Full Changelog: v0.3.1...v0.4.0
SHASUM
9fc435f31e5fedebfe64a3537867da0cbce2e907 temppath-0.5.0.tgz
[email protected]
What's Changed
- Fix temporary directory fallback in
__getTempDir
internal function by @mitsuki31 in #5
Full Changelog: v0.3.0...v0.3.1
SHASUM
6e39e9eae87d60ed21c62a4ea1de307847234e9e temppath-0.3.1.tgz
[email protected]
What's Changed
- Functions simplification & improvements, and reorganize codebase by @mitsuki31 in #2
- Fix temporary path creation logic and extension name resolver by @mitsuki31 in #3
- Add
maxLen
option to control temporary path name length by @mitsuki31 in #4
Full Changelog: v0.2.0...v0.3.0
SHASUM
caea71e4571a4d82b712534c9151b88f51249b75 temppath-0.3.0.tgz
0.2.0
Changelogs
- Introduced new functions to create either a temporary directory or file.
createTempPath
createTempPathSync
- Freezed the exported module to prevent modified by users and refactored the exports statement.
- Moved all tests to
test
directory and reorganizing project structure. - Added several dependencies for JSDoc creation.
- Initialized the
.gitignore
and JSDoc configuration file. - Deleted the Makefile file.
- Updated and added several tests, focusing on new functions.
- Updated and added several changes to documentations.
Full Changelog: v0.1.0...v0.2.0