We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8527d commit 9c324e4Copy full SHA for 9c324e4
HISTORY.md
@@ -1,5 +1,5 @@
1
-unreleased
2
-==========
+2.1.0 / 2016-09-26
+==================
3
4
* Accept numbers and other value types in `escapeId`
5
* Run `buffer.toString()` through escaping
package.json
@@ -1,7 +1,7 @@
{
"name": "sqlstring",
"description": "Simple SQL escape and format for MySQL",
- "version": "2.0.1",
+ "version": "2.1.0",
"contributors": [
6
"Douglas Christopher Wilson <doug@somethingdoug.com>",
7
"fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
0 commit comments