ash_phoenix/CHANGELOG.md
2021-05-10 13:19:55 -04:00

4.9 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.4.17 (2021-05-10)

Bug Fixes:

  • ensure error message is always a string

v0.4.16 (2021-04-27)

Bug Fixes:

  • support embeds in relationships

v0.4.15 (2021-04-17)

Bug Fixes:

  • remove IO.inspect (facepalm)

v0.4.14 (2021-04-17)

Bug Fixes:

  • support proper nested embedded appends

v0.4.13 (2021-04-16)

Improvements:

  • add add_value/4 and remove_value/3 helpers

v0.4.12 (2021-04-14)

Bug Fixes:

  • check for managed relationship before embedded input

v0.4.11 (2021-04-06)

Bug Fixes:

  • handle empty error fields

Improvements:

  • support invalid argument errors

v0.4.10 (2021-03-30)

Bug Fixes:

  • fix remove from path with indices

  • append values to maps properly

v0.4.9 (2021-03-28)

Bug Fixes:

  • handle adding to array paths bettter

v0.4.8 (2021-03-28)

Bug Fixes:

  • add to path when is a map should be a list

v0.4.7 (2021-03-28)

Bug Fixes:

  • fix doubly nested forms and various other issues

Improvements:

  • added various utility functions

v0.4.6 (2021-03-25)

Improvements:

  • many fixes around relationship forms

v0.4.5 (2021-03-22)

Bug Fixes:

  • transform error order of operations

v0.4.4 (2021-03-22)

Bug Fixes:

  • set impl correctly

v0.4.3 (2021-03-21)

Improvements:

  • improve pagination helpers

  • update ash dep

v0.4.2 (2021-03-19)

Improvements:

  • readability refactor + additional docs

v0.4.1 (2021-03-19)

Bug Fixes:

  • properly set params on related create changeset

v0.4.0 (2021-03-19)

Features:

  • add initial support for relationships in inputs_for

v0.3.2 (2021-03-17)

Bug Fixes:

  • bump ash version

v0.3.1 (2021-03-17)

Improvements:

  • remove value option

  • don't render NotLoaded

v0.3.0 (2021-03-05)

Features:

  • support queries as form targets

  • new helpers in AshPhoenix

Bug Fixes:

  • various fixes

  • a whole new error paradigm

  • don't assume action is set

Improvements:

  • don't filter errors based on params

  • support latest ash version

v0.2.3 (2021-02-08)

Improvements:

  • add params_only for form helpers

  • add SubdomainPlug

v0.2.2 (2021-01-25)

Improvements:

  • store changeset params in form

v0.2.1 (2021-01-24)

Bug Fixes:

  • better error messages

Improvements:

  • support ci_string in html

v0.2.0 (2021-01-22)

Features:

  • support arguments in changeset

Improvements:

  • support the latest ash

  • support arguments in form_data

v0.1.2 (2020-12-28)

Bug Fixes:

  • various improvements

v0.1.1 (2020-10-21)

v0.1.0 (2020-10-21)

Features:

  • general cleanup, ready for initial release

  • init

Improvements:

  • setup project