options.clean
can now accept a function which returns aPromise
that resolves to astring
(Promise<string>
)- Added tests
- What v0.1.1 was supposed to be in npm
- Refactoring
- Minor code clean up
- Add CHANGELOG
- Update README documentation
- First release
options.clean
can now accept a function which returns a Promise
that resolves to a string
(Promise<string>
)