Skip to content

Commit ce633bc

Browse files
committed
Update NEWS.md
add patch version numbers for clarity
1 parent c38fede commit ce633bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7-
### v2.1
7+
### v2.1.0
88
- Add support for SSL connections in JavaScript driver
99
- this means you can connect to heroku postgres locally without the native bindings!
1010
- [Add field metadata to result object](https://github.com/brianc/node-postgres/blob/master/test/integration/client/row-description-on-results-tests.js)
1111
- [Add ability for rows to be returned as arrays instead of objects](https://github.com/brianc/node-postgres/blob/master/test/integration/client/results-as-array-tests.js)
1212

13-
### v2.0
13+
### v2.0.0
1414

1515
- Properly handle various PostgreSQL to JavaScript type conversions to avoid data loss:
1616

@@ -27,19 +27,19 @@ decimal | string | number (float)
2727
For more information see https://github.com/brianc/node-postgres/pull/353
2828
If you are unhappy with these changes you can always [override the built in type parsing fairly easily](https://github.com/brianc/node-pg-parse-float).
2929

30-
### v1.3
30+
### v1.3.0
3131

3232
- Make client_encoding configurable and optional
3333

34-
### v1.2
34+
### v1.2.0
3535

3636
- return field metadata on result object: access via result.fields[i].name/dataTypeID
3737

38-
### v1.1
38+
### v1.1.0
3939

4040
- built in support for `JSON` data type for PostgreSQL Server @ v9.2.0 or greater
4141

42-
### v1.0
42+
### v1.0.0
4343

4444
- remove deprecated functionality
4545
- Callback function passed to `pg.connect` now __requires__ 3 arguments

0 commit comments

Comments
 (0)