node-querybuilder
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -7,2 +7,15 @@ # Changes | ||
## v2.1.1 (2019-11-08) | ||
* Updated documentation to reflect new Promise API support. | ||
## v2.1.0 (2019-11-08) | ||
* Added Promise support. Closes [#18](https://github.com/kylefarris/node-querybuilder/pull/52). Thanks for the contribution @AbhijetPokhrel! | ||
* Added new tests to verify that Promise support is working. | ||
## v2.0.2 (2019-10-28) | ||
* Finally got testing working on Travis CI for MySQL and MSSQL. | ||
## v2.0.0 (2018-06-15) | ||
@@ -9,0 +22,0 @@ |
{ | ||
"name": "node-querybuilder", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Kyle Farris <kyle@chomponllc.com>", | ||
@@ -5,0 +5,0 @@ "description": "Modeled after Codeigniter's QueryBuilder. Build and execute queries in a safe and database-agnostic way.", |
Sorry, the diff of this file is too big to display
1672125
2323