Commit graph

491 commits

Author SHA1 Message Date
George Anderson
336b3c051f
fix: Patch for new Form Access Protocol (#77) 2023-03-09 14:39:53 -05:00
George Anderson
9c55b18a2c
fix: Remove line causing errors (#76) 2023-03-09 14:05:17 -05:00
Zach Daniel
9f40de39e1 ci: fix hex-api-key 2023-03-06 09:14:32 -05:00
Zach Daniel
787e260c49 chore: release version v1.2.8 2023-03-06 08:43:03 -05:00
Zach Daniel
340af977f9 improvement: return phoenix forms if phoenix forms are given
this is done to support the new pattern in phoenix of assigning the html
form instead of the underlying data structure
2023-03-05 17:23:43 -05:00
Zach Daniel
673ae1bce8 chore: release version v1.2.7 2023-03-01 17:02:22 -05:00
Amos King
bb39ba3f03
Fixes default values on dead forms (#74) 2023-02-20 18:32:04 -05:00
Johnny5
23acb72f6a
docs: Added setting post_selector in update_post (#75) 2023-02-19 13:11:45 -05:00
Darren Black
0ed138ab20
fix: Support LV 0.15 (#73) 2023-02-16 22:19:46 -05:00
Chris Hopkins
1ab52551b5
docs: use string instead of atom for post_selector/1 (#72) 2023-02-15 07:54:06 -05:00
Zach Daniel
ad09c38494 chore: add groups_for_extras 2023-02-14 21:55:38 -05:00
Zach Daniel
21394e2de8 docs: use x.x for each version type 2023-02-14 21:23:43 -05:00
6a8fa3733c chore: release version v1.2.6 2023-02-15 15:06:22 +13:00
Chris Hopkins
fdea918acc
docs: ash phoenix getting started guide (#70)
* docs: derived from https://github.com/ash-project/ash/pull/504

* docs: addressed @sevenseacat comments

* docs: added comment about  usage
2023-02-15 14:41:57 +13:00
Zach Daniel
c6b9f7c558 ci: skip spark formatter for ash_phoenix 2023-02-01 00:32:30 -05:00
Zach Daniel
6ef016955e ci: update to new ci patterns 2023-02-01 00:13:04 -05:00
Zach Daniel
35e4d2931e chore: update CI version 2023-01-28 10:00:38 -05:00
Zach Daniel
af01664cd1 chore: release version v1.2.5 2023-01-28 09:18:44 -05:00
Zach Daniel
e3b7725312 improvement: support latest ash 2023-01-28 09:18:35 -05:00
Zach Daniel
b76db359b9 chore: update ash 2023-01-18 01:06:13 -05:00
Zach Daniel
6849b758dd chore: release version v1.2.4 2023-01-18 01:04:08 -05:00
Zach Daniel
f5e338cd9d improvement: update to new ash docs patterns 2023-01-18 01:02:14 -05:00
Egor Kislitsyn
351f46e5af
improvement: accept multiple fields in AshPhoenix.Form.clear_value/2 (#67) 2023-01-05 13:51:03 -05:00
Egor Kislitsyn
bd3a6fbb1f
fix: properly clear value in Form.clear_value/2 (#66) 2023-01-05 12:39:42 -05:00
Zach Daniel
9e0121c786 fix: handle raised errors when comparing values 2022-12-30 12:48:52 -05:00
Zach Daniel
7e634c1d25 chore: fix build 2022-12-21 03:52:08 -05:00
Zach Daniel
ecdce6e894 improvement: add to_filter_map/1 to filter_form 2022-12-21 03:07:07 -05:00
Zach Daniel
cb9fc8758b chore: sidestep dialyzer 2022-12-20 23:06:13 -05:00
Zach Daniel
b205c9bb4f fix: ensure that params is always a map in Phoenix.HTML.Form
chore: remove unfinished guide
2022-12-20 22:59:01 -05:00
Zach Daniel
e38cf070bb chore: release version v1.2.3 2022-12-20 22:21:40 -05:00
Zach Daniel
d5d206d87e chore: update git_ops 2022-12-20 22:20:01 -05:00
Zach Daniel
6bf3aa2fd6 improvement: add clear_value/1 2022-12-20 22:18:55 -05:00
Zach Daniel
e015325908 ci: use later beam version 2022-12-20 22:07:34 -05:00
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