Skip to content

Commit 3fe0aba

Browse files
0.12.0
1 parent dde0fed commit 3fe0aba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Sails PostgreSQL Changelog
22

3+
### 0.12.0
4+
5+
* [Enhancement] Upgrades the version of Waterline-Sequel being used to support using projections in join queries. See [#234](https://github.com/balderdashy/sails-postgresql/pull/234) for more details.
6+
7+
* [Enhancement] Adds JSHint and tweaks code style slightly to better support community additions. See [#235](https://github.com/balderdashy/sails-postgresql/pull/235) for more details.
8+
39
### 0.11.3
410

511
* [BUG] Updates [Waterline-Sequel](https://github.com/balderdashy/waterline-sequel) dependency to actually fix the previous date issue.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sails-postgresql",
33
"description": "a postgreSQL adapter for Waterline and Sails.js",
4-
"version": "0.11.3",
4+
"version": "0.12.0",
55
"author": "Cody Stoltman <particlebanana@gmail.com>",
66
"url": "http://github.com/balderdashy/sails-postgresql",
77
"keywords": [

0 commit comments

Comments
 (0)