# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [0.3.1] - 2016-04-30 ### Add - Function.after_nth - Contribution guide - ## [0.3.0] - 2016-04-28 ### Add - String.camel_case - String.kebab_case - String.downcase_first - String.upcase_first - String.snake_case - String.words - Collection.find_last - Collection.pfind_last ## [0.2.0] - 2016-04-27 ### Update - documentation for pmap and pfilter ### Add - Hex docs - Collection.find - Collection.every - Collection.filter ## [0.0.1] - 2016-04-24 ### Add - A Change log - Mix files - Travis integration - Package information - Coveralls - Collections.map - ExCheck [Unreleased]: https://github.com/TFarla/exdash/compare/master...HEAD [0.3.1] https://github.com/TFarla/exdash/compare/0.3.1...HEAD [0.3.0]: https://github.com/TFarla/exdash/compare/0.3.0...0.3.1 [0.2.0]: https://github.com/TFarla/exdash/compare/0.2.0...0.3.0 [0.0.1]: https://github.com/TFarla/exdash/compare/0.0.1...0.2.0