* Update deps and fix styles (Raymond Feng)
 * Add checkFieldAndIndex (#87) (Janny)
 * Refactor SQL migration methods (ssh24)
 * Fix replaceById for Oracle (Loay Gewily)
 * Refactor SQL discovery methods (Loay)
 * Fix replaceById unfound id bug (Loay Gewily)
This commit is contained in:
Raymond Feng 2017-03-06 15:57:01 -08:00
parent 9996e39fd2
commit 8f2cb3ae7a
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2017-03-06, Version 4.0.0
=========================
* Update deps and fix styles (Raymond Feng)
* Add checkFieldAndIndex (#87) (Janny)
* Refactor SQL migration methods (ssh24)
* Fix replaceById for Oracle (Loay Gewily)
* Refactor SQL discovery methods (Loay)
* Fix replaceById unfound id bug (Loay Gewily)
2016-12-21, Version 3.0.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=4"