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