3.31.1
* Fix for #1724 - Added options to attribute updates (#1725) (#1748) (Bill Matson) * Fix "access" hook for unoptimized "near" queries (Miroslav Bajtoš) * Test "near" queries executed in memory (Miroslav Bajtoš) * Fix DateString ctor to accept DateString instances (Miroslav Bajtoš)
This commit is contained in:
parent
16936e0146
commit
507621c370
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
||||||
|
2019-05-31, Version 3.31.1
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Fix for #1724 - Added options to attribute updates (#1725) (#1748) (Bill Matson)
|
||||||
|
|
||||||
|
* Fix "access" hook for unoptimized "near" queries (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Test "near" queries executed in memory (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix DateString ctor to accept DateString instances (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2019-05-03, Version 3.31.0
|
2019-05-03, Version 3.31.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "3.31.0",
|
"version": "3.31.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true,
|
"export-tests": true,
|
||||||
"tag": "lts"
|
"tag": "lts"
|
||||||
|
|
Loading…
Reference in New Issue