Ash Framework v2.0.0-rc.13 Release Notes

Release Date: 2022-10-04 // over 1 year ago
  • ๐Ÿ”‹ Features:

    • show_private? option for diagrams (#396)

    • generate mermaid entity relationship diagrams from a given api (#376)

    ๐Ÿ› Bug Fixes:

    • โž• add back in new/2 to Changeset

    • properly load nested calcs

    • switch from no_depend_modules in most places

    • properly display compare/2 error message

    • ๐Ÿ‘‰ use the short type for aggregate types

    • kind_to_type/2 returns tagged tuple

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ allow select/load callbacks for calcs to return irrelevant keys

    • โšก๏ธ optimize load equality matching by not using Comp

    • Forbid reserved field names (#388)

    • validate accepted and rejected attributes in actions (#395)

    • ๐Ÿ‘Œ support zero argument functions in compare/2