Skip to content

Commit ffb08f4

Browse files
committed
5.2.0
* test: clean test for `contains` operator (Miroslav Bajtoš) * test: fix array tests to handle List values (Miroslav Bajtoš) * docs: improve README organization (Miroslav Bajtoš) * feat: adds 'contains' operator for querying arrays (shubhisood)
1 parent dfb394b commit ffb08f4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2020-10-06, Version 5.2.0
2+
=========================
3+
4+
* test: clean test for `contains` operator (Miroslav Bajtoš)
5+
6+
* test: fix array tests to handle List values (Miroslav Bajtoš)
7+
8+
* docs: improve README organization (Miroslav Bajtoš)
9+
10+
* feat: adds 'contains' operator for querying arrays (shubhisood)
11+
12+
113
2020-09-01, Version 5.1.0
214
=========================
315

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": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)