Skip to content

Releases: amkjs/amk-sql

v1.0.0-rc4

22 Aug 04:05
0853384
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release

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

bug fix

23 Apr 07:24
Compare
Choose a tag to compare
  • fixed a bug with 'tarn' library on knex > 0.14.2, refer here