Commit graph

516 commits

Author SHA1 Message Date
Zach Daniel
698ecfbec4 fix: properly supply api for context opts 2023-09-26 15:05:10 -04:00
Zach Daniel
9c5ea70774 docs: update/refresh docs 2023-09-26 08:56:36 -04:00
Zach Daniel
d5590c02d5 chore: release version v1.2.18 2023-09-25 09:54:34 -04:00
Zach Daniel
d5be9ceb0a chore: no more need for deprecated config 2023-09-25 09:52:39 -04:00
Zach Daniel
085927072f chore: update docs for .formatter.exs to be less confusing 2023-09-25 09:11:01 -04:00
Zach Daniel
83e1d503d4 chore: update spark 2023-09-18 19:33:29 -04:00
Zach Daniel
c89ee8fba2 chore: format 2023-09-18 19:33:02 -04:00
Zach Daniel
e39558a7dd fix: undo previous change for only_touched? on form submit 2023-09-18 19:06:54 -04:00
C. R. Oldham
6d9a7d59e9
fix: remove stray } from liveview generator (#101) 2023-09-14 16:53:17 -04:00
Zach Daniel
c6ad0f9795 fix: honor ash context opts 2023-09-13 10:44:34 -04:00
Zach Daniel
1c7156a2a4 chore: include priv dir 2023-09-04 19:12:14 -04:00
Zach Daniel
c7e220099e chore: release version v1.2.17 2023-09-04 18:33:56 -04:00
Zach Daniel
63bc1e1086 chore: remove unused variable 2023-08-15 13:16:44 -07:00
Zach Daniel
7b4ac44e35 chore: dialyzer 2023-08-15 11:50:09 -07:00
Zach Daniel
7acd7cdeff improvement: support providing an actor 2023-08-15 11:06:47 -07:00
Zach Daniel
39f8358055 improvement: initial stab at mix ash.gen.live 2023-08-14 23:19:56 -07:00
Zach Daniel
3a7d436079 fix: properly track form params for nested unions
fix: produce type errors for wrapped union values
2023-08-13 05:46:42 -07:00
Zach Daniel
e295fb72f7 improvement: tests and better behavior for union forms 2023-08-12 21:29:37 -07:00
Zach Daniel
f4f8897e9f chore: set form type outside of updater 2023-08-12 20:05:06 -07:00
Zach Daniel
a3436fcc32 improvement: initial stab at support for forms against unions 2023-08-12 19:54:35 -07:00
Zach Daniel
c8f1b73567 fix: support only_touched? on submit as well 2023-08-01 00:23:09 -04:00
Zach Daniel
76363af83c fix: sanitize path for touched only 2023-08-01 00:13:52 -04:00
Zach Daniel
ce0e348d00 fix: remove warning on Map.take 2023-08-01 00:07:36 -04:00
Zach Daniel
90776d74cf chore: fix ssl_verify_fun 2023-07-26 08:19:31 -04:00
Zach Daniel
4e158b1285 chore: release version v1.2.16 2023-07-26 08:17:32 -04:00
Zach Daniel
b549081e8f chore: improve form docs 2023-07-26 08:16:38 -04:00
Zach Daniel
22611cd4e1 improvement: add support for target and only_touched? validate opts
chore: update elixir/erlang versions
2023-07-19 00:35:58 -04:00
Robert Graff
900c5916a2
Improve form documentation (#97) 2023-07-16 08:24:52 -04:00
Don Denton
5fd089afad
Fix tutorial docs (#98) 2023-07-16 08:17:13 -04:00
Zach Daniel
dc41746061 fix: handle single types against to many forms 2023-07-13 18:21:23 -04:00
Zach Daniel
a47b3fca2f fix: more fixes for accidentally list form data 2023-07-13 17:10:34 -04:00
Zach Daniel
021d2fb0fb chore: unwrap list data 2023-07-13 16:57:56 -04:00
Zach Daniel
fdd0f07b82 chore: update test config 2023-07-13 08:48:53 -04:00
Zach Daniel
245bdd0c6c chore: update test config 2023-07-13 01:46:07 -04:00
Zach Daniel
4156642966 chore: release version v1.2.15 2023-07-12 17:09:11 -04:00
Zach Daniel
638ec3f93c fix: don't raise on unknown inputs for filters 2023-06-26 11:38:59 -04:00
Alan Heywood
b7a9ea6502
fix: fix Logger deprecations for elixir 1.15 (#96)
Use Logger.warning instead of Logger.warn, which is deprecated.
This project now requires at least elixir 1.11
2023-06-23 13:37:19 +12:00
Zach Daniel
44f7792b00 chore: release version v1.2.14 2023-05-25 17:47:16 -04:00
Zach Daniel
77d6acc518 fix: undo incorrect change and apply correct change for accessing_from 2023-05-25 17:32:08 -04:00
Zach Daniel
f412b43115 fix: use proper accessing_from in nested read actions 2023-05-25 17:04:22 -04:00
Zach Daniel
fdbb1edb8b docs: add note about recompiling ash dep 2023-05-11 11:28:45 -04:00
Zach Daniel
98d717e3ca chore: properly address test message 2023-04-30 23:03:12 -04:00
Zach Daniel
8921df95be chore: update test for newer versions of ash 2023-04-30 22:48:04 -04:00
Zach Daniel
fc76f3237a chore: fix credo 2023-04-25 21:47:52 -06:00
Zach Daniel
a189ee1ea5 chore: release version v1.2.13 2023-04-25 19:12:35 -06:00
Eduardo B. A
9bdcc7943d
improvement: Add option to not reset on validate (#94)
* Add option to reset or not values on validate field changes

* Adds a test to it

* Adds some documentation about the reset_on_change? flag

---------

Co-authored-by: Eduardo <sezdocs@dev-distrobox.fedora.local>
2023-04-25 16:48:50 -06:00
Eduardo B. A
265555cddb
fix: Remove the id field from params_for_query reply (#93)
Co-authored-by: Eduardo <sezdocs@dev-distrobox.fedora.local>
2023-04-25 15:59:04 -06:00
Zach Daniel
8702c48350 fix: better params generation 2023-04-25 12:58:04 -06:00
Zach Daniel
43e2c00ace fix: don't do constraints in argument casting 2023-04-25 12:43:39 -06:00
Zach Daniel
3aa9ad71b4 improvement: set accessing_from when making new forms 2023-04-24 08:51:02 -06:00