Skip to content

v2.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Oct 23:52
· 60 commits to master since this release

2.0.0 (2018-10-15)

Bug Fixes

  • use sequelize 4 query argument style (557b798)

BREAKING CHANGES

  • instead of returning {query, bind}, which seems to be a deprecated or at
    least undocumented argument format for sequelize.query, sql`query` now returns
    [query, {bind}]