Skip to content

Commit 1e8fe6a

Browse files
committed
3.0.0-alpha.4
* Partition by foreign key for pagination (Raymond Feng) * Fix style errors (Raymond Feng) * fix remaining eslint issues (Miroslav Bajtoš) * eslint --fix (Miroslav Bajtoš) * Add eslint as "npm run lint" and "posttest" hook (Miroslav Bajtoš) * Remove unused support/ files (Miroslav Bajtoš) * Insert copyright headers (Ryan Graham) * Relicense as MIT only (Ryan Graham) * Fix Mongo compatibility issue (Amir Jafarian) * Add automigrate to setup tables for replace test cases (Amir Jafarian) * Allow test folder to be published (Amir Jafarian) * support custom field settings under the connector's namespace (bitmage) * Update error message for missing connector (gunjpan) * Fix tests for mysql (Amir Jafarian) * Add forgotten unit test (Miroslav Bajtoš) * fix nin support for in memory datasource (Horia Radu) * Improve error message on connector init error (Miroslav Bajtoš) * discoverSchemas returns an error when modelName is not found, discoverSchema forwards that error and does not hang when no columns, no errors are returned (bitmage)
1 parent 85ed753 commit 1e8fe6a

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGES.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
2016-04-07, Version 3.0.0-alpha.4
2+
=================================
3+
4+
* Partition by foreign key for pagination (Raymond Feng)
5+
6+
* Fix style errors (Raymond Feng)
7+
8+
* fix remaining eslint issues (Miroslav Bajtoš)
9+
10+
* eslint --fix (Miroslav Bajtoš)
11+
12+
* Add eslint as "npm run lint" and "posttest" hook (Miroslav Bajtoš)
13+
14+
* Remove unused support/ files (Miroslav Bajtoš)
15+
16+
* Insert copyright headers (Ryan Graham)
17+
18+
* Relicense as MIT only (Ryan Graham)
19+
20+
* Fix Mongo compatibility issue (Amir Jafarian)
21+
22+
* Add automigrate to setup tables for replace test cases (Amir Jafarian)
23+
24+
* Allow test folder to be published (Amir Jafarian)
25+
26+
* support custom field settings under the connector's namespace (bitmage)
27+
28+
* Update error message for missing connector (gunjpan)
29+
30+
* Fix tests for mysql (Amir Jafarian)
31+
32+
* Add forgotten unit test (Miroslav Bajtoš)
33+
34+
* fix nin support for in memory datasource (Horia Radu)
35+
36+
* Improve error message on connector init error (Miroslav Bajtoš)
37+
38+
* discoverSchemas returns an error when modelName is not found, discoverSchema forwards that error and does not hang when no columns, no errors are returned (bitmage)
39+
40+
141
2016-02-22, Version 3.0.0-alpha.3
242
=================================
343

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.3",
3+
"version": "3.0.0-alpha.4",
44
"publishConfig": {
55
"tag": "next",
66
"export-tests": true

0 commit comments

Comments
 (0)