Commit Graph

4255 Commits

Author SHA1 Message Date
Dillon Kearns
a0477a0441 Remove redundant functions. 2022-08-03 10:11:41 +02:00
Dillon Kearns
6d63a11d4f Remove redundant function. 2022-08-03 09:55:13 +02:00
Dillon Kearns
32c451fe82 Remove obsolete function. 2022-08-03 09:52:51 +02:00
Dillon Kearns
926d56af84 Update package-lock. 2022-08-03 09:40:57 +02:00
Dillon Kearns
de79f1f07c Update hashes from new vite version. 2022-08-03 09:40:22 +02:00
Dillon Kearns
19beffa1a1 Update package-lock files. 2022-08-03 09:40:06 +02:00
Dillon Kearns
762471b8e0 Regenerate docs. 2022-08-03 09:33:29 +02:00
Dillon Kearns
6a99994eb5 Remove server-side validation from field in favor of doing it within the combine function. 2022-08-03 09:33:16 +02:00
Dillon Kearns
985e79922c Update docs and remove obsolete globalErrors helper. 2022-08-01 10:40:51 +02:00
Dillon Kearns
d7a2127daf Install latest terser. 2022-08-01 10:36:22 +02:00
Dillon Kearns
3943ed66d9 Install latest mocha. 2022-08-01 10:34:51 +02:00
Dillon Kearns
05e70b608a Install latest vite. 2022-08-01 10:33:36 +02:00
Dillon Kearns
e0c45f3bf6 Install latest esbuild. 2022-08-01 10:31:57 +02:00
Dillon Kearns
5446efa32d Remove temporary example. 2022-08-01 10:29:14 +02:00
Dillon Kearns
75b487f204 Add minimum value for shopping cart quantity. 2022-08-01 09:29:52 +02:00
Dillon Kearns
6987e25e71 Don't use server errors for isValid check so users can submit regardless of any server errors. 2022-07-28 09:15:04 +02:00
Dillon Kearns
c5777b8b33 Use path.join to prevent duplicate slashes. 2022-07-28 08:22:04 +02:00
Dillon Kearns
e53efe7ad3 Update adapter script. 2022-07-27 21:30:46 +02:00
Dillon Kearns
675271a07e Update netlify config. 2022-07-27 21:16:37 +02:00
Dillon Kearns
c99af60ab5 Use password hashing in smoothies example. 2022-07-27 18:58:08 +02:00
Dillon Kearns
0c0e7aadf4 Add a prototype for running server-side validations with DataSources and Validation type. 2022-07-27 18:56:58 +02:00
Dillon Kearns
9d5eeea47c Add some helper types. 2022-07-27 18:54:59 +02:00
Dillon Kearns
c9b2ee3b9d Add a helper for global errors. 2022-07-27 18:54:35 +02:00
Dillon Kearns
bce99b7ea5 Add a global psuedo-field. 2022-07-27 18:10:53 +02:00
Dillon Kearns
944b78bce4 Add a login helper function. 2022-07-27 18:10:23 +02:00
Dillon Kearns
2328cf3dee Install bcrypt-js. 2022-07-27 18:09:58 +02:00
Dillon Kearns
13e272cabd Fix type. 2022-07-26 09:03:32 +02:00
Dillon Kearns
e00a927790 Remove completed todos. 2022-07-26 09:01:51 +02:00
Dillon Kearns
e191b1c870 Extract function. 2022-07-25 15:57:40 +02:00
Dillon Kearns
058d4a3819 Delete unused. 2022-07-25 15:44:21 +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
fb8e23e5b6 Change argument order. 2022-07-25 15:15:45 +02:00
Dillon Kearns
67972fb945 Hide internal types for simpler docs. 2022-07-25 13:27:02 +02:00
Dillon Kearns
e51b7b9e57 Inline type alias. 2022-07-25 13:24:06 +02:00
Dillon Kearns
b3f0e34656 Remove unused. 2022-07-25 13:21:13 +02:00
Dillon Kearns
603c6ecea7 Rename type variable. 2022-07-25 13:15:14 +02:00
Dillon Kearns
bf21755847 Clear todo input field after entering item. 2022-07-25 13:11:58 +02:00
Dillon Kearns
1e5c4666ee Add Validation.map<n> functions. 2022-07-25 10:16:30 +02:00
Dillon Kearns
d234d7d9b7 Review fixes. 2022-07-24 21:33:03 +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
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
25a5bccf02 Regenerate docs. 2022-07-24 20:25:55 +02:00
Dillon Kearns
9a353066af Rename variant. 2022-07-24 20:25:04 +02:00
Dillon Kearns
1a8e8e4886 Fix errors. 2022-07-24 20:23:48 +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