Commit Graph

2783 Commits

Author SHA1 Message Date
Dillon Kearns
e4fcfad667 Update changelog. 2021-08-02 17:39:48 -07:00
Dillon Kearns
f2402899f6 Clean up error message printing in build and dev server. 2021-08-02 17:38:38 -07:00
Dillon Kearns
156f2ff26d Update sorting for blog posts. 2021-08-02 10:11:02 -07:00
Dillon Kearns
ea788cadc2 Fix typos. 2021-08-02 10:07:06 -07:00
Dillon Kearns
01bd903af9 Update description in post. 2021-08-02 07:13:34 -07:00
Dillon Kearns
7661bfb4e9 Update post. 2021-08-01 16:46:48 -07:00
Dillon Kearns
cd4ea9e437 2.1.2 2021-08-01 16:11:28 -07:00
Dillon Kearns
e15e3be999 Fix package version in init template. 2021-08-01 16:11:15 -07:00
Dillon Kearns
2eacd8323b Add v2 blog post. 2021-08-01 16:07:56 -07:00
Dillon Kearns
f71cf2fbff 2.1.1 2021-08-01 14:26:48 -07:00
Dillon Kearns
b553c6fa98 Fix template. 2021-08-01 14:26:32 -07:00
Dillon Kearns
f350df6312 2.1.0 2021-08-01 14:22:42 -07:00
Dillon Kearns
0ec4a02b00 Update changelog. 2021-08-01 14:10:01 -07:00
Dillon Kearns
af2b63bfa5 Bump Elm package. 2021-08-01 14:05:06 -07:00
Dillon Kearns
440b3f28b7 Don't escape HTML text in <style> tags. 2021-08-01 11:17:00 -07:00
Dillon Kearns
bbe33d4b52 Update examples and tests. 2021-08-01 10:25:38 -07:00
Dillon Kearns
c1fb9c3436 Remove obsolete argument. 2021-08-01 10:23:20 -07:00
Dillon Kearns
e2c689da3f 2.0.1 2021-07-31 20:37:32 -07:00
Dillon Kearns
dc60b4e6c3 Update template package.json file. 2021-07-31 20:37:20 -07:00
Dillon Kearns
49cff61592 2.0.0 2021-07-31 20:31:36 -07:00
Dillon Kearns
0c10828abd Include necessary package files for build command in npm package. 2021-07-31 20:31:15 -07:00
Dillon Kearns
2d8cc895da Use published package in template elm.json file. 2021-07-31 20:27:17 -07:00
Dillon Kearns
51f753845f Update generated file. 2021-07-31 20:09:23 -07:00
Dillon Kearns
14ef482c21
Merge pull request #176 from dillonkearns/static-files
elm-pages v2
2021-07-31 19:56:17 -07:00
Dillon Kearns
2f41a30d3c Bump Elm package. 2021-07-31 19:52:29 -07:00
Dillon Kearns
d35619a3f9 Remove unused. 2021-07-31 19:48:27 -07:00
Dillon Kearns
f530e6c87a Update changelog. 2021-07-31 19:46:00 -07:00
Dillon Kearns
6e9f769d7f Formatting. 2021-07-31 17:11:51 -07:00
Dillon Kearns
1d07bff182 Skip removing cache dir if it doesn't exist. 2021-07-31 17:01:56 -07:00
Dillon Kearns
87153f6a71 Update site copy. 2021-07-31 16:58:01 -07:00
Dillon Kearns
c7a76ed605 Add keep-cache flag to explicitly keep HTTP/JS port cache if used. 2021-07-31 16:50:28 -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
9c1b1196b8 Fix reference in test. 2021-07-30 15:23:36 -07:00
Dillon Kearns
7f184a95ec Regenerate docs.json. 2021-07-30 15:21:27 -07:00
Dillon Kearns
8678c95208 Rename internal module. 2021-07-30 15:21:16 -07:00
Dillon Kearns
de5ceb24ab Update some references to renamed modules. 2021-07-30 15:18:55 -07:00
Dillon Kearns
8575d56284 Rename internal module. 2021-07-30 15:13:32 -07:00
Dillon Kearns
43948c6b39 Rename internal module. 2021-07-30 15:08:30 -07:00
Dillon Kearns
89ea8b67fb Update template. 2021-07-30 14:58:42 -07:00
Dillon Kearns
9305772b2e Update readme. 2021-07-30 14:47:24 -07:00
Dillon Kearns
731bea779b Rename DataSource.Port.send -> DataSource.Port.get. 2021-07-30 14:34:10 -07:00
Dillon Kearns
63667f3e65 Update docs. 2021-07-30 14:29:23 -07:00
Dillon Kearns
abee315d8e Fix order of ToC. 2021-07-30 10:43:32 -07:00
Dillon Kearns
c8ed2fb140 Get description from first paragraph when there is no description frontmatter field. 2021-07-30 10:43:14 -07:00
Dillon Kearns
4a24a1c72a Update docs. 2021-07-30 10:16:40 -07:00
Dillon Kearns
a8450988dd Dev server was mixing up requests after serving a compiler error. This makes it resilient to that so it doesn't get into that state. 2021-07-30 09:58:59 -07:00
Dillon Kearns
f3a7309085 Formatting. 2021-07-30 09:58:21 -07:00