Skip to content

v1.0.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@heinrich10 heinrich10 released this 22 Aug 04:05
· 12 commits to master since this release
0853384

major changes:

  • get function modified to accept params and then options
  • count function modified to accept params and then options and returns an array
  • insert, update, and delete functions changed to ins, upd, and del to avoid clashing with knex methods
  • updated documentation
  • experimental unit test mode

note:

  • this may be a breaking change as method signatures are changed
  • will create a unified eslint rule later