Skip to content

Commit 8af6bb5

Browse files
committed
2.7.0
* Add connectorCapabilities global object (loopbackio#179) (Nicholas Duffy) * Accept PGDATABASE env var in test/init.js (loopbackio#178) (Simon Ho) * Remove unused prefix from test env vars (loopbackio#176) (Simon Ho) * Fix loopbackio#123: Set default value during autoupdate. (loopbackio#167) (Samuel Reed) * Update translation files - round#2 (loopbackio#170) (Candy) * Add translated files (gunjpan) * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš) * Use juggler@3 for running tests (Candy) * Add eslint infrastructure (Loay) * Revert "Add eslint infrastructure" (Loay) * Fix CI Failure (Loay) * test: accept more env vars on CI (Ryan Graham) * test: use 'emptytest' database as default (Ryan Graham) * test: seed DB with test schema before running (Ryan Graham) * test: separate dbconfig from datasource (Ryan Graham) * test: replace tables.sql with full schema dump (Ryan Graham) * Refactor (jannyHou) * Upgrade version (jannyHou) * Globalize discover.js (jannyHou) * Update URLs in CONTRIBUTING.md (loopbackio#150) (Ryan Graham)
1 parent 99f436a commit 8af6bb5

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
2016-10-14, Version 2.7.0
2+
=========================
3+
4+
* Add connectorCapabilities global object (#179) (Nicholas Duffy)
5+
6+
* Accept PGDATABASE env var in test/init.js (#178) (Simon Ho)
7+
8+
* Remove unused prefix from test env vars (#176) (Simon Ho)
9+
10+
* Fix #123: Set default value during autoupdate. (#167) (Samuel Reed)
11+
12+
* Update translation files - round#2 (#170) (Candy)
13+
14+
* Add translated files (gunjpan)
15+
16+
* Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
17+
18+
* Use juggler@3 for running tests (Candy)
19+
20+
* Add eslint infrastructure (Loay)
21+
22+
* Revert "Add eslint infrastructure" (Loay)
23+
24+
* Fix CI Failure (Loay)
25+
26+
* test: accept more env vars on CI (Ryan Graham)
27+
28+
* test: use 'emptytest' database as default (Ryan Graham)
29+
30+
* test: seed DB with test schema before running (Ryan Graham)
31+
32+
* test: separate dbconfig from datasource (Ryan Graham)
33+
34+
* test: replace tables.sql with full schema dump (Ryan Graham)
35+
36+
* Refactor (jannyHou)
37+
38+
* Upgrade version (jannyHou)
39+
40+
* Globalize discover.js (jannyHou)
41+
42+
* Update URLs in CONTRIBUTING.md (#150) (Ryan Graham)
43+
44+
145
2016-06-23, Version 2.6.3
246
=========================
347

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "2.6.3",
3+
"version": "2.7.0",
44
"description": "Loopback PostgreSQL Connector",
55
"keywords": [
66
"StrongLoop",

0 commit comments

Comments
 (0)