hybridables/relike-all

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage


## 2.2.0 - 2016-05-15
- Release v2.2.0 / npm@v2.2.0
- breaking: `.Prome` to `.Promise` based on `relike@1.1.x` 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 / npm@v2.1.1
- 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 / npm@v2.1.0
- 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 / npm@v2.0.2
- expose `relike.promisify` method
- use `relike.promisify` method

## 2.0.1 - 2016-01-26
- Release v2.0.1 / npm@v2.0.1
- don't call `is-match` if not `pattern`

## 2.0.0 - 2016-01-26
- Release v2.0.0 / npm@v2.0.0
- 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
- Release v1.0.0 / npm@v1.0.0
- docs and update
- remove lazy-cache
- implement :star:

## 0.0.0 - 2016-01-15
- Initial commit