2016-02-12 11:40:21 -05:00
|
|
|
# Changelog
|
|
|
|
|
2016-11-18 22:15:56 -05:00
|
|
|
# 5.0.0
|
|
|
|
* Re-added firebird as a database
|
|
|
|
* Replaced all callback interfaces with promises
|
|
|
|
|
2016-03-11 10:41:04 -05:00
|
|
|
## 4.0.0
|
|
|
|
* Changed connection setup to just use a config object - the appropriate adapter object is created by the library.
|
|
|
|
* Removed mysql adapter, as mysql2 is very similar and does proper prepared statements
|
2016-03-11 16:32:38 -05:00
|
|
|
* Removed firebird entirely
|
2016-03-15 15:37:24 -04:00
|
|
|
* Created a standard result object
|
2016-03-11 10:41:04 -05:00
|
|
|
|
2016-02-12 11:40:21 -05:00
|
|
|
## 3.2.0
|
|
|
|
* Added public `query` method for making arbitrary sql calls
|
2016-03-09 15:05:38 -05:00
|
|
|
* Added back tests for `node-firebird` adapter. Using this adapter with promises is not currently supported.
|
2016-02-12 11:40:21 -05:00
|
|
|
|
|
|
|
## 3.1.0
|
2016-11-18 22:15:56 -05:00
|
|
|
* Added support for promises on query execution methods
|