3.0.0
* Describe the change of forceId (jannyHou) * Add translation files (Amir Jafarian) * Add 'isNewInstance' for updateAttributes (Amir Jafarian) * Strict mode now always return validationError (David Cheung) * Add docs for KVAO (Simon Ho) * Skip test temporarily (Loay) * Fix BSON Object ID errors for CI (Simon Ho)
This commit is contained in:
parent
2ee331ef44
commit
8b835b1b5c
18
CHANGES.md
18
CHANGES.md
|
@ -1,3 +1,21 @@
|
|||
2016-09-22, Version 3.0.0
|
||||
=========================
|
||||
|
||||
* Describe the change of forceId (jannyHou)
|
||||
|
||||
* Add translation files (Amir Jafarian)
|
||||
|
||||
* Add 'isNewInstance' for updateAttributes (Amir Jafarian)
|
||||
|
||||
* Strict mode now always return validationError (David Cheung)
|
||||
|
||||
* Add docs for KVAO (Simon Ho)
|
||||
|
||||
* Skip test temporarily (Loay)
|
||||
|
||||
* Fix BSON Object ID errors for CI (Simon Ho)
|
||||
|
||||
|
||||
2016-09-08, Version 3.0.0-alpha.8
|
||||
=================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.0.0-alpha.8",
|
||||
"version": "3.0.0",
|
||||
"publishConfig": {
|
||||
"tag": "next",
|
||||
"export-tests": true
|
||||
|
|
Loading…
Reference in New Issue