Commit Graph

109 Commits

Author SHA1 Message Date
Dillon Kearns
aa13eebc52 Add textarea helper. 2022-06-21 08:38:27 -07:00
Dillon Kearns
be86ceb2a2 Update docs. 2022-06-20 16:37:57 -07:00
Dillon Kearns
2106942458 Reorder some docs. 2022-06-19 08:18:09 -07:00
Dillon Kearns
b48d529392 Expose FieldRenderer module. 2022-06-18 10:55:30 -07:00
Dillon Kearns
0e682cba4b Rename module. 2022-06-18 10:34:55 -07:00
Dillon Kearns
3a38135957 Only return parsed results (no rendered view) from form parse function. 2022-06-18 10:23:23 -07:00
Dillon Kearns
203ef32bea Add styled form render function. 2022-06-18 10:17:26 -07:00
Dillon Kearns
df16cf19fc Allow form parser combining function to do dependent field errors. 2022-06-18 08:44:57 -07:00
Dillon Kearns
eed1fb1115 Regenerate docs. 2022-06-16 12:04:11 -07:00
Dillon Kearns
4dc3921dfb Regenerate docs. 2022-06-16 11:30:31 -07:00
Dillon Kearns
f742a1c5ae Add rendering logic for <select>. 2022-06-15 12:40:18 -07:00
Dillon Kearns
082ba3e037 Update docs. 2022-06-15 09:25:49 -07:00
Dillon Kearns
2f6a95f5d2 Regenerate docs. 2022-05-10 16:30:42 -07:00
Dillon Kearns
2456c00b3d Remove unused argument. 2022-04-28 10:47:11 -07:00
Dillon Kearns
5ca486c69c Rename function. 2022-04-28 09:30:52 -07:00
Dillon Kearns
32b536f78a Use two separate functions for stateless and stateful form rendering. 2022-04-28 09:07:32 -07:00
Dillon Kearns
298faed45c Remove redundant form function for toHtml. 2022-04-25 14:44:51 -07:00
Dillon Kearns
4111d4e677 Rename function. 2022-04-25 09:54:08 -07:00
Dillon Kearns
8800c8a16f Add expectQueryParam helper. 2022-04-10 16:32:26 -07:00
Dillon Kearns
c7dbf796b1 Add some missing doc comments. 2022-04-06 16:58:52 -07:00
Dillon Kearns
2a80161392 Try new wiring for elm-program-test prototype. 2022-03-14 16:13:01 -07:00
Dillon Kearns
793bef7f60 Update docs. 2022-03-09 09:20:13 -08:00
Dillon Kearns
14fb33e44b Remove obsolete helper function. 2022-03-08 16:13:19 -08:00
Dillon Kearns
f8596e8df8 Simpilfy interface for Request.skip. 2022-03-08 16:12:40 -08:00
Dillon Kearns
3e4643f598 Add expectBody. 2022-03-08 16:10:02 -08:00
Dillon Kearns
661c84467b Remove unnecessary Request Parser helper. 2022-03-08 16:04:46 -08:00
Dillon Kearns
86ae4abbf9 Add remaining mapN functions. 2022-03-08 15:39:12 -08:00
Dillon Kearns
cfd91b7b6d Update Request API, docs, and add a test suite. 2022-03-08 11:02:19 -08:00
Dillon Kearns
032c710c74 Add Response.withHeaders for adding more than one header at once. 2022-03-07 08:55:03 -08:00
Dillon Kearns
8acabc3281 Simplify Response API to use builder pattern for different ways to construct a body and remove redundant permutations. 2022-03-07 08:33:03 -08:00
Dillon Kearns
a788a05a73 Fix docs. 2022-03-05 09:34:23 -08:00
Dillon Kearns
6633e16a4d Add Request.fromResult helper. 2022-03-03 09:15:10 -08:00
Dillon Kearns
288dc1c266 Add Glob.toDataSourceWithOptions. 2022-03-01 15:46:10 -08:00
Dillon Kearns
94d6a71579 Simplify expect*Response function signatures to remove extra mapping function. 2022-02-17 07:58:21 -08:00
Dillon Kearns
9c9dd49eca Update docs and extract internal function. 2022-02-16 21:36:36 -08:00
Dillon Kearns
205de41f21 Update docs. 2022-02-14 11:27:30 -08:00
Dillon Kearns
a7f2fa7eda Remove obsolete unoptimizedRequest function. 2022-01-28 09:42:52 -08:00
Dillon Kearns
406c0cafd8 Rename function. 2022-01-28 09:34:11 -08:00
Dillon Kearns
6f7894fd3f Rename module. 2022-01-28 09:27:43 -08:00
Dillon Kearns
83053692ca Add some missing doc comments and regenerate docs. 2022-01-28 09:25:03 -08:00
Dillon Kearns
4a98e5f375 Add session to docs. 2022-01-27 16:12:00 -08:00
Dillon Kearns
ed956ae341 Remove now obsolete Secrets API! 2022-01-27 15:45:51 -08:00
Dillon Kearns
116181d3f8 Update docs.json. 2022-01-27 12:27:07 -08:00
Dillon Kearns
51aea3b539 Simplify Server.Response API by combining render repsonses and server responses into the same API. 2022-01-17 20:56:37 -08:00
Dillon Kearns
de3a740165 Add float input type, and handle validation errors for int and float inputs. 2022-01-17 10:32:08 -08:00
Dillon Kearns
cd6d65a12a Update docs. 2022-01-16 15:38:51 -08:00
Dillon Kearns
6de253d91e Add constraints to only allow formatting input options to be applied to text inputs. 2022-01-15 19:03:13 -08:00
Dillon Kearns
4e78fceaef Regenerate docs.json. 2022-01-15 18:45:15 -08:00
Dillon Kearns
fedee35e08 Add initial docs structure for Form module. 2022-01-15 16:56:21 -08:00
Dillon Kearns
e71dad025a Regenerate docs. 2021-12-31 16:16:28 -08:00