-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
91 lines (51 loc) · 2.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
0.7.3 (2021-08-25)
* Allow subsections without pages (thanks to Hideki Ambe)
0.7.2 (2020-09-29)
* Bump elm-css version in the scaffold to fix broken dependency
0.7.1 (2020-07-10)
* Fix regression in elm-markup support
0.7.0 (2020-04-24)
* Use worker threads for better performance
* No longer terminate on error during initial build when in watch mode
0.6.6 (2020-04-17)
* Fix regressions due to botched function upgrade
0.6.5 (2020-04-16)
* Support CRLF line endings
0.6.4 (2020-02-15)
* Output an error when the Elm executable isn't found
0.6.3 (2019-11-26)
* Add support for Elm 0.19.1
0.6.2 (2019-09-17)
* Replace package-lock.json with npm-shrinkwrap.json
0.6.1 (2019-09-03)
* Add support for Atom and JSON feeds in addition to RSS (thanks to Christian Wesselhoeft)
* Fix draft post date check
0.6.0 (2019-08-05)
* Add support for elm-markup and --elm-markup flag for `elmstatic init`
0.5.1 (2019-07-12)
* Stop watch mode terminating on errors
0.5.0 (2019-07-08)
* Add watch mode
* Add -v/--verbose flag to control terminal output
0.4.1 (2019-05-25)
* Fix child process launch error on Windows
0.4.0 (2019-04-10)
WARNING: This release is not backwards compatible with the previous release. The expected directory and
file structure of the site has changed. If you'd like to continue using the existing site, stick with
v0.3.4 and Elm 0.18.
* Upgrade to Elm 0.19 and switch to JSDom for HTML generation
* Rework the directory structure and scaffold
* Generate all of the HTML via Elm - no more template.html
* Switch from elm-ui to plain CSS/elm-css
0.3.4 (2018-09-19)
* Allow elm-make path to be specified in config.json
0.3.3 (2018-05-09)
* Fix generator so it generates the site on Windows
0.3.2 (2018-05-09)
* Fix generator so it generates the scaffold on Windows
0.3.1 (2018-05-07)
* Add support for sections (Pages/Section/About.elm rendered to /section/about)
* Add support for index pages (Pages/Index.elm rendered to /, Pages/Section/Index.elm rendered to /section)
* Allow specifying a postprocessing page copy step in config.json (eg to make /projects available as /work as well)
0.2.4 (2018-05-03)
Initial release. Highly experimental.