- fix: always print uri in error
- fix: only call decodeURIComponent once so you can encode % #11 sal89
- fix: call decodeURIComponent on username and password #9
- fixed; handle parsing of replicaSet with leading number #8
- added; parse ipv6 addresses
- fixed; compatibility w/ strict mode #4 vkarpov15
- fixed; allow '#' in username and password #3
- fixed; default db logic #2
- changed; default db is now 'test'
- changed; include .sock in UDS
- fixed; unix domain sockets used with db names
- handle multple specified protocols
- validate mongodb:///db
- more detailed error message
- add readPreferenceTags support
- add unix domain support
- initial release