Releases: vitaly-t/connection-string
Releases · vitaly-t/connection-string
v.0.4.1
- Improved TypeScript declarations
- Documentation updates
- Test updates
v.0.4.0
- Updated syntax now supports methods
build() => string
and setDefaults(defaults) => void
- Dependency updates, plus ESLint full support
- Many new tests added
- TypeScript updates
v.0.3.1
Adding a fix specific for TypeScript instantiation.
v.0.3.0
- Method
build
now supports defaults
as the optional parameter.
- Changed the
hostname
format for IPv6 - to include the brackets.
v.0.2.0
- Replacing the function-style API with the class-style API
- Adding method
build()
to the class, to construct a connection string from current properties.
v.0.1.6
Documentation + tests only, no code changes.
v.0.1.4
Documentation updates only.
v.0.1.3
- Improving overall compliance with URL syntax
- Adding new tests
v.0.1.2
Improving the URL special symbol compliance.
v.0.1.1
- Limiting symbols allowed for the
hostname
.
- Documentation updates