- Release v2.2.0 / [email protected]
- breaking:
.Prome
to.Promise
based on[email protected]
changes, see its changelog and readme - update deps: mainly,
relike
which leads to partially breaking changes here - update docs: better docs, use
verb
, related list and etc
- Release v2.1.1 / [email protected]
- support promisify module that is function and have methods on it
- for example
simple-get
module -simpleGet()
andsimpleGet.post()
- for example
- Release v2.1.0 / [email protected]
- add notice to the readme
- may breaking: make
is-match
devDependency, so if you want to use globs - install it first!
- Release v2.0.2 / [email protected]
- expose
relike.promisify
method - use
relike.promisify
method
- Release v2.0.1 / [email protected]
- don't call
is-match
if notpattern
- Release v2.0.0 / [email protected]
- update pkg
- docs
- increase coverage
- change purpose of the lib! - previous idea was moved to
relike-value
- now acts like
thenify-all
andhybridify-all
- promisify object of functions - use
relike-value
if you want previous behaving
- now acts like
- Release v1.0.0 / [email protected]
- docs and update
- remove lazy-cache
- implement ⭐
- Initial commit