Skip to content

Commit

Permalink
Removed node 8 from CI, added 10+ to breaking changes due to using pr…
Browse files Browse the repository at this point in the history
…omise.finally (could polyfill support if you wanted)
  • Loading branch information
kfitzgerald committed Apr 9, 2019
1 parent 98ee7b3 commit e1bf174
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- lts/*
- '10'
- '8'
services:
- docker
before_install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Note: requires the [`okanjo-app`](https://github.com/okanjo/okanjo-app) module.

### v3.0.0

* Node v10+ only (unless you polyfill Promise.prototype.finally support yourself)
* Changed MySQL driver from [mysqljs/mysql](https://github.com/mysqljs/mysql) to [mysql/mysql-connector-nodejs](https://github.com/mysql/mysql-connector-nodejs)
* MySQLService:
* `config` options have changed. See [MySQLService](#MySQLService) for options.
Expand Down

0 comments on commit e1bf174

Please sign in to comment.