2.39.0
* Optimze automigrate() to cut the test time signicantly (Raymond Feng) * Fix primary key checks (Simon Ho) * travis: drop 0.6 and 0.8, add iojs (Miroslav Bajtoš) * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš) * Relax id requirement for basic query operations (Simon Ho)
This commit is contained in:
parent
236dda736c
commit
0b22e2a2fb
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2015-08-27, Version 2.39.0
|
||||
==========================
|
||||
|
||||
* Optimze automigrate() to cut the test time signicantly (Raymond Feng)
|
||||
|
||||
* Fix primary key checks (Simon Ho)
|
||||
|
||||
* travis: drop 0.6 and 0.8, add iojs (Miroslav Bajtoš)
|
||||
|
||||
* Upgrade Travis to container-based infrastructure (Miroslav Bajtoš)
|
||||
|
||||
* Relax id requirement for basic query operations (Simon Ho)
|
||||
|
||||
|
||||
2015-08-18, Version 2.38.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.38.0",
|
||||
"version": "2.39.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue