Skip to content

Commit dd3e70a

Browse files
committed
Update CHANGELOG
1 parent beddf36 commit dd3e70a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 0.10.0 (2017-04-05)
4+
5+
### Possibly Breaking Changes
6+
+ feat: When new columns are added during migrations, add them in the same position that they are defined in the `columns` object ([`beddf36`](https://github.com/nwoltman/node-mysql-plus/commit/beddf364263ea56d36c2ed12b103022334f95351))
7+
+ Only breaking if you directly test the result of `SHOW CREATE TABLE` after migrations
8+
+ PoolPlus: Make [`.defineTable()`](https://github.com/nwoltman/node-mysql-plus#PoolPlus+defineTable) throw a `TypeError` (instead of `Error`) if name is not a string ([`b6489fe`](https://github.com/nwoltman/node-mysql-plus/commit/b6489fe7de666a937f7132112da4450618c9a9e0))
9+
+ Mostly likely won't break anything
10+
11+
### New Features
12+
+ PoolPlus: Add [`.basicTable()`](https://github.com/nwoltman/node-mysql-plus#PoolPlus+basicTable) method that just creates a `MySQLTable` instance ([`2ca6e43`](https://github.com/nwoltman/node-mysql-plus/commit/2ca6e4389b1c4a13aeec5fbc18b2a49aa3117b1a))
13+
314
## 0.9.0 (2017-03-26)
415

516
### Breaking Changes

0 commit comments

Comments
 (0)