Skip to content

Commit 3e0effa

Browse files
committed
5.0
1 parent 7eb392b commit 3e0effa

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
# nodejs-poolController - Version 4.x-DEV
2+
# nodejs-poolController - Version 5.0.0
33

44

5-
[![Join the chat at https://gitter.im/nodejs-poolController/Lobby](https://badges.gitter.im/nodejs-poolController/Lobby.svg)](https://gitter.im/nodejs-poolController/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/tagyoureit/nodejs-poolController.svg?branch=4.x-DEV)](https://travis-ci.org/tagyoureit/nodejs-poolController) [![Coverage Status](https://coveralls.io/repos/github/tagyoureit/nodejs-poolController/badge.svg?branch=4.x-DEV)](https://coveralls.io/github/tagyoureit/nodejs-poolController?branch=4.x-DEV) [![Known Vulnerabilities](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller/badge.svg)](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller)
5+
[![Join the chat at https://gitter.im/nodejs-poolController/Lobby](https://badges.gitter.im/nodejs-poolController/Lobby.svg)](https://gitter.im/nodejs-poolController/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/tagyoureit/nodejs-poolController.svg?branch=master)](https://travis-ci.org/tagyoureit/nodejs-poolController) [![Coverage Status](https://coveralls.io/repos/github/tagyoureit/nodejs-poolController/badge.svg?branch=master)](https://coveralls.io/github/tagyoureit/nodejs-poolController?branch=5.0.0) [![Known Vulnerabilities](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller/badge.svg)](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller)
66

77
# Breaking changes in Dev release
88

@@ -111,12 +111,12 @@ If you don't know anything about NodeJS, these directions might be helpful.
111111

112112
Universal notes
113113

114-
1. For precaution, make a backup copy of your `config.json` or customized configuration file. New in the 4.x-DEV release is that the app will automatically upgrade this file.
114+
1. For precaution, make a backup copy of your `config.json` or customized configuration file. New in the 5.0.0 release is that the app will automatically upgrade this file.
115115

116116

117117
Git clone method - Harder way, but you can create PR's and help with development
118118
1. `git clone [email protected]:tagyoureit/nodejs-poolController.git` (clone the repo if you are starting fresh)
119-
1. `git checkout 4.x-DEV` (switch to 4.x-DEV branch - Development branch only)
119+
1. `git checkout 5.0.0` (switch to 5.0.0 branch - Development branch only)
120120
1. `git pull` (anytime you want to grab the latest code)
121121
1. `npm update` (update dependencies)
122122

@@ -949,7 +949,7 @@ Docker Instructions
949949
* Support for up to 50 circuits, 8 pumps
950950
* Delay and Cancel Delay for circuits
951951

952-
4.x-DEV -
952+
5.0.0 -
953953
* Added add/delete/edit schedule
954954
* All sockets/API now singular (`circuits`->`circuit`)
955955
* All sockets/API data now returned with a JSON qualifier. EG `{pump:...}`, `{circuit:...}`

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,40 +40,40 @@
4040
"dependencies": {
4141
"bluebird": "^3.5.0",
4242
"bootstrap": "^3.3.7",
43-
"bottlejs": "^1.6.3",
44-
"dateformat": "^3.0.2",
43+
"bottlejs": "^1.7.1",
44+
"dateformat": "^3.0.3",
4545
"deep-diff": "^0.3.8",
4646
"dequeue": "^1.0.5",
47-
"express": "^4.15.3",
48-
"getmac": "^1.2.1",
47+
"express": "^4.16.3",
48+
"getmac": "^1.4.1",
4949
"http-auth": "^3.1.3",
5050
"influx": "^5.0.7",
5151
"ip": "^1.1.5",
5252
"jquery": "^3.2.1",
5353
"jquery-ui-dist": "^1.12.1",
5454
"multicast-dns": "^6.2.1",
5555
"node-ip": "^0.1.2",
56-
"node-ssdp": "^3.2.5",
56+
"node-ssdp": "^3.3.0",
5757
"promised-io": "^0.3.5",
58-
"request": "^2.83.0",
58+
"request": "^2.86.0",
5959
"request-promise": "^4.2.2",
60-
"serialport": "^6.0.4",
61-
"socket.io": "^2.0.4",
62-
"socket.io-client": "^2.0.4",
63-
"underscore": "^1.8.3",
64-
"winston": "^2.4.0"
60+
"serialport": "^6.2.0",
61+
"socket.io": "^2.1.0",
62+
"socket.io-client": "^2.1.0",
63+
"underscore": "^1.9.0",
64+
"winston": "^2.4.2"
6565
},
6666
"devDependencies": {
6767
"chai": "^4.0.1",
68-
"coveralls": "^3.0.0",
68+
"coveralls": "^3.0.1",
6969
"grunt": "^1.0.1",
7070
"grunt-banner": "^0.6.0",
7171
"istanbul": "^0.4.5",
7272
"jshint": "^2.9.4",
7373
"mocha": "^4.1.0",
74-
"nock": "^9.1.6",
74+
"nock": "^9.2.6",
7575
"sinon": "^4.1.5",
76-
"snyk": "^1.68.0"
76+
"snyk": "^1.80.1"
7777
},
7878
"snyk": true
7979
}

src/www/bootstrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<table class="table table-hover">
7070
<thead>
7171
<tr>
72-
<th colspan="2">4.x-DEV release notes</th>
72+
<th colspan="2">5.0.0 release notes</th>
7373
</tr>
7474
</thead>
7575
<tbody>

0 commit comments

Comments
 (0)