# [1.9.0](https://github.com/WaldoJeffers/conductor/compare/1.8.0...1.9.0) (2019-07-21)


### Features

* **isBetween:** Introduce new function ([33cfa0e](https://github.com/WaldoJeffers/conductor/commit/33cfa0e))

# [1.8.0](https://github.com/WaldoJeffers/conductor/compare/1.7.1...1.8.0) (2019-07-20)


### Bug Fixes

* Make slice compatible with all types of collections ([2e4b892](https://github.com/WaldoJeffers/conductor/commit/2e4b892))
* Provide a numerical index as the fifth argument of reduce ([906230e](https://github.com/WaldoJeffers/conductor/commit/906230e))
* **values:** Fix values for strings ([a740cdd](https://github.com/WaldoJeffers/conductor/commit/a740cdd))


### Features

* Introduce a new `length` function ([4cd22a5](https://github.com/WaldoJeffers/conductor/commit/4cd22a5))
* **last:** Introduce new `last` function ([bf361f3](https://github.com/WaldoJeffers/conductor/commit/bf361f3))

## [1.7.1](https://github.com/WaldoJeffers/conductor/compare/1.7.0...1.7.1) (2019-07-13)

# [1.7.0](https://github.com/WaldoJeffers/conductor/compare/1.6.2...1.7.0) (2019-07-13)


### Features

* Add a has method ([da52e3e](https://github.com/WaldoJeffers/conductor/commit/da52e3e))

## [1.6.2](https://github.com/WaldoJeffers/conductor/compare/1.6.1...1.6.2) (2019-07-13)


### Bug Fixes

* Fix filter implementation ([f064716](https://github.com/WaldoJeffers/conductor/commit/f064716))

## [1.6.1](https://github.com/WaldoJeffers/conductor/compare/1.6.0...1.6.1) (2019-07-13)


### Bug Fixes

* Fix every implementation ([f728ab8](https://github.com/WaldoJeffers/conductor/commit/f728ab8))

<a name="1.5.0"></a>
# [1.5.0](https://github.com/WaldoJeffers/conductor/compare/1.4.1...1.5.0) (2018-12-01)


### Features

* Add a new `take` method ([650158d](https://github.com/WaldoJeffers/conductor/commit/650158d))



<a name="1.4.1"></a>
## [1.4.1](https://github.com/WaldoJeffers/conductor/compare/1.4.0...1.4.1) (2018-09-27)


### Bug Fixes

* Forward extra arguments to arity's inner parameter function ([535ca77](https://github.com/WaldoJeffers/conductor/commit/535ca77))



<a name="1.4.0"></a>

# [1.4.0](https://github.com/WaldoJeffers/conductor/compare/1.3.1...1.4.0) (2018-09-22)

### Bug Fixes

- **reduce:** Fix tests for `reduce` ([2e18163](https://github.com/WaldoJeffers/conductor/commit/2e18163))
- **equalsBy:** `equalsBy` now uses equals internally to compare objects ([46ad156](https://github.com/WaldoJeffers/conductor/commit/46ad156))

### Features

- **equalsBy:** Add new method: `equalsBy` ([f6ff118](https://github.com/WaldoJeffers/conductor/commit/f6ff118))
- **mergeBy:** Add a new `mergeBy` method ([60bbed7](https://github.com/WaldoJeffers/conductor/commit/60bbed7))

<a name="1.3.1"></a>

## [1.3.1](https://github.com/WaldoJeffers/conductor/compare/1.3.0...1.3.1) (2018-09-05)

### Bug Fixes

- **contains:** fix `contains` for strings ([5fa51cb](https://github.com/WaldoJeffers/conductor/commit/5fa51cb))
