Commit Graph

873 Commits

Author SHA1 Message Date
Dillon Kearns
4ae9b25c12 Update docs. 2020-01-02 14:44:47 -08:00
Dillon Kearns
52732c2fa2 Update article wording. 2019-12-11 20:17:36 -08:00
Dillon Kearns
4b75992ab7 Update dependency. 2019-12-11 10:33:26 -08:00
Dillon Kearns
d3d8207e29 Update references to elm 0.19.0 to 19.1. 2019-12-11 10:29:15 -08:00
Dillon Kearns
b6491cdb9c Update StaticHttp docs. 2019-12-11 09:25:17 -08:00
Dillon Kearns
7a9d59d47f Add Secrets docs. 2019-12-11 06:30:41 -08:00
Dillon Kearns
80b852e55d Move StaticHttp under Pages module namespace. 2019-12-11 06:13:02 -08:00
Dillon Kearns
022e9e9016 Hide hidden Secrets functions from package, put under Pages module namespace. 2019-12-11 06:07:08 -08:00
Dillon Kearns
fa7ac18fc1 Sort articles by publish date. 2019-12-11 05:54:12 -08:00
Dillon Kearns
a55440f44e Update to Elm 0.19.1. 2019-12-11 05:54:00 -08:00
Dillon Kearns
89c44de1db Update blog post. 2019-12-11 05:40:13 -08:00
Dillon Kearns
f7a509e6f5 Expose secrets module. 2019-12-11 05:38:17 -08:00
Dillon Kearns
b435eb1560 Merge branch 'master' into static-http 2019-12-10 17:26:17 -08:00
Dillon Kearns
a92be3388b Restore head tags and prefetching functionality with new static http API. 2019-12-10 13:50:56 -08:00
Dillon Kearns
f726f9dc2b Add article draft. 2019-12-10 09:51:54 -08:00
Dillon Kearns
d016beb50b Normalize path names so lookups succeed. 2019-12-10 09:51:43 -08:00
Dillon Kearns
8e11ef894a Update package-lock.json 2019-12-10 09:51:21 -08:00
Dillon Kearns
e93f699edf Remove debug log statements in CLI. 2019-12-10 09:51:05 -08:00
Dillon Kearns
1b09fcd991 Include star count in docs site header. 2019-12-10 07:48:22 -08:00
Dillon Kearns
e5a5e10184 Update changelog. 2019-12-10 06:45:34 -08:00
Dillon Kearns
87a9db698e Remove commented code. 2019-12-09 20:19:39 -08:00
Dillon Kearns
1b2d08bc54 Use ilias's latest json library, update docs site, use 19.1 for docs site. 2019-12-09 20:18:48 -08:00
Dillon Kearns
b0213189ca Generate buildTime constant in Pages.elm. 2019-12-09 13:03:53 -08:00
Dillon Kearns
5853242ec0 Extract some BuildError functions. 2019-12-09 09:49:46 -08:00
Dillon Kearns
c8f787e98c Remove some unused code. 2019-12-09 09:47:44 -08:00
Dillon Kearns
fb8fffaab3 Bump number of requests for performance testing. 2019-12-09 09:41:23 -08:00
Dillon Kearns
4545e1229e Remove some noise. 2019-12-09 09:41:01 -08:00
Dillon Kearns
adfd95678a Use plaintext test helper. 2019-12-07 06:46:45 -08:00
Dillon Kearns
79142c7be1 Inline error to string function for static http requests. 2019-12-07 06:35:36 -08:00
Dillon Kearns
39d9f84783 Update package-lock.json 2019-12-07 06:22:57 -08:00
Dillon Kearns
4a72843a4c Update intellij config. 2019-12-07 06:22:50 -08:00
Dillon Kearns
8ddfa36dee Move error titles into BuildError type. 2019-12-07 06:21:54 -08:00
Dillon Kearns
fc6f0e35af Include title in BuildError type. 2019-12-06 20:19:45 -08:00
Dillon Kearns
658798e480 Add some annotations and remove some comments. 2019-12-06 20:02:24 -08:00
Dillon Kearns
ca480b956d Bump npm package to 1.0.41. 2019-11-14 06:58:54 -08:00
Dillon Kearns
9e7620ad27 Update changelog. 2019-11-14 06:56:56 -08:00
Dillon Kearns
976b8d8e0e Fix regression with .emu frontmatter parsing. 2019-11-14 06:53:08 -08:00
Dillon Kearns
e617fce979 Move value out of let. 2019-11-12 20:16:46 -08:00
Dillon Kearns
f8766e0472 Only reduce JSON responses in prod build, not dev mode (so that JSON decoders can be safely re-run). 2019-11-12 20:14:34 -08:00
Dillon Kearns
18f5ef2778 Remove unused code. 2019-11-12 18:27:14 -08:00
Dillon Kearns
ebf0fd096a Add some log statements and remove some unused code. 2019-11-12 18:24:54 -08:00
Dillon Kearns
79ad4c28d3 Remove non-reducible json decoder functions from StaticHttp module. 2019-11-12 18:22:36 -08:00
Dillon Kearns
93494f4528 Remove some commented code. 2019-11-12 15:34:54 -08:00
Dillon Kearns
c8533f8fb9 Remove obsolete function. 2019-11-12 12:48:01 -08:00
Dillon Kearns
4e74a9a2eb Make request to pokeapi in example. 2019-11-12 10:00:01 -08:00
Dillon Kearns
62521a0e5a Add combine and resolve functions and test case. 2019-11-12 09:59:37 -08:00
Dillon Kearns
8401dc5dac Show pokemon sprite. 2019-11-11 19:03:11 -08:00
Dillon Kearns
b226776f60 Display errors from reducible json decoding. 2019-11-11 19:02:22 -08:00
Dillon Kearns
c0726adb2c Add request for pokemon to example. 2019-11-11 18:47:40 -08:00
Dillon Kearns
56933942c8 Rename module. 2019-11-11 17:48:08 -08:00