|
1 | 1 |
|
2 | | -# nodejs-poolController - Version 4.x-DEV |
| 2 | +# nodejs-poolController - Version 5.0.0 |
3 | 3 |
|
4 | 4 |
|
5 | | -[](https://gitter.im/nodejs-poolController/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/tagyoureit/nodejs-poolController) [](https://coveralls.io/github/tagyoureit/nodejs-poolController?branch=4.x-DEV) [](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller) |
| 5 | +[](https://gitter.im/nodejs-poolController/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/tagyoureit/nodejs-poolController) [](https://coveralls.io/github/tagyoureit/nodejs-poolController?branch=5.0.0) [](https://snyk.io/test/github/tagyoureit/nodejs-poolcontroller) |
6 | 6 |
|
7 | 7 | # Breaking changes in Dev release |
8 | 8 |
|
@@ -111,12 +111,12 @@ If you don't know anything about NodeJS, these directions might be helpful. |
111 | 111 |
|
112 | 112 | Universal notes |
113 | 113 |
|
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. |
115 | 115 |
|
116 | 116 |
|
117 | 117 | Git clone method - Harder way, but you can create PR's and help with development |
118 | 118 | 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) |
120 | 120 | 1. `git pull` (anytime you want to grab the latest code) |
121 | 121 | 1. `npm update` (update dependencies) |
122 | 122 |
|
@@ -949,7 +949,7 @@ Docker Instructions |
949 | 949 | * Support for up to 50 circuits, 8 pumps |
950 | 950 | * Delay and Cancel Delay for circuits |
951 | 951 |
|
952 | | -4.x-DEV - |
| 952 | +5.0.0 - |
953 | 953 | * Added add/delete/edit schedule |
954 | 954 | * All sockets/API now singular (`circuits`->`circuit`) |
955 | 955 | * All sockets/API data now returned with a JSON qualifier. EG `{pump:...}`, `{circuit:...}` |
|
0 commit comments