Commit Graph

239 Commits

Author SHA1 Message Date
Dillon Kearns
32c451fe82 Remove obsolete function. 2022-08-03 09:52:51 +02:00
Dillon Kearns
762471b8e0 Regenerate docs. 2022-08-03 09:33:29 +02:00
Dillon Kearns
985e79922c Update docs and remove obsolete globalErrors helper. 2022-08-01 10:40:51 +02:00
Dillon Kearns
16d081c42b Update docs. 2022-07-25 15:32:12 +02:00
Dillon Kearns
60607c3353 Update docs. 2022-07-25 15:16:06 +02:00
Dillon Kearns
67972fb945 Hide internal types for simpler docs. 2022-07-25 13:27:02 +02:00
Dillon Kearns
603c6ecea7 Rename type variable. 2022-07-25 13:15:14 +02:00
Dillon Kearns
1e5c4666ee Add Validation.map<n> functions. 2022-07-25 10:16:30 +02:00
Dillon Kearns
565833804c Migrate select field renderer to new form type. 2022-07-24 21:21:25 +02:00
Dillon Kearns
6a5a9f4c8c Add Validation.fieldStatus. 2022-07-24 21:14:18 +02:00
Dillon Kearns
f1f25f787e Rename types. 2022-07-24 21:00:47 +02:00
Dillon Kearns
25a5bccf02 Regenerate docs. 2022-07-24 20:25:55 +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
0625ce0183 Update docs. 2022-07-24 09:24:26 +02:00
Dillon Kearns
4771b9f476 Add Validation.value helper to get maybe parsed value. 2022-07-09 08:49:44 -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
50ce177be1 Rename module. 2022-07-08 17:58:49 -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
fe8d81a94d Update docs. 2022-07-08 17:45:18 -07:00
Dillon Kearns
7ca1b4178f Remove obosolete Form API in favor of new API. 2022-06-30 08:18:53 -07:00
Dillon Kearns
8ea702f4e7 Update examples. 2022-06-28 15:45:36 -07:00
Dillon Kearns
4dc24e12d3 Remove obsolete functions. 2022-06-27 10:58:35 -07:00
Dillon Kearns
adeb56b91a Regenerate docs. 2022-06-23 10:34:20 -07:00
Dillon Kearns
3ea5ef6e3a Update docs. 2022-06-23 10:11:26 -07:00
Dillon Kearns
fabbec5d80 Add float field. 2022-06-23 09:36:22 -07:00
Dillon Kearns
9f8395e1c6 Update docs. 2022-06-22 15:46:04 -07:00
Dillon Kearns
ec5bc916c1 Include errors in ViewField. 2022-06-21 09:33:57 -07:00
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
Dillon Kearns
86142cb6d8 Remove obsolete server request code from initial prototype. 2021-12-31 11:52:37 -08:00
Dillon Kearns
1c922f23b1 Update docs. 2021-12-31 11:43:17 -08:00
Dillon Kearns
3303dd1766 Add some server request helpers. 2021-12-28 11:43:57 -08:00
Dillon Kearns
10bbeb491d Use more declarative interface for Server Requests. 2021-12-26 21:56:33 -08:00
Dillon Kearns
5d5750b17f Update docs for SetCookie API. 2021-12-23 20:17:30 -08:00
Dillon Kearns
904b5a0b9f Regenerate docs.json 2021-12-23 15:02:29 -08:00
Dillon Kearns
8bbee7478e Update docs. 2021-12-23 09:21:20 -08:00
Dillon Kearns
ed402465fa Update docs. 2021-12-23 09:17:34 -08:00
Dillon Kearns
17d1324e84 Fix docs. 2021-10-16 09:23:22 -07:00
Dillon Kearns
92ed0a37b0 Update docs. 2021-07-30 15:49:39 -07:00
Dillon Kearns
75fdb62684 Update docs. 2021-07-30 15:45:55 -07:00
Dillon Kearns
2cfffb7da1 Update docs. 2021-07-30 15:44:04 -07:00
Dillon Kearns
b78f8c008b Rename types in ApiRoute module. 2021-07-30 15:35:11 -07:00
Dillon Kearns
7f184a95ec Regenerate docs.json. 2021-07-30 15:21:27 -07:00
Dillon Kearns
731bea779b Rename DataSource.Port.send -> DataSource.Port.get. 2021-07-30 14:34:10 -07:00
Dillon Kearns
4a24a1c72a Update docs. 2021-07-30 10:16:40 -07:00
Dillon Kearns
2a2872e6fa Update docs and move HTTP body functions out of DataSource and into DataSource.Http. 2021-07-29 15:57:44 -07:00
Dillon Kearns
0dd10c3192 Update references to use DataSource instead of StaticHttp in docs. 2021-07-29 14:33:20 -07:00
Dillon Kearns
20c89d9f78 Regenerate docs.json. 2021-07-29 14:13:33 -07:00
Dillon Kearns
a63dd1b09d Expose some internal modules that are needed in generated code. 2021-07-29 14:06:34 -07:00
Dillon Kearns
602c74d57b Expose some internal modules that are needed in generated code, ignore some review rules with incorrect results. 2021-07-29 12:55:26 -07:00
Dillon Kearns
cf0b7235eb Add DataSource.Port to exposed modules. 2021-07-29 10:10:05 -07:00
Dillon Kearns
7c8bf2f8b6 Update generated docs.json. 2021-07-29 09:56:49 -07:00
Dillon Kearns
e6c2031737 Rename Page builder functions. 2021-06-24 10:05:16 -07:00
Dillon Kearns
b5e4e35693 Update docs formatting. 2021-06-18 10:58:21 -07:00
Dillon Kearns
adedf33b4a Update docs. 2021-06-18 10:56:31 -07:00
Dillon Kearns
fc4af243ac Update docs. 2021-06-18 10:29:58 -07:00
Dillon Kearns
dd07e2ead1 Add distill function. 2021-06-17 10:06:13 -07:00
Dillon Kearns
6fa5d8d593 Regenerate docs.json. 2021-06-03 18:47:23 -07:00
Dillon Kearns
29ff066008 Regenerate docs.json. 2021-05-29 15:37:26 -07:00
Dillon Kearns
7bea4406c1 Update docs. 2021-05-29 15:05:22 -07:00
Dillon Kearns
2116145386 Update docs formatting. 2021-05-29 13:45:19 -07:00
Dillon Kearns
4429341b68 Update docs.json. 2021-05-29 13:43:16 -07:00
Dillon Kearns
9a0dd86919 Try a new File API. 2021-05-29 13:42:57 -07:00
Dillon Kearns
84933cfd69 Update docs and rename File.request -> File.read. 2021-05-28 14:00:51 -07:00
Dillon Kearns
e627200ef8 Update docs. 2021-05-28 13:20:07 -07:00
Dillon Kearns
124846eeb9 Update docs. 2021-05-28 13:06:07 -07:00
Dillon Kearns
d2a9e18346 Remove unused function from Glob. 2021-05-28 12:28:08 -07:00
Dillon Kearns
63bcae4877 Expose digits helper. 2021-05-28 12:26:22 -07:00
Dillon Kearns
5810306386 Update docs. 2021-05-28 12:23:52 -07:00
Dillon Kearns
cc6a3c3ebf Update docs. 2021-05-28 12:06:39 -07:00
Dillon Kearns
3d13ccd6f1 Update docs. 2021-05-27 17:55:02 -07:00
Dillon Kearns
b72ff59adc Update docs. 2021-05-27 17:41:07 -07:00
Dillon Kearns
794da4bf06 Provide more general expectUniqueMatch instead of expectUniqueFile, and add doc comment. 2021-05-27 16:36:00 -07:00
Dillon Kearns
ed5f1d0a55 Regenerate docs.json. 2021-05-27 14:19:42 -07:00
Dillon Kearns
9c2da9d49a Update docs. 2021-05-27 13:54:45 -07:00
Dillon Kearns
71c212d5ec Remove deleted function from exposing list. 2021-05-27 12:59:20 -07:00
Dillon Kearns
d41296afd5 Update docs.json. 2021-05-27 11:24:40 -07:00
Dillon Kearns
2c62de0dde Update docs. 2021-05-27 11:09:35 -07:00
Dillon Kearns
1f0092736d Update Glob docs and add captureFilePath. 2021-05-27 11:04:19 -07:00
Dillon Kearns
af657dbafa Update docs. 2021-05-24 12:26:23 -07:00
Dillon Kearns
2c74cd1323 Update doc comments. 2021-05-23 16:08:55 -07:00
Dillon Kearns
48cac1dc92 Add missing @docs. 2021-05-19 08:00:56 -07:00
Dillon Kearns
0e6d6612b3 Add doc comments for Manifest.Config builder functions. 2021-04-23 08:54:49 -07:00
Dillon Kearns
45647218a6 Update docs. 2021-04-20 14:58:00 -07:00
Dillon Kearns
169546c83b Update docs.json. 2021-04-20 14:30:03 -07:00
Dillon Kearns
127640e4fd Add some placeholder doc comments. 2021-04-16 09:50:35 -07:00
Dillon Kearns
4edd9f6b94 Regenerate docs. 2020-10-21 19:00:12 -07:00
Dillon Kearns
5f66c46ef0 Update docs. 2020-03-03 08:04:24 -08:00