Releases: iceddev/pg-connection-string
Releases · iceddev/pg-connection-string
v2.2.0
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
- 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
- Copy all but special-cased params from URL query string to config
- Add Typescript types
- Use mocha, istanbul, and coveralls
Colons in Password
Added support for colons in the password (e.g. uername:pass:word
) - Thanks @asynxis
Relative URLs with Default Host
Support usage of relative urls to set database on the default host
Always Attach Port
Always attach port - ref brianc/node-postgres#604
Initial Release
Parse method and tests from node-postgres