Skip to content

Commit 9919953

Browse files
committed
Update CHANGELOG
1 parent 9d31c23 commit 9919953

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 0.14.0 (2018-02-15)
4+
5+
### Breaking Changes
6+
+ lib: Remove support for deprecated `{__raw: ...}` objects ([`739a293`](https://github.com/nwoltman/node-mysql-plus/commit/739a293b21d5ca5fe6e2080d1a81f6314d44a310))
7+
8+
### New Features
9+
+ PoolPlus: Add Promise support to [`pool.sync()`](https://github.com/nwoltman/node-mysql-plus#PoolPlus+sync) ([`0704b40`](https://github.com/nwoltman/node-mysql-plus/commit/0704b4023c020e672ad6d6e93e5af01074b828a6))
10+
11+
#### Performance
12+
+ lib: Use `===` where possible ([`9d31c23`](https://github.com/nwoltman/node-mysql-plus/commit/9d31c2348f68aabf41006b772ddf7b1c5fd9e526))
13+
14+
### Documentation
15+
+ docs: Simplify initial example and use `async-await` ([`9987b43`](https://github.com/nwoltman/node-mysql-plus/commit/9987b43882bf821b1e89aee46b39519c7553cde5))
16+
+ docs: Avoid using pronouns where possible ([`913d92c`](https://github.com/nwoltman/node-mysql-plus/commit/913d92c020a3f0bb11ebcb05ef314d2dbe4dfa91))
17+
18+
319
## 0.13.1 (2018-01-28)
420

521
### Deprecations

0 commit comments

Comments
 (0)