Skip to content

2.0.1

Compare
Choose a tag to compare
@natesilva natesilva released this 07 Jun 23:39
· 15 commits to master since this release
cd169f0
  • Update to support new Sequelize symbolic operators. For example: { where: { [Op.lt]: 42 } } instead of { where: { $lt: 42 } }. See Sequelize documentation for more info.
  • This is a breaking change because it no longer works with Sequelize versions older than 4.12.0.