- Release v2.0.0 / [email protected]
- refactor to use
relike
- hybridify/promisify sync and async functions - expose
.Promise
to allow custom Promise constructor for environments where no support for native. - expose
.promisify
and.hybridify
method - childs and the promise no more have
.hybridify
method - update docs, use verb, code comments etc stuff
- Release v1.0.9 / [email protected]
- fix contributing section typo
- Release v1.0.8 / [email protected]
- add related section
- Release v1.0.7 / [email protected]
- jshint asi:true for test.js
- simplify tests, close #1
- cleanup one semicolon, lol
- standard for readme
- update changelog
- update readme
- refactor and update
- Release v1.0.6 / [email protected]
- add new tests, lint
- Release v1.0.5 / [email protected]
- add ability every new hybrid to create own hybrids
- actually just
.hybridify
method for every hybridified async function
- Release v1.0.4 / [email protected]
- bump dependencies
- Release v1.0.3 / [email protected]
- fix ref links
- change links to
hybridables
org
- Release v1.0.2 / [email protected]
- fix related list
- Release v1.0.1 / [email protected]
- update version ranges
- update docs, use
is-empty-function
for check
- Release v1.0.0 / [email protected]
- first release
- added tests, 100% coverage and keywords for npm
- Release v0.0.1 / [email protected]
- update dotfiles, docs, related
- and publish
- first commits