Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

51 lines (41 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.3] - 2019-02-25

Fixed

  • Apply regression fix to copy_store/0 and resolve_conflict/1.
  • Docs cleanup.

[0.3.2] - 2019-02-22

Fixed

  • Regression that made defining a custom table name impossible.

[0.3.1] - 2019-02-21

Added

  • Inch reports.

Fixed

  • Misc docs.

[0.3.0] - 2019-02-14

Added

  • Distributed testing suite.
  • Implemented store as a macro, with overridable callbacks.

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated dependencies.
  • Started using keepachangelog.com changelog format.
  • Hex doc improvements.
  • Travis CI improvements.

[0.2.0] - 2018-07-30

Added

  • Additional tests.
  • Created .github folder and files.
  • Created badge links.
  • Created dev and test instructions.

[0.1.0] - 2018-07-29

Added

  • Initial release.