Skip to content

Commit

Permalink
Merge tag 'v1.4.0'
Browse files Browse the repository at this point in the history
1.4.0

 * Fix the empty column list (Raymond Feng)

 * Increase the limit to make sure other owners are selected (Raymond Feng)

 * Enhance id to pk mapping (Raymond Feng)

 * Fix: empty inq/nin function correctly (bitmage)
  • Loading branch information
Raymond Feng committed Jan 27, 2015
2 parents dd65044 + 9280bec commit d5090cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2015-01-27, Version 1.4.0
=========================

* Fix the empty column list (Raymond Feng)

* Increase the limit to make sure other owners are selected (Raymond Feng)

* Enhance id to pk mapping (Raymond Feng)

* Fix: empty inq/nin function correctly (bitmage)


2015-01-09, Version 1.3.0
=========================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-mssql",
"version": "1.3.0",
"version": "1.4.0",
"description": "Microsoft SQL Server connector for LoopBack",
"keywords": [
"StrongLoop",
Expand Down Expand Up @@ -36,6 +36,6 @@
"url": "https://github.com/strongloop/loopback-connector-mssql/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-connector-mssql@1.3.0"
"sl-blip": "http://blip.strongloop.com/loopback-connector-mssql@1.4.0"
}
}

0 comments on commit d5090cb

Please sign in to comment.