2.20.0
* Remove trailing spaces. (Miroslav Bajtoš) * Improve instance-level operation hooks (Fabien Franzen) * Fix the test case (Raymond Feng) * fix foreign key dataType bug (didikeke) * Reformat notifyObserversOf context argument (Fabien Franzen) * Implement operation hooks' context (Fabien Franzen) * Allow submodel to hide base properties (Raymond Feng)
This commit is contained in:
parent
274a5c778a
commit
7dc0fcd26f
20
CHANGES.md
20
CHANGES.md
|
@ -1,4 +1,22 @@
|
|||
2015-03-05, Version 2.19.2
|
||||
2015-03-12, Version 2.20.0
|
||||
==========================
|
||||
|
||||
* Remove trailing spaces. (Miroslav Bajtoš)
|
||||
|
||||
* Improve instance-level operation hooks (Fabien Franzen)
|
||||
|
||||
* Fix the test case (Raymond Feng)
|
||||
|
||||
* fix foreign key dataType bug (didikeke)
|
||||
|
||||
* Reformat notifyObserversOf context argument (Fabien Franzen)
|
||||
|
||||
* Implement operation hooks' context (Fabien Franzen)
|
||||
|
||||
* Allow submodel to hide base properties (Raymond Feng)
|
||||
|
||||
|
||||
2015-03-04, Version 2.19.2
|
||||
==========================
|
||||
|
||||
* Improved and corrected API docs (crandmck)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.19.2",
|
||||
"version": "2.20.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue