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)
This commit is contained in:
parent
9996e39fd2
commit
8f2cb3ae7a
16
CHANGES.md
16
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue