Skip to content

Latest commit

 

History

History
139 lines (83 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

139 lines (83 loc) · 4.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.5 (2017-04-05)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • deps: dont resolve "native-or-another" and ES6-ify (c465abe)

2.0.2 (2017-03-19)

Bug Fixes

  • deps: switch to use "native-or-another" (b3edc4e)
  • docs: update docs (56e97a4)

2.0.1 (2017-03-13)

Bug Fixes

  • 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)

Bug Fixes

  • detection: strict coercion to boolean (c1430fe)
  • package: add keywords (ddb645c)

Code Refactoring

  • simplify: rewrite from scratch, update boilerplate stuff (3ff2cdc)

BREAKING CHANGES

  • simplify: Promisify just a function - sync and async. Allow passing args, custom promise ctor and context through options

1.0.9 - 2016-01-26

  • Release v1.0.9 / [email protected]
  • update dotfiles
  • use relike-value instead of relike-all

1.0.8 - 2016-01-15

  • 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

1.0.7 - 2016-01-13

1.0.6 - 2015-10-14

1.0.5 - 2015-10-13

1.0.4 - 2015-10-11

1.0.3 - 2015-10-07

  • Release v1.0.3 / [email protected]
  • update docs
  • NEW: support for promisify-ing sync functions
  • fix readme examples

1.0.2 - 2015-10-01

1.0.1 - 2015-10-01

  • 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

1.0.0 - 2015-09-28

0.0.0 - 2015-09-28

  • Initial commit