1 | # auto-reload-brunch 1.7.8 (5 March 2015)
|
2 | * Added support for wss. Specify your SSL cert like this: `keyPath` and `certPath`
|
3 | * Added support for `data-autoreload=false` on `<link>` stylesheets.
|
4 |
|
5 | # auto-reload-brunch 1.7.7 (4 March 2015)
|
6 | * Updated `ws` to 0.7.
|
7 | * Added `host` option.
|
8 | * Added `forceRepaint` option.
|
9 | * Fixed repaints for the latest chrome
|
10 |
|
11 | # auto-reload-brunch 1.7.6 (26 January 2015)
|
12 | * Automatically use `localhost` as the host if not specified by the user
|
13 | and `window.location.hostname` does not resolve to anything.
|
14 | * Makes it work with NW.js (fka node-webkit) out of the box
|
15 |
|
16 | # auto-reload-brunch 1.7.5 (18 October 2014)
|
17 | * Fix bug with custom port arrays and recent 0.11.x versions of node.js
|
18 |
|
19 | # auto-reload-brunch 1.7.4 (26 September 2014)
|
20 | * Fix automatic port collision resolution
|
21 | * Explicitly trigger browser repaint on style updates
|
22 |
|
23 | # auto-reload-brunch 1.7.3 (27 February 2014)
|
24 | * Fix include script regression bug
|
25 |
|
26 | # auto-reload-brunch 1.7.2 (26 February 2014)
|
27 | * Updated `ws` module.
|
28 |
|
29 | # auto-reload-brunch 1.7.1 (2 November 2013)
|
30 | * Added `delay` option
|
31 |
|
32 | # auto-reload-brunch 1.7.0 (28 September 2013)
|
33 | * Automatically change port setting on client-side to match server's
|
34 | * Client auto-reconnect, so manual refresh is not needed after a brunch restart
|
35 | * Fine-grained enable settings to customize what types of changes trigger an
|
36 | auto-reload.
|
37 | * Port setting can be an array for automatic recovery from port conflicts
|
38 |
|
39 | # auto-reload-brunch 1.6.5 (28 August 2013)
|
40 | * Added `enabled` option.
|
41 |
|
42 | # auto-reload-brunch 1.6.4 (24 July 2013)
|
43 | * Handled more WebSocketServer errors.
|
44 |
|
45 | # auto-reload-brunch 1.6.3 (11 May 2013)
|
46 | * Added `teardown` API support.
|
47 |
|
48 | # auto-reload-brunch 1.6.2 (6 May 2013)
|
49 | * Fixed styles reloading in brunch 1.6.4+.
|
50 |
|
51 | # auto-reload-brunch 1.6.1 (18 April 2013)
|
52 | * Moved configuration to `config.plugins.autoReload` from `config.autoReload`.
|
53 |
|
54 | # auto-reload-brunch 1.6.0 (7 April 2013)
|
55 | * Enabled plugin by default.
|
56 |
|
57 | # auto-reload-brunch 1.5.2 (19 March 2013)
|
58 | * Added node 0.10 support, removed coffee-script dependency.
|
59 |
|
60 | # auto-reload-brunch 1.5.1 (30 January 2013)
|
61 | * Plugin is now disabled in production environment (w / --optimize).
|
62 |
|
63 | # auto-reload-brunch 1.5.0 (13 January 2013)
|
64 | * Improved installation process.
|
65 |
|
66 | # auto-reload-brunch 1.4.0 (26 November 2012)
|
67 | * Added ability to customize websocket server ip & port and remote server ip.
|
68 |
|
69 | # auto-reload-brunch 1.3.2 (15 July 2012)
|
70 | * Updated `ws` dependency to 0.4.20.
|
71 |
|
72 | # auto-reload-brunch 1.3.1 (29 June 2012)
|
73 | * Fixed `config.persistent` bug.
|
74 |
|
75 | # auto-reload-brunch 1.3.0 (29 June 2012)
|
76 | * Reloading became smarter. If you change stylesheet, the page itself
|
77 | won't be reloaded etc.
|
78 | * Added node.js 0.8 and 0.9 support.
|
79 | * Package is now precompiled before every publishing to npm.
|
80 |
|
81 | # auto-reload-brunch 1.2.0 (18 May 2012)
|
82 | * Initial release.
|