You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# CHANGELOG
2
2
3
+
## 0.12.0 (2017-08-18)
4
+
5
+
### Notable Changes
6
+
+ TableDefinition: When a column changes, update its position ([`3836d3b`](https://github.com/nwoltman/node-mysql-plus/commit/3836d3bf99b95ae5fcfc3d5305e1ec2df03b077d))
7
+
+ lib: Replace lodash/isEmpty with a custom function ([`a2b68f9`](https://github.com/nwoltman/node-mysql-plus/commit/a2b68f991e8533d6a9fbe619c8d73ae1ba6f4167))
8
+
+ lib: Replace lodash/cloneDeep with a custom function for cloning keys ([`73651c9`](https://github.com/nwoltman/node-mysql-plus/commit/73651c926512a65d13bd20e7733c1a3b21946dde))
9
+
+ lib: Replace lodash/isEqual with a custom function for comparing key definitions ([`db32bec`](https://github.com/nwoltman/node-mysql-plus/commit/db32bec59cab6c9f9ae500c519443d71c5863e99))
10
+
+ Lodash is no longer a dependency!
11
+
+ lib: Change how debugging logs to the console and test debugging code ([`c9aacb2`](https://github.com/nwoltman/node-mysql-plus/commit/c9aacb28de04ec796c23ddbf028b593b8e1a6a9c))
0 commit comments