Commit Graph

4674 Commits

Author SHA1 Message Date
Dillon Kearns
eb398c30e3 Move nested Maybe wrapped in Result to flat Err variant in Session API, and remove obsolete expectSession helper. 2022-10-06 09:50:44 -07:00
Dillon Kearns
b4a603fca8 Change argument order. 2022-10-06 09:35:42 -07:00
Dillon Kearns
7fea8a2853 Remove some obsolete exposed values from Session API, and update docs. 2022-10-06 08:54:25 -07:00
Dillon Kearns
fd2742cb1a Extract function. 2022-10-06 08:32:01 -07:00
Dillon Kearns
1adc07126e Remove unused. 2022-10-06 08:12:56 -07:00
Dillon Kearns
96ad324e4b Make HttpOnly cookies the default (opt in to JS visibile cookies instead of opting out). 2022-10-06 07:56:14 -07:00
Dillon Kearns
722e03337a Fix example. 2022-10-05 15:41:35 -07:00
Dillon Kearns
fbfcd49721 Separate out SetCookie records from Options so the Options can be passed as standalone value. 2022-10-05 15:30:29 -07:00
Dillon Kearns
fe5263aa24 Rename some values to better reflect that signed cookies aren't encrypted, only signed. 2022-10-05 14:42:27 -07:00
Dillon Kearns
d18c6d289a 3.0.0-beta.2 2022-10-05 14:25:00 -07:00
Dillon Kearns
3b92127277 3.0.0-beta.2 2022-10-05 14:24:44 -07:00
Dillon Kearns
671bfa8e65 Bump Elm package. 2022-10-05 14:23:09 -07:00
Dillon Kearns
ca3ffe0427 Update todos example. 2022-10-05 14:07:36 -07:00
Dillon Kearns
3399c24aff Remove unused dependency. 2022-10-05 12:57:08 -07:00
Dillon Kearns
0303636813 Update examples to use List Html for body. 2022-10-05 12:47:48 -07:00
Dillon Kearns
8ff1f21754 Change document's body to List of Html instead of a single element. 2022-10-05 12:40:06 -07:00
Dillon Kearns
ab1ad3b23a Use DateOrDateTime in example. 2022-10-05 12:39:46 -07:00
Dillon Kearns
0fe6c62933 Update docs.json. 2022-10-05 12:22:22 -07:00
Dillon Kearns
3e0a0dbccc Replace DateOrDateTime with type defined in external package. 2022-10-05 12:21:21 -07:00
Dillon Kearns
8e30daff12 Add dependency. 2022-10-05 12:20:01 -07:00
Dillon Kearns
a98ddc6a4e Use new Head.Seo.Date value in example. 2022-10-05 08:53:04 -07:00
Dillon Kearns
3064f9ee93 Remove unused code. 2022-10-05 08:44:52 -07:00
Dillon Kearns
1d27e96dfb Update docs. 2022-10-05 08:44:38 -07:00
Dillon Kearns
9a1823af75 Run elm-format. 2022-10-04 17:20:05 -07:00
Dillon Kearns
f6cb6ca7fd Add missing dependency in examples. 2022-10-04 17:15:48 -07:00
Dillon Kearns
613f7df781 Add missing docs and add elm-review-documentation. 2022-10-04 16:38:43 -07:00
Dillon Kearns
e81c3e1b42 Use DateOrDateTime custom type instead of a string for more safety in Seo API. 2022-10-04 16:28:58 -07:00
Dillon Kearns
880dfdca9e Use MimeType custom type instead of type alias for String for better safety in Seo API. 2022-10-04 16:10:55 -07:00
Dillon Kearns
0c1654e445 Update package-lock. 2022-10-04 16:10:32 -07:00
Dillon Kearns
3d0b7cece0 Update package-lock. 2022-10-04 14:55:47 -07:00
Dillon Kearns
c09645ffb4 3.0.0-beta.1 2022-10-04 14:38:57 -07:00
Dillon Kearns
3b158a32f6 3.0.0-beta.1 2022-10-04 14:38:51 -07:00
Dillon Kearns
730e9f9224 3.0.0-beta.1 2022-10-04 14:36:12 -07:00
Dillon Kearns
b0b09cf9fc Install lamdera before running npm ci. 2022-10-04 14:34:04 -07:00
Dillon Kearns
f127d48e1a 3.0.0-beta.1 2022-10-04 14:31:41 -07:00
Dillon Kearns
7d3173a7a5 Use lamdera in build step. 2022-10-04 14:31:18 -07:00
Dillon Kearns
b7e68c3f6d 3.0.0-beta.1 2022-10-04 14:29:01 -07:00
Dillon Kearns
ecf883a301 3.0.0 2022-10-04 14:28:13 -07:00
Dillon Kearns
630e458b0e Build elm-pages-codegen.js compiled code for generator in bundle. 2022-10-04 14:28:00 -07:00
Dillon Kearns
83aa56edac Use beta tag for publishing beta version. 2022-10-04 14:26:24 -07:00
Dillon Kearns
058e6b80fc Merge branch 'master' of github.com:dillonkearns/elm-pages-v3-beta 2022-10-04 13:39:48 -07:00
Dillon Kearns
01042726d5 3.0.0-beta.0 2022-10-04 13:38:21 -07:00
Dillon Kearns
71e29be42b 3.0.0-beta.0 2022-10-04 13:31:54 -07:00
Dillon Kearns
96dd80e8a0 Move elm-review dependencies out into hidden review sub-projects. 2022-10-04 13:15:20 -07:00
Dillon Kearns
f4a8e4284c Bump elm package. 2022-10-04 10:05:36 -07:00
Dillon Kearns
0fa72dc766 Remove unused dependencies. 2022-10-04 10:05:22 -07:00
Dillon Kearns
20ecc04c8c Review fixes. 2022-10-04 09:44:40 -07:00
Dillon Kearns
21527217cf Review fix. 2022-10-04 08:15:39 -07:00
Dillon Kearns
34e856b404 Fix type signature in generated code. 2022-10-03 14:48:50 -07:00
Dillon Kearns
df142095ca Bump package. 2022-10-03 14:39:06 -07:00