-
Notifications
You must be signed in to change notification settings - Fork 145
/
CHANGELOG
151 lines (151 loc) · 3.79 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
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
v5.0.1:
date: 2024-08-27
changes:
- Replace use of deprecated `util.isArray`.
v5.0.0:
date: 2024-07-05
changes:
- Replaced node-http2 with http2-wrapper, potental breaking changes.
- Bump to deps, serve-static, async and internal grunt
v4.0.0:
date: 2023-07-13
changes:
- Requires node 16+.
- Updated dependencies.
v3.0.0:
date: 2020-07-16
changes:
- Requires node 10+.
- Updated dependencies.
v2.1.0:
date: 2019-09-03
changes:
- Update package lock.
- Allow all configuration options of livereload to be passed through.
v2.0.0:
date: 2018-09-09
changes:
- Drop Node.js < 6 support.
- Update all dependencies and switch to `node-http2`.
- Add `secureProtocol` in `httpsOptions`.
- Fix `open.appName`.
- Allow passing `serve-index` options.
v1.0.2:
date: 2016-04-27
changes:
- Fixed http2 dependencies and stopped using the fork.
v1.0.1:
date: 2016-03-22
changes:
- Fixed dependencies behind corporate proxy server.
v1.0.0:
date: 2016-03-04
changes:
- Use predefined logger format with colored http status.
- Update deps and docs.
- HTTP2 support.
- Other fixes.
v0.11.2:
date: 2015-08-03
changes:
- Documentation fixes.
v0.11.1:
date: 2015-08-01
changes:
- Fixes debug logging.
v0.11.0:
date: 2015-07-30
changes:
- Update to connect 3.
v0.10.1:
date: 2015-04-03
changes:
- Fixes npm corruption issue.
v0.10.0:
date: 2015-04-03
changes:
- Node.js 0.12 fixes.
- Doc updates.
- Fixes port finding.
- Other fixes.
v0.9.0:
date: 2014-11-07
changes:
- Adds routable middleware.
- Switch to `opn` as it fixes some Linux issues.
- Add support for `connect.static` instance options.
v0.8.0:
date: 2014-06-09
changes:
- Update connect and connect-livereload.
v0.7.1:
date: 2014-02-27
changes:
- Fixes issue with the '*' `hostname` option.
v0.7.0:
date: 2014-02-18
changes:
- Update connect to ~2.13.0.
- Default hostname switched to `0.0.0.0`.
- Modified `options.middleware` to accept an array or a function.
v0.6.0:
date: 2013-12-29
changes:
- Open `options.hostname` if provided.
- Update connect-livereload to ~0.3.0.
- Update connect to ~2.12.0.
- Use well-formed SSL certificates.
- Support all options of open.
- Make directory browseable when base is a string.
v0.5.0:
date: 2013-09-05
changes:
- Add `open` option.
v0.4.2:
date: 2013-09-05
changes:
- Un-normalize `options.base` as it should be a string or an array as the user has set.
- Fix setting target `hostname` option.
v0.4.1:
date: 2013-09-02
changes:
- Browse-able directory is the last item supplied to bases.
- Added directory option to override browse-able directory.
v0.4.0:
date: 2013-09-01
changes:
- Fix logging of which server address.
- Ability to set multiple bases.
- Event emitted when server starts listening.
- Support for HTTPS.
- "`debug` option added to display debug logging like the `--debug` flag."
- "`livereload` option added to inject a livereload snippet into the page."
v0.3.0:
date: 2013-04-10
changes:
- Add ability to listen on system-assigned port.
v0.2.0:
date: 2013-03-07
changes:
- Upgrade connect dependency.
v0.1.2:
date: 2013-02-17
changes:
- Ensure Gruntfile.js is included on npm.
v0.1.1:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.1.1rc6:
date: 2013-01-18
changes:
- Updating grunt/gruntplugin dependencies to rc6.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
v0.1.1rc5:
date: 2013-01-09
changes:
- Updating to work with grunt v0.4.0rc5.
v0.1.0:
date: 2012-11-01
changes:
- Work in progress, not yet officially released.