Commit graph

458 commits

Author SHA1 Message Date
Zach Daniel
e878804103 ci: fix build 2022-12-20 22:05:09 -05:00
Zach Daniel
4eaa082c73 chore: remove unused alias 2022-12-20 21:59:29 -05:00
Zach Daniel
bd7115f90b improvement: add update_forms_at_path/4 and touch/2` 2022-12-20 18:12:22 -05:00
Zach Daniel
20a3114f43 fix: update to latest ash and resolve warning 2022-12-20 03:19:32 -05:00
Zach Daniel
090dada2b2 improvement: get rid of phoenix compiler 2022-12-15 20:45:27 -05:00
Zach Daniel
e9b176d27e chore: release version v1.2.2 2022-12-15 16:41:00 -05:00
Zach Daniel
44c9ffb04c improvement: add prepare_source option for seeding changesets
fix: small logic bug when setting param value
2022-12-15 16:40:24 -05:00
Zach Daniel
07df35a243 fix: transform params before providing them for a field value 2022-12-07 20:24:51 -05:00
Zach Daniel
abd0332c6e chore: release version v1.2.1 2022-12-05 01:24:41 -05:00
Zach Daniel
61a0379841 improvement: add more exceptions to plug exceptions 2022-12-05 01:24:09 -05:00
Zach Daniel
76b80d2a77 chore: release version v1.2.0 2022-11-29 19:15:04 -05:00
Rebecca Le
ac3e2dc9ac
feat: add custom HTTP status codes for specific types of errors that can be thrown (#62) 2022-11-23 03:42:06 -05:00
Zach Daniel
3ec3a3941c chore: update CI 2022-11-03 10:20:00 -07:00
Zach Daniel
7b8130eee9 improvement: use new docs 2022-11-03 09:45:54 -07:00
Zach Daniel
87cd90cfc0 improvement: properly pass actor and tenant down to nested changesets 2022-11-02 20:37:41 -07:00
Zach Daniel
5ffcd1916e fix: properly handle single values in value_is_key relationships 2022-11-01 03:12:06 -04:00
Zach Daniel
1e5f344215 chore: release version v1.1.2 2022-10-31 19:43:41 -04:00
Zach Daniel
c1976e1eaa fix: properly honor value_is_key option 2022-10-31 19:43:23 -04:00
Zach Daniel
daf0a73cd2 chore: release version v1.1.1 2022-10-27 22:52:35 -05:00
Zach Daniel
701512f23b fix: properly retain sorting of list forms 2022-10-27 22:43:20 -05:00
Zach Daniel
2239f98907 chore: update readme 2022-10-17 16:44:45 -05:00
Zach Daniel
fbeaca2a99 chore: release version v1.1.0 2022-10-17 13:13:26 -05:00
Zach Daniel
2e9fed94f3 improvement: update to Ash 2.0 2022-10-17 13:10:43 -05:00
Zach Daniel
bc06804393 fix: specify @derive in proper place 2022-10-09 23:23:58 -04:00
Zach Daniel
72b4de3f4f fix: infinite loop in inspect
test: test new form errors
2022-10-09 23:22:13 -04:00
Zach Daniel
7f6167ddc5 chore: release version v1.1.0-rc.3 2022-10-09 23:00:21 -04:00
Zach Daniel
ee0668bbcd improvement: handle %Phoenix.HTML.Form{} inputs in some cases
will raise much better errors when incorrect input is provided

improvement: require `%AshPhoenix.Form{}` inputs in some cases

will raise much better errors when incorrect input is provided
2022-10-09 22:59:22 -04:00
Zach Daniel
ce2a2f2ffa improvement: carry over negated on validate for groups 2022-10-07 12:02:16 -04:00
Zach Daniel
78163bdaa6 chore: release version v1.1.0-rc.2 2022-10-06 22:43:13 -04:00
Zach Daniel
5d3c7cbb9c chore: update git_ops 2022-10-06 22:43:02 -04:00
Zach Daniel
6fb3b7ac9f fix: populate hidden fields from server-side form by default 2022-10-06 22:33:36 -04:00
Zach Daniel
609a4fbe4a fix: don't sanitize arguments out of predicate form 2022-10-05 20:28:32 -04:00
Zach Daniel
1f245f14b2 improvement: support calculation arguments in FilterForm 2022-10-05 16:15:22 -04:00
Zach Daniel
84d110afdb chore: fix lint again 2022-10-04 16:51:39 -04:00
Zach Daniel
69bd4560cb chore: fix lint 2022-10-04 16:44:18 -04:00
Zach Daniel
28d149d7c1 fix: change filter form value even if value doesn't match 2022-10-04 16:43:16 -04:00
Josh Price
059cf9837b
docs: add contributor section and guide (#56) 2022-10-04 02:05:43 -04:00
Zach Daniel
882fe2fb65 improvement: clear filter form value when field changes 2022-10-04 00:54:50 -04:00
Frank Dugan III
e1f283636e
fix: select first public attribute as field when remapping path
fix: update_predicate correctly handles existing predicate
2022-09-30 16:40:23 -04:00
Frank Dugan III
8f59f15bea
fix: nested groups have correct form names (#54) 2022-09-28 14:34:50 -04:00
Zach Daniel
0478c31270 improvement: add update and destroy types to add_form 2022-09-28 03:28:26 -04:00
Zach Daniel
e3db203863 chore: release version v1.1.0-rc.1 2022-09-28 02:11:58 -04:00
Zach Daniel
6759794d60 fix: properly synthesize nested action errors 2022-09-28 02:11:42 -04:00
Zach Daniel
6c6c2e5fff chore: release version v1.1.0-rc.0 2022-09-27 18:37:34 -04:00
Zach Daniel
4f545f4360 improvement: support latest phoenix/surface 2022-09-27 18:37:27 -04:00
Zach Daniel
3b56ee5d2c improvement: support latest phoenix 2022-09-27 18:37:27 -04:00
Frank Dugan III
b088969315
feat: append predicate path w/ field when relationship (#53) 2022-09-26 19:32:49 -04:00
Zach Daniel
f036f032aa chore: release version v1.0.0-rc.1 2022-09-21 01:25:06 -04:00
Zach Daniel
bcfb2b9483 improvement: update to latest ash 2022-09-21 01:24:52 -04:00
Zach Daniel
75f07d1235 fix: only impl Phoenix.HTML.Safe if it hasn't already been 2022-09-15 18:46:21 -04:00