Skip to content

Releases: EarthlingInteractive/koa-generic-session-knex

v1.0.1

20 Feb 19:03
Compare
Choose a tag to compare

Fixed some bugs:

  • sync error message returns table name
  • removed duplicate sqlite config in test config
  • fixed table exists check, as it was previously trying to recreate table every time it was instantiated

v1.0.0

20 Feb 14:34
Compare
Choose a tag to compare

First release! Ported koa-generic-session-sequelize and replaced sequalize with knex. All tests pass.