v2.0.0
2.0.0 (2022-12-13)
⚠️ BREAKING CHANGES
- this module has been refactored to use promises
- the API is now promise only and no longer accepts a callback
- the Promise is resolved to a string and no longer returns
isDefault
- this package is now compatible with the following semver range for node:
^14.17.0 || ^16.13.0 || >=18.0.0
Features
c5b56f6
use async/await (@lukekarrys)5a7563b
add template-oss (@lukekarrys)
Documentation
711d7cd
#30 Fix typo "Writeable" => "Writable" in README.MD (#30) (@vitalymak, @vitalymak)