Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 456 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 456 Bytes

Changelog

0.3.0

  • Add get_by and one Repo methods.
  • Add function to create a index in migration.

0.2.0

  • Add migration and schema magic declaration fields.
  • Fix error on queries for DateTime.
  • Add test's

0.1.0

  • Implement softRepo that is a wrapper of Ecto.Repo that support soft-delete records idea extracted of here
  • Support for Scrivener pagination.