# KitchenSink

## Changes since 1.3.1
  * Refactor and test the binary search algorithm

## Changes since 1.3.0
  * Added KitchenSink.Integer
    * ensure_integer/1
  * Add drop option to Struct.to_map

## Changes since 1.2.0
  * Bump Elixir version to 1.4.5
  * Update dialyxir - dev only
  * Use asdf's .tool-versions to define versions of Erlang and Elixir

## Changes since 1.1.0
  * Added `Math.floor/2` delegated to `Math.round_down_to_multiple/2`
  * Add @olafura to maintainers list
  * Fix `Struct.to_map/1` for list of primitives

## Changes since 1.0.2

  * Added CHANGELOG.md
  * Added KitchenSink.Algorithms
    * binary_search/{2,3,4}
  * Updated credo 0.6.1 → 0.8.1
  * Updated dialyxir 0.4.4 → 0.5.0
  * Updated ex_doc 0.14.5 → 0.16.1
