Current section
Files
Jump to
Current section
Files
sqlite_ecto2
CHANGELOG.md
CHANGELOG.md
# Changelog for v2.2.x Series
## 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
* [v2.0.x series](https://github.com/scouten/sqlite_ecto2/blob/v2.0/CHANGELOG.md)
* [v1.x series](https://github.com/jazzyb/sqlite_ecto/blob/master/CHANGELOG.md)