You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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)
Copy file name to clipboardExpand all lines: CHANGES.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
0 commit comments