- Release v1.1.1 / [email protected]
- add tests for passing custom promise module through static properties
- update docs
- allow pass promise module through static properties (as seen in
redolent
) - update package.json description
- add examples/generators.js
- fix related links
- Release v1.1.0 / [email protected]
- use
merz
andredolent
- update boilerplate
- move to
hybridables
organization
Almost no breaking changes. Mostly adds ability to promisify more than sync and async functions.
Breaking change is only if you relay on the previously thrown error message, because it is changed due to using merz
and respectivly always-done
under the hood.
- Release v1.0.0 / [email protected]
- add keywords
- fix deps ranges
- add
related
section - add usage example
- minify travis builds
- implement ✨
- Initial commit