Commit Graph

489 Commits

Author SHA1 Message Date
Dillon Kearns
9834fe00ec Fix test errors. 2022-07-24 21:03:38 +02:00
Dillon Kearns
f1f25f787e Rename types. 2022-07-24 21:00:47 +02:00
Dillon Kearns
f84be86bcc Fix error. 2022-07-24 20:43:04 +02:00
Dillon Kearns
6757b27ea4 Rename types. 2022-07-24 20:20:05 +02:00
Dillon Kearns
ea22871b65 Change Validation type to support constraints for named fields with new design. 2022-07-24 15:06:07 +02:00
Dillon Kearns
c853df574b Rename functions. 2022-07-24 09:21:55 +02:00
Dillon Kearns
b4c26d5401 Rename functions. 2022-07-24 09:14:48 +02:00
Dillon Kearns
0c4e76c247 Rename functions. 2022-07-24 09:12:31 +02:00
Dillon Kearns
c37eb3668e Rename functions. 2022-07-24 09:11:12 +02:00
Dillon Kearns
02c5a7a613 Rename type. 2022-07-24 09:08:15 +02:00
Dillon Kearns
30cbc970de Remove unused. 2022-07-24 09:04:15 +02:00
Dillon Kearns
320374cee7 Migrate use of old Form type. 2022-07-23 20:29:03 +02:00
Dillon Kearns
7c843b714f Migrate test case. 2022-07-23 20:20:22 +02:00
Dillon Kearns
c31f1b43ed Migrate a test case. 2022-07-23 20:16:32 +02:00
Dillon Kearns
fc6d544558 Migrate more tests. 2022-07-23 11:12:23 +02:00
Dillon Kearns
93e2afc158 Migrate more test cases. 2022-07-23 08:51:24 +02:00
Dillon Kearns
0e2ab10e50 Migrate some test cases. 2022-07-23 08:48:44 +02:00
Dillon Kearns
1a588ed576 Fix tests. 2022-07-09 08:30:13 -07:00
Dillon Kearns
169bf18561 Rename some WIP function names. 2022-07-09 08:03:02 -07:00
Dillon Kearns
102d27c84b Update docs. 2022-07-08 18:00:30 -07:00
Dillon Kearns
8ce539a3a3 Rename module. 2022-07-08 17:56:52 -07:00
Dillon Kearns
76d2ac367f Change module name. 2022-07-08 17:51:26 -07:00
Dillon Kearns
0275c296d3 Get fields from queryParams in Request.formData. 2022-07-05 09:56:27 -07:00
Dillon Kearns
86890804e4 Review fix. 2022-07-02 09:04:51 -07:00
Dillon Kearns
5f148bf277 Run dead-code elimination for Route Modules' action function in addition to data function. 2022-06-30 12:24:01 -07:00
Dillon Kearns
325004f3fc Try removing symlink. 2022-06-30 11:56:13 -07:00
Dillon Kearns
e5e9f8211a Update elm-test and elm-test-rs, and remove redundant describe in test. 2022-06-30 11:42:49 -07:00
Dillon Kearns
1b52b4a15c Remove NonEmpty type reference to see if it fixes CI error. 2022-06-30 10:54:24 -07:00
Dillon Kearns
c2bff93c8e Fix review errors. 2022-06-30 10:15:33 -07:00
Dillon Kearns
44c2b0a6f5 Apply fixes. 2022-06-30 09:54:25 -07:00
Dillon Kearns
7ca1b4178f Remove obosolete Form API in favor of new API. 2022-06-30 08:18:53 -07:00
Dillon Kearns
3e78e1deea Add time of day picker field. 2022-06-29 09:16:51 -07:00
Dillon Kearns
8ea702f4e7 Update examples. 2022-06-28 15:45:36 -07:00
Dillon Kearns
dfb9a81761 Fix tests. 2022-06-28 14:30:41 -07:00
Dillon Kearns
b82602e18f Add Validation.withErrorIf helper. 2022-06-27 10:24:34 -07:00
Dillon Kearns
b6d03955bc Fix test failure. 2022-06-25 15:38:15 -07:00
Dillon Kearns
669bc2e53f Run dependent validations even if an individual field fails so that you can have more fine-grained control over dependent errors. 2022-06-25 14:30:31 -07:00
Dillon Kearns
9713e2f637 Add helper to fail dependent parser. 2022-06-23 10:48:50 -07:00
Dillon Kearns
5e9492d45a Use new validated min/max field attributes in place of obsolete non-validated versions. 2022-06-23 10:29:28 -07:00
Dillon Kearns
6928e0cbbe Add minlength and maxlength. 2022-06-23 10:07:27 -07:00
Dillon Kearns
fabbec5d80 Add float field. 2022-06-23 09:36:22 -07:00
Dillon Kearns
7a655336f1 Add checked min/max field helpers. 2022-06-23 09:14:27 -07:00
Dillon Kearns
1830425a12 Add required int tests. 2022-06-23 07:41:55 -07:00
Dillon Kearns
b5b3296b05 Add some date parsing tests. 2022-06-23 07:22:48 -07:00
Dillon Kearns
fb1d6c5430 Fix optional int parsing for empty case. 2022-06-22 16:32:26 -07:00
Dillon Kearns
bd840d289f Add a field tests module. 2022-06-22 16:26:32 -07:00
Dillon Kearns
89278009be Fix tests. 2022-06-22 16:11:52 -07:00
Dillon Kearns
58c7a84038 Add basic prototype for dependent form parsing. 2022-06-20 14:20:39 -07:00
Dillon Kearns
0e682cba4b Rename module. 2022-06-18 10:34:55 -07:00
Dillon Kearns
d5b6c5bd47 Rename module. 2022-06-18 10:29:41 -07:00