Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

67 lines (53 loc) · 1.61 KB

2.0.0 - 2016-05-16

  • 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

1.0.9 - 2015-05-17

1.0.8 - 2015-05-16

1.0.7 - 2015-05-16

  • 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

1.0.6 - 2015-02-01

1.0.5 - 2015-01-31

  • Release v1.0.5 / [email protected]
  • add ability every new hybrid to create own hybrids
  • actually just .hybridify method for every hybridified async function

1.0.4 - 2015-01-28

1.0.3 - 2015-01-26

1.0.2 - 2015-01-26

1.0.1 - 2015-01-26

  • Release v1.0.1 / [email protected]
  • update version ranges
  • update docs, use is-empty-function for check

1.0.0 - 2015-01-21

  • Release v1.0.0 / [email protected]
  • first release
  • added tests, 100% coverage and keywords for npm

0.0.1 - 2015-01-17

0.0.0 - 2015-01-17

  • first commits