Current section
Files
Jump to
Current section
Files
ecto_cellar
CHANGELOG.md
CHANGELOG.md
<!-- @format -->
## v0.4.0
- [Add `insert_store/3`, `update_store/3` and `upsert_store/3`](https://github.com/tashirosota/ecto_cellar/pull/11)
- [Add `delete_store/3`](https://github.com/tashirosota/ecto_cellar/pull/14)
- [Can get primary key automatically.](https://github.com/tashirosota/ecto_cellar/pull/11/commits/3228d2a1f12a3f2b566ac5863b433fc7f0c78bb3)
## v0.3.0
- [Only store non-virtual schema fields in version.](https://github.com/tashirosota/ecto_cellar/pull/9) by [@03juan](https://github.com/03juan)
- [Change last arg to opts](https://github.com/tashirosota/ecto_cellar/pull/10)
- Can select repo when stored.
- Can select primary key other than id too.
- Rename repo to default_repo at config.
## v0.2.0
- Some small fixes.
## v0.1.0
- Initial release.