Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 1.17 KB

Changelog for v2.2.x Series

v2.4.0

11 April 2019

  • Update to sqlitex 1.6.0

v2.3.1

23 October 2018

  • Fix bug in array loading.

v2.3.0

17 October 2018

  • Allow {:array, :map} via JSON library.
  • Update error messages for clarity.

v2.2.3

17 June 2018

  • Seeking new maintainer. (#210)
  • Minor syntax change to keep up with new Elixir version (#203, thanks @anuragpeshne).
  • Update tutorial.md (#205, thanks @progsmile).
  • Fix README example schema (#207, thanks @leifg).

v2.2.2

8 October 2017

  • Better error message if no database path provided. Fixes #200.

v2.2.1

11 September 2017

  • Update tests to work with Ecto 2.2.2.

v2.2.0

28 August 2017

  • Update to support Ecto 2.2.x. (Aligned version numbers to match Ecto versioning series.)
  • Drop support for Elixir 1.3.x. New minimum version is 1.4.0.
  • Drop support for OTP 18.0. New minimum version is 18.2.
  • Decimal value support, while still present in the library, is no longer officially supported.

Previous versions