Skip to content

Commit d2dc289

Browse files
committed
Update CHANGELOG
1 parent c7e2e63 commit d2dc289

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

3+
## 0.13.0 (2017-11-08)
4+
5+
### Deprecations
6+
+ lib: Remove `{__raw: ...}` object documentation ([`1ad76d0`](https://github.com/nwoltman/node-mysql-plus/commit/1ad76d037811aa8c4ae8a1ecfda5c035a661b468))
7+
+ Use `mysql.raw()` or [`pool.raw()`](https://github.com/nwoltman/node-mysql-plus#PoolPlus+raw) instead to create raw values
8+
+ This is currently a soft deprecation. In `v0.14.0`, `mysql-plus` will log a warning if you use a `{__raw: ...}` object with the [`MySQLTable#insertIfNotExists()`](https://github.com/nwoltman/node-mysql-plus#MySQLTable+insertIfNotExists) method and support for `{__raw: ...}` objects will be removed completely in `v0.15.0`.
9+
10+
### New Features
11+
+ deps: mysql@2.15.0 ([`91ff662`](https://github.com/nwoltman/node-mysql-plus/commit/91ff662870ee58fee45c1cf71d4421dc8d7991af))
12+
+ [See `mysql` changes](https://github.com/mysqljs/mysql/blob/master/Changes.md#v2150-2017-10-05)
13+
+ lib: Improve debug output formatting ([`a43815f`](https://github.com/nwoltman/node-mysql-plus/commit/a43815f14909ecf027c541149d0a1a689e0b4d57))
14+
+ PoolPlus: Add `.raw()` method ([`f0779c9`](https://github.com/nwoltman/node-mysql-plus/commit/f0779c97d83f6fadb9938ec90918c8b83711407c))
15+
+ This is an alias of the `mysql.raw()` function added in `mysql@2.15.0`
16+
+ TableDefinition: Expand foreign key shorthand syntax ([`ccb3c53`](https://github.com/nwoltman/node-mysql-plus/commit/ccb3c53d222848c95f1d8ae5d989c89d899e8764))
17+
+ You can now specify the `onDelete` and `onUpdate` options in the shorthand like so: `table.column CASCADE`
18+
19+
### Misc
20+
+ ci: Test on Node 9 ([`6c44566`](https://github.com/nwoltman/node-mysql-plus/commit/6c445665d4db74a4671e13bea66b224507cd3289))
21+
+ Rename 'LICENSE' -> 'LICENSE.txt' ([`5b588f8`](https://github.com/nwoltman/node-mysql-plus/commit/5b588f8ebc86b8c119a7d693d106046203de34cd))
22+
23+
324
## 0.12.1 (2017-08-18)
425

526
+ lib: Fix debug formatting + improve foreign key operation formatting ([`9f714a7`](https://github.com/nwoltman/node-mysql-plus/commit/9f714a78df557533d4ecf3ba82bddc201fba4e58))

0 commit comments

Comments
 (0)