Skip to content

Commit d83fbc8

Browse files
committed
release preparations
1 parent bbfc19f commit d83fbc8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0: 2016-06-08
2+
3+
Updated dependencies
4+
! Updated pg from 4.x.x to 5.x.x
5+
16
## 2.0.0: 2016-04-05
27

38
Removed the internal conversion that the plugin was making from CamelCase column names to Snake case. Backward compatibility is ensured by allowing the user to pass into options two functions named toColumnName() and fromColumnName() that make this conversion. These should implement the CamelCase to Snake case conversion. More details are provided in the [README](https://github.com/senecajs/seneca-postgres-store) in the **Column name transformation, backward compatibility** section.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seneca-postgres-store",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Seneca data store plugin for PostgreSQL",
55
"main": "lib/postgresql-store.js",
66
"author": "Marian Radulescu",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"node-uuid": "1.4.7",
48-
"pg": "5.0.0",
48+
"pg": "5.x.x",
4949
"seneca-standard-query": "0.x.x"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)