Skip to content

v0.1.1

Choose a tag to compare

@FedericoAlcantara FedericoAlcantara released this 12 May 15:06
· 51 commits to main since this release
a579248

Requires Elixir v1.17+
Compatible with Ecto 3.2+

Fixes

  • Mix task test.setup renamed to ctx.test.setup, to avoid conflicts with other apps or libraries.

Features

  • Two new options added to ctx_register_schema
    • :infix and :plural_infix to change the names that are generated.
  • Implemented create_changeset and update_changeset.
  • Navigation functions added:
    • to_(plural_inflix)page/2, next(plural_inflix)page/1, previous(plural_inflix)_page/1

Upgraded dependencies

  • ex_doc - 0.37.2 to 0.38.3