Skip to content

Releases: dwyl/alog

0.5.0

06 Feb 09:55
7161590
Compare
Choose a tag to compare

Keep inserted_at value the same when an item is updated

0.4.1

13 Dec 16:38
d1c27bd
Compare
Choose a tag to compare

Changes

  • Adds :case_insensitive option to get_by function

0.4.0

13 Dec 09:59
072b7c6
Compare
Choose a tag to compare

Changes

  • Throws helpful error if trying to use the module with an existing unique index on the table
  • Takes into account unique constraints applied to changesets

0.3.0

07 Dec 16:37
57688fa
Compare
Choose a tag to compare

Changes

  • No longer calls __MODULE__.changeset for you, you now have to do this before passing a struct into insert or update
  • Adds entry ids to associated items inserted using cast_assoc

0.2

06 Nov 10:54
4cbf9d7
Compare
Choose a tag to compare
0.2

Changes

  • Requires deleted and entry_id fields in schema.
  • Adds preload function for preloading nested associations that are Append Only.
  • Makes get_by function work with Append Only data.

Initial Release

16 Oct 16:06
1a6a3da
Compare
Choose a tag to compare

Initial release