forked from fardog/grunt-connect-socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
71 lines (71 loc) · 1.97 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
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.