Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 11, 2018
1 parent a77e63e commit 34ecafd
Show file tree
Hide file tree
Showing 34 changed files with 822 additions and 5,119 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.cache
.DS_Store
*.log
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "stable"
- "4"
- "6"
script:
- npm run build
- npm test
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
## 0.8.0

* Create empty `conf.json` if it doesn't exist
* Self-signed certicate are now generated in `~/.hotel` (you'll need to "trust" the certificate again)

* Update UI
* New 2018 style 🎉
* Drop IE support for the UI
* new 2018 style 🎉
* Links now open in new tabs (should improve integration with third-party tools)
* Update all dependencies

__Breaking__

* Drop IE support for the UI
* Drop Node 4 support
* Self-signed certicates are now generated in `~/.hotel` (you'll need to "trust" them again)

## 0.7.6

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: '5'
nodejs_version: '6'

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
Loading

0 comments on commit 34ecafd

Please sign in to comment.