Current section

Files

Jump to
trans CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- Remove `earmark` as a direct dependency since it is already required by `ex_doc`.
- Remove warnings when compiling with Elixir 1.4.
- Adds contribution guidelines detailed in `CONTRIBUTING.md`.
## 1.0.1 - 2016-10-22
### Added
- New testing environments for Travis CI.
- The project has now a changelog.
- Improved documentation.
- Improved README.
## 1.0.0 - 2016-07-30
### Added
- Support for Ecto 2.0.
## 0.1.0 - 2016-06-04
### Added
- Initial release with basic functionality and documentation.