Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.24 KB

History.md

File metadata and controls

66 lines (44 loc) · 1.24 KB

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