Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.3 KB

2.2.0 - 2016-05-15

  • 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

2.1.1 - 2016-01-26

  • Release v2.1.1 / [email protected]
  • support promisify module that is function and have methods on it
    • for example simple-get module - simpleGet() and simpleGet.post()

2.1.0 - 2016-01-26

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

2.0.2 - 2016-01-26

  • Release v2.0.2 / [email protected]
  • expose relike.promisify method
  • use relike.promisify method

2.0.1 - 2016-01-26

2.0.0 - 2016-01-26

  • 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 and hybridify-all - promisify object of functions
    • use relike-value if you want previous behaving

1.0.0 - 2016-01-15

0.0.0 - 2016-01-15

  • Initial commit