Skip to content

0.8.0

Compare
Choose a tag to compare
@nwoltman nwoltman released this 21 Mar 03:54
· 132 commits to master since this release

Possibly Breaking Changes

  • MySQLTable: Simplify parsing arguments to .insert() and .update() (725cdfa)
    • Should not be a breaking change if you don't pass strings or numbers as the values parameter and you don't use undefined or null to fill in unused arguments (i.e. .insert({data}, undefined, undefined, callback))

New Features

Bug Fixes

  • MySQLTable: Fix bug in .insert() where sqlString was ignored if data was an array (55cc324)