v.0.5.3
- Added stricter defaults parsing for
params
,port
andhostname
- Made
host
impossible to set via defaults directly. Onlyhostname
andport
can be set now, whilehost
is now set automatically. - Changed TypeScript declarations. Type
IConnectionString
is nowIConnectionDefaults
, as it is now only a sub-set of the protocol for setting defaults.