-
Notifications
You must be signed in to change notification settings - Fork 61
/
Changelog.yaml
177 lines (153 loc) · 4.32 KB
/
Changelog.yaml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
4.0.0:
date: 2019-09-09
new features:
- Hot reloading
- Browser errors
- Local ssl
- Ability to turn off reload and the server
fixed bugs:
- Watch error on Windows
3.4.1:
date: 2019-05-25
new features:
- Bug Fix: Fixing performance issue
3.4.0:
date: 2018-12-14
new features:
- New --ssl flag to start an https server instead of http
3.2.4:
date: 2018-12-11
new features:
- Sorry I have been doing a terrible job of updating this.
- This is an small update for a new version of elm-serve
3.0.0@next:
date: 2018-08-24
new features:
- Upgraded support to Elm 0.19
- Moved owner of repo from https://github.com/architectcodes to current owner
2.7.5:
date: 2017-07-26
fixed bugs:
- Prevented some cases where changes to non-Elm files got picked up.
- >
Stopped watching elm-test generated code. Thanks for this, [Noah
](https://github.com/eeue56)!
2.7.4:
date: 2017-01-11
fixed bugs:
- Made `elm-live --help` a lot faster.
- Added `elm-live --version`.
- >
Fixed endless loop when dealing with symlinks. More info:
https://github.com/tomekwi/elm-live/issues/74.
2.7.3:
date: 2017-01-09
fixed bugs:
- Added troubleshooting.
2.7.2:
date: 2017-01-09
fixed bugs:
- Releasing an unmerged docs change.
2.7.1:
date: 2017-01-09
fixed bugs:
- 'Added `enginesStrict` to the package.json, to make sure npm warns people.'
2.7.0:
date: 2017-01-07
new features:
- New option `--after-build`.
2.6.2:
date: 2017-01-05
fixed bugs:
- >
Fixed `engines` field to warn people against installing on an older
version of node
2.6.1:
date: 2016-12-08
fixed bugs:
- >
Multiple updates happening at the same time now only trigger one rebuild!
Kudos for the great work to [Ryan Wiedemann](https://github.com/Ryan1729).
2.6.0:
date: 2016-10-13
new features:
- >
New option `--before-build`. Many thanks to [Gabriel
](https://github.com/peacememories) for making this happen!
2.5.1:
date: 2016-09-23
fixed bugs:
- >
Fixed the custom HTML example. Credits to [Mathieu
](https://github.com/magopian), [Rémy](https://github.com/natim) and
[Nicolas](https://github.com/n1k0).
2.5.0:
date: 2016-08-18
new features:
- >
`--pushstate` is now available. Kudos to [Josh](https://github.com/joshmh)
for this one!
2.4.1:
date: 2016-07-02
fixed bugs:
- Fixed watching of built files in a specific `--dir`.
2.4.0:
date: 2016-07-02
new features:
- >
New option `--path-to-elm-make`. Many thanks to [@rtfeldman
](https://github.com/rtfeldman) for showing us [a reasonable direction
](https://github.com/rtfeldman/elm-webpack-loader/issues/43#issuecomment-204136876).
More info: https://github.com/tomekwi/elm-live/issues/18.
- New option `--dir`.
2.3.0:
date: 2016-05-27
new features:
- >
New option `--host`. Warm thanks to [@kbsymanz
](https://github.com/kbsymanz)! More info:
https://github.com/tomekwi/elm-live/pull/30
2.2.1:
date: 2016-04-27
fixed bugs:
- >
We’ve removed the peer dependency on _elm_ to give you more flexibility.
Many thanks to [@rtfeldman](https://github.com/rtfeldman)! More info:
https://github.com/tomekwi/elm-live/pull/25
2.2.0:
date: 2016-04-13
new features:
- >
We now have full Windows support. Many thanks to [@bdukes
](https://github.com/bdukes) for making this possible! More info:
https://github.com/tomekwi/elm-live/pull/17
2.1.0:
date: 2016-03-29
new features:
- >
Yippie!! Windows support for file watching. More info:
https://github.com/tomekwi/elm-live/pull/16
2.0.6:
date: 2016-03-25
fixed bugs:
- Bumped coverage to 100%! Hooray!
- >
Brought Windows support forward a bit. More info:
https://github.com/tomekwi/elm-live/pull/10
2.0.5:
date: 2016-03-25
fixed bugs:
- Updated dependencies
- Tested file watching
- >
Switched test framework to AVA. More info:
https://github.com/tomekwi/elm-live/pull/9
2.0.0:
date: 2016-02-13
breaking changes:
- >-
This was a complete rewrite. We no longer base on elm-reactor. Now we do
the heavy lifting ourselves with the help of budo and gaze.
1.0.0:
date: 2015-11-14
note: Initial release