This repository has been archived by the owner on May 29, 2020. It is now read-only.
forked from wking-io/elm-live
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog.yaml
73 lines (64 loc) · 1.93 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
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