Skip to content

Latest commit

 

History

History
118 lines (78 loc) · 3.33 KB

History.md

File metadata and controls

118 lines (78 loc) · 3.33 KB

3.3.1 / 2019-04-24

fixes

  • [52147de] - fix: query parameters are not allowed to be included in where (#67) (Hoyt <hoythan@gmail.com>)

others

3.3.0 / 2018-12-11

features

3.2.0 / 2018-11-19

features

3.1.0 / 2018-09-30

features

fixes

others

3.0.1 / 2017-09-26

fixes

others

3.0.0 / 2017-04-02

  • feat: promiseify (#20)

2.7.0 / 2017-03-31

  • feat: wrap generator function to promise (#19)

2.6.1 / 2017-01-20

  • fix: where with empty object (#15)

2.6.0 / 2016-08-09

  • feat: support query(sql, object) (#12)
  • test: use travis ci local mysql server (#13)

2.5.0 / 2016-06-07

  • feat: support end()

2.4.0 / 2016-06-07

  • feat: add queryOne api (#9)

2.3.1 / 2016-06-02

  • fix: move sql to error stack (#8)

2.3.0 / 2016-05-15

  • feat: support transaction on one request ctx (#7)

2.2.0 / 2016-01-13

  • deps: mysql@2.10.2

2.1.0 / 2015-06-08

  • feat: add *beginTransactionScope(scope)
  • docs: require ali-rds

2.0.0 / 2015-06-08

  • test: only test on iojs-2
  • feat: add count(table, where)
  • refactor: use const and let instead of var
  • feat: add Transaction
  • feat: support insert multi rows
  • break: remove fields property from result
  • refactor: use options params style
  • feat: add get(), list(), insert(), update()

1.1.0 / 2015-06-02

  • test: improve test coverage
  • test: make sure name prefix is different
  • feat: add options.needFields, default is true

1.0.0 / 2015-02-25

  • first release, only support MySQL