Skip to content

Commit d7cf478

Browse files
committed
3.0.0-alpha.6
* Return error if the connector does not implement (Amir Jafarian) * kv-memory: fix crash in regular cleanup (Miroslav Bajtoš) * test/relation: add missing error handlers (Miroslav Bajtoš) * forceId=true with auto-increment db (jannyHou) * Fixup globalization (Amir Jafarian) * kvao: return 404 when expiring unknown key (Miroslav Bajtoš) * Implement KeyValue API and memory connector (Miroslav Bajtoš) * Disallow bulk updateOrCreate. (Richard Pringle) * Update globalization (Amir Jafarian) * Use g.f instead of utils.format (Amir Jafarian) * Optimize related model queries (Horia Radu) * Support for globalization (Amir Jafarian) * Update include.js (Rand McKinney) * Fix test case typo (Supasate Choochaisri) * Remove unused variables in model.js (Amir Jafarian) * Declare `definition` (Amir Jafarian) * Add test to catch invalid date property (Supasate Choochaisri) * Update URLs in CONTRIBUTING.md (#1002) (Ryan Graham) * Ensure stable order of items in DAO.find() (Miroslav Bajtoš) * Add test for updateOrCreate (Amir Jafarian) * Update validations.js (Rand McKinney) * Remove DataSource.registerType() (gunjpan) * give options to validators #984 (RobinBiondi) * Throw Error for property names with dots (gunjpan) * Update datasource.js (Ritchie Martori)
1 parent b01df10 commit d7cf478

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGES.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
2016-08-11, Version 3.0.0-alpha.6
2+
=================================
3+
4+
* Return error if the connector does not implement (Amir Jafarian)
5+
6+
* kv-memory: fix crash in regular cleanup (Miroslav Bajtoš)
7+
8+
* test/relation: add missing error handlers (Miroslav Bajtoš)
9+
10+
* forceId=true with auto-increment db (jannyHou)
11+
12+
* Fixup globalization (Amir Jafarian)
13+
14+
* kvao: return 404 when expiring unknown key (Miroslav Bajtoš)
15+
16+
* Implement KeyValue API and memory connector (Miroslav Bajtoš)
17+
18+
* Disallow bulk updateOrCreate. (Richard Pringle)
19+
20+
* Update globalization (Amir Jafarian)
21+
22+
* Use g.f instead of utils.format (Amir Jafarian)
23+
24+
* Optimize related model queries (Horia Radu)
25+
26+
* Support for globalization (Amir Jafarian)
27+
28+
* Update include.js (Rand McKinney)
29+
30+
* Fix test case typo (Supasate Choochaisri)
31+
32+
* Remove unused variables in model.js (Amir Jafarian)
33+
34+
* Declare `definition` (Amir Jafarian)
35+
36+
* Add test to catch invalid date property (Supasate Choochaisri)
37+
38+
* Update URLs in CONTRIBUTING.md (#1002) (Ryan Graham)
39+
40+
* Ensure stable order of items in DAO.find() (Miroslav Bajtoš)
41+
42+
* Add test for updateOrCreate (Amir Jafarian)
43+
44+
* Update validations.js (Rand McKinney)
45+
46+
* Remove DataSource.registerType() (gunjpan)
47+
48+
* give options to validators #984 (RobinBiondi)
49+
50+
* Throw Error for property names with dots (gunjpan)
51+
52+
* Update datasource.js (Ritchie Martori)
53+
54+
155
2016-06-13, Version 3.0.0-alpha.5
256
=================================
357

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"publishConfig": {
55
"tag": "next",
66
"export-tests": true

0 commit comments

Comments
 (0)