Browse Source
* Deprecated up static in favour of up serve * Updated README, changelog and version number to 0.2.5pull/10/head
Muthu Kumar
7 years ago
12 changed files with 129 additions and 85 deletions
@ -1,15 +1,22 @@ |
|||
# Changelog / Version history |
|||
|
|||
## `up` v. 0.2.1 |
|||
|
|||
- Bug fix and patch for `up kill-all` breaking unexpectedly due to undefined default config file. |
|||
|
|||
## `up` v. 0.2.0 |
|||
|
|||
- Under the hood BREAKING changes. Working directories change. |
|||
- `/var/www/` to `/etc/up-serve/static/` |
|||
- `/etc/nginx/sites-available/` to `/etc/nginx/conf.d` |
|||
- `up static|proxy <domain>` adds the server to `/etc/up-serve/servers.up` list. |
|||
- `up kill <domain>` removes server from `servers.up` list. |
|||
- `up list` lists available servers from /etc/up-serve/servers.up! |
|||
- `up kill-all` destroys all servers and places a `default.conf` in `/etc/nginx/sites-enabled`. |
|||
# Changelog / Version history |
|||
|
|||
## `up` v. 0.2.5 |
|||
|
|||
- `up static` is DEPRECATED. Use `up serve` instead. |
|||
- Major refactor of code, and splitting of `index.js` to `lib.js` and `cli.js`. |
|||
- Basic API now available. |
|||
- Usage of `conf.d` is DEPRECATED. `up-serve` now only uses `sites-enabled`. Since everything is abstracted at a higher level, the need for maintaining two directories (Read sites-available here) is non-existent. |
|||
|
|||
## `up` v. 0.2.1 |
|||
|
|||
- Bug fix and patch for `up kill-all` breaking unexpectedly due to undefined default config file. |
|||
|
|||
## `up` v. 0.2.0 |
|||
|
|||
- Under the hood BREAKING changes. Working directories change. |
|||
- `/var/www/` to `/etc/up-serve/static/` |
|||
- `/etc/nginx/sites-available/` to `/etc/nginx/conf.d` |
|||
- `up static|proxy <domain>` adds the server to `/etc/up-serve/servers.up` list. |
|||
- `up kill <domain>` removes server from `servers.up` list. |
|||
- `up list` lists available servers from /etc/up-serve/servers.up! |
|||
- `up kill-all` destroys all servers and places a `default.conf` in `/etc/nginx/sites-enabled`. |
|||
|
Loading…
Reference in new issue