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