Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksimek committed Apr 11, 2016
1 parent eb9f864 commit 2772b41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v3.2.0 (not yet released)
v3.2.0 (2016-04-11)
-------------------
[new] Added experimental support for ES6 tagged template literals
[new] Added support for Variant data type
[change] Updated to latest Tedious 1.14.0

v3.1.2 (2016-03-08)
-------------------
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sql.connect(config).then(function() {
});
```

All values are automatically santized against sql injection.
All values are automatically sanitized against sql injection.

<a name="callbacks" />
### Nested callbacks
Expand Down Expand Up @@ -368,6 +368,8 @@ new sql.Connection(config).connect().then(function(conn) {
});
```

All values are automatically sanitized against sql injection.

<a name="cfg" />
## Configuration

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"azure",
"node-mssql"
],
"version": "3.1.2",
"version": "3.2.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2772b41

Please sign in to comment.