2.46.0
* Insert copyright headers (Miroslav Bajtoš) * Relicense as MIT only (Miroslav Bajtoš) * Fix Mongo compatibility issue (Amir Jafarian) * Add automigrate to setup tables for replace test cases (Amir Jafarian) * Remove next tag (2.x) (Amir Jafarian) * Allow test folder to be published (Amir Jafarian) * Fix tests for mysql (Amir Jafarian) * Add forgotten unit test (Miroslav Bajtoš) * Improve error message on connector init error (Miroslav Bajtoš) * Update describe-operation-hooks (Miroslav Bajtoš) * Fix missing connector error msg for db2, cloudant for 2.x (Candy) * Implementtaion of replace (Amir Jafarian)
This commit is contained in:
parent
fbd8b67766
commit
7eee0afb52
28
CHANGES.md
28
CHANGES.md
|
@ -1,3 +1,31 @@
|
||||||
|
2016-04-07, Version 2.46.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Insert copyright headers (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Relicense as MIT only (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix Mongo compatibility issue (Amir Jafarian)
|
||||||
|
|
||||||
|
* Add automigrate to setup tables for replace test cases (Amir Jafarian)
|
||||||
|
|
||||||
|
* Remove next tag (2.x) (Amir Jafarian)
|
||||||
|
|
||||||
|
* Allow test folder to be published (Amir Jafarian)
|
||||||
|
|
||||||
|
* Fix tests for mysql (Amir Jafarian)
|
||||||
|
|
||||||
|
* Add forgotten unit test (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Improve error message on connector init error (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Update describe-operation-hooks (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix missing connector error msg for db2, cloudant for 2.x (Candy)
|
||||||
|
|
||||||
|
* Implementtaion of replace (Amir Jafarian)
|
||||||
|
|
||||||
|
|
||||||
2016-02-22, Version 2.45.2
|
2016-02-22, Version 2.45.2
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.45.2",
|
"version": "2.46.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue