Skip to content

Releases: iceddev/pg-connection-string

v2.2.0

20 Mar 04:59
Compare
Choose a tag to compare

git shortlog --no-merges 0f72f29..5233b3e

Andrew Bowerman (2):
      fix readme newline typo
      actually include coveralls

Daniel Rozenberg (3):
      host= query param takes precedence
      Support URL-encoded socket names
      Use regex instead of startsWith which is unsupported in node 0.10

Dustin J. Mitchell (1):
      Include documentation on the URL format in the README

v2.1.0 Release

19 Jun 03:37
0f72f29
Compare
Choose a tag to compare
  • This package now only publishes required files
  • Add support for TLS parameters in URI
  • Specifying ssl=0 in the connection string now parses to false
  • Added support for username and password for socket connections
  • Updated Typescript definitions

v2.0.0 Release

23 May 21:37
Compare
Choose a tag to compare
  • Copy all but special-cased params from URL query string to config
  • Add Typescript types
  • Use mocha, istanbul, and coveralls

Colons in Password

26 Sep 21:24
Compare
Choose a tag to compare

Added support for colons in the password (e.g. uername:pass:word) - Thanks @asynxis

Relative URLs with Default Host

13 Sep 16:23
Compare
Choose a tag to compare

Support usage of relative urls to set database on the default host

Always Attach Port

13 Sep 16:22
Compare
Choose a tag to compare

Always attach port - ref brianc/node-postgres#604

Initial Release

05 Jul 23:46
Compare
Choose a tag to compare

Parse method and tests from node-postgres