All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.5 (2017-04-05)
- ci: add CircleCI yaml (54ac357)
- deps: update deps, add eslintConfig field (074a728)
- returns: should return rejected error when non Promise value (67ae2b6), closes #20
- services: add .eslintrc instead, so CodeClimate will respect it (b390b23)
2.0.4 (2017-04-02)
- ci: appveyor-retry (3577762)
- return: handle when
done
is present, but return promise (631823a), closes #18 - tweak: tests (181f41b)
2.0.3 (2017-03-19)
- deps: dont resolve "native-or-another" and ES6-ify (c465abe)
2.0.2 (2017-03-19)
2.0.1 (2017-03-13)
- package: tweak
npm run commit
script - build before test (de17b5f) - promises: throw TypeError from promisified function when no Promise (c88bac1), closes #16
2.0.0 (2017-03-11)
- simplify: rewrite from scratch, update boilerplate stuff (3ff2cdc)
- simplify: Promisify just a function - sync and async. Allow passing args, custom promise ctor and context through options
- Release v1.0.9 / [email protected]
- update dotfiles
- use
relike-value
instead ofrelike-all
- Release v1.0.8 / [email protected]
- update travis to use node@5 also
- udpate license year
- update to use
relike-all
- NEW now accept everything, not only sync and async (callback) functions- no breaking changes, only adds, same api
- Release v1.0.7 / [email protected]
- greenkeeper.io PR bump deps
- Release v1.0.6 / [email protected]
- update
files
fields
- Release v1.0.5 / [email protected]
- close #5
- update travis
- close #4
- Release v1.0.4 / [email protected]
- fixes #3
- Release v1.0.3 / [email protected]
- update docs
- NEW: support for promisify-ing sync functions
- fix readme examples
- Release v1.0.2 / [email protected]
- fix
always-generator
link
- Release v1.0.1 / [email protected]
- fixes #2 bug
- pass used Promise constructor for promisify-ing to the returned promise
- it will be native promise constructor if native promise available
- or custom passed promise module constructor
- or Bluebird constructor
- Release v1.0.0 / [email protected]
- implement 🐈
- Initial commit