Skip to content

Commit 70a7504

Browse files
author
Kevin Delisle
committed
3.0.0
* Remove console.log (Raymond Feng) * Monkey patch generic-pool to work through errors (Russ Tyndall) * Fix the escape char (Raymond Feng) * Upgrade to [email protected] (Loay) * Add checkFieldAndIndex for table status (#228) (Sakib Hasan) * Refactor migration methods (ssh24) * Fix code style inconsistencies in ilike tests (Alireza Ahmadi) * Improve tests for better code style consistency (Alireza Ahmadi) * Add tests for pattern matching operators (Alireza Ahmadi) * Add ILIKE functionality (Alireza Ahmadi) * Refactor discovery models (Loay Gewily) * merge in #216 (gregdingle) * Fix unit tests (ssh24) * Fix linting errors and unnesssary changes. (Diana Lau) * remove done() calls in test (gregdingle) * Added test. Ran run-tests. (gregdingle) * Fix bug where settings for pg-pool were dropped (Greg Dingle) * Update README with correct doc links, etc (Amir Jafarian) * Add test for bulk transactions (Zak Barbuto) * Use pg callback over connection.release (#109) (Zak Barbuto) * Use pool.pool.release over pool.release (#109) (Zak Barbuto) * Add test env information to README (Zak Barbuto) * update README for local postgres setup (Diana Lau) * Update postgresql.js (tmclouisluk) * Fix bug when using postgresql 8.x (tmclouisluk) * Replicate new issue_template from loopback (Siddhi Pai) * Replicate issue_template from loopback repo (Siddhi Pai) * Update LB connector version (Loay) * Use unique param for affectedRows (Loay) * Move info from docs into README (#199) (Rand McKinney) * Update paid support URL (Siddhi Pai) * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai) * Drop support for Node v0.10 and v0.12 (Siddhi Pai) * Start the development of the next major version (Siddhi Pai)
1 parent e4daade commit 70a7504

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

CHANGES.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
2017-03-31, Version 3.0.0
2+
=========================
3+
4+
* Remove console.log (Raymond Feng)
5+
6+
* Monkey patch generic-pool to work through errors (Russ Tyndall)
7+
8+
* Fix the escape char (Raymond Feng)
9+
10+
* Upgrade to [email protected] (Loay)
11+
12+
* Add checkFieldAndIndex for table status (#228) (Sakib Hasan)
13+
14+
* Refactor migration methods (ssh24)
15+
16+
* Fix code style inconsistencies in ilike tests (Alireza Ahmadi)
17+
18+
* Improve tests for better code style consistency (Alireza Ahmadi)
19+
20+
* Add tests for pattern matching operators (Alireza Ahmadi)
21+
22+
* Add ILIKE functionality (Alireza Ahmadi)
23+
24+
* Refactor discovery models (Loay Gewily)
25+
26+
* merge in #216 (gregdingle)
27+
28+
* Fix unit tests (ssh24)
29+
30+
* Fix linting errors and unnesssary changes. (Diana Lau)
31+
32+
* remove done() calls in test (gregdingle)
33+
34+
* Added test. Ran run-tests. (gregdingle)
35+
36+
* Fix bug where settings for pg-pool were dropped (Greg Dingle)
37+
38+
* Update README with correct doc links, etc (Amir Jafarian)
39+
40+
* Add test for bulk transactions (Zak Barbuto)
41+
42+
* Use pg callback over connection.release (#109) (Zak Barbuto)
43+
44+
* Use pool.pool.release over pool.release (#109) (Zak Barbuto)
45+
46+
* Add test env information to README (Zak Barbuto)
47+
48+
* update README for local postgres setup (Diana Lau)
49+
50+
* Update postgresql.js (tmclouisluk)
51+
52+
* Fix bug when using postgresql 8.x (tmclouisluk)
53+
54+
* Replicate new issue_template from loopback (Siddhi Pai)
55+
56+
* Replicate issue_template from loopback repo (Siddhi Pai)
57+
58+
* Update LB connector version (Loay)
59+
60+
* Use unique param for affectedRows (Loay)
61+
62+
* Move info from docs into README (#199) (Rand McKinney)
63+
64+
* Update paid support URL (Siddhi Pai)
65+
66+
* Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)
67+
68+
* Drop support for Node v0.10 and v0.12 (Siddhi Pai)
69+
70+
* Start the development of the next major version (Siddhi Pai)
71+
72+
173
2016-10-14, Version 2.7.0
274
=========================
375

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": "3.0.0-alpha.1",
3+
"version": "3.0.0",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)