Skip to content

Releases: vitaly-t/connection-string

v.0.4.1

14 Aug 04:54
Compare
Choose a tag to compare
  • Improved TypeScript declarations
  • Documentation updates
  • Test updates

v.0.4.0

14 Aug 01:30
Compare
Choose a tag to compare
  • 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

15 Jul 04:10
Compare
Choose a tag to compare

Adding a fix specific for TypeScript instantiation.

v.0.3.0

15 Jul 03:43
Compare
Choose a tag to compare
  • Method build now supports defaults as the optional parameter.
  • Changed the hostname format for IPv6 - to include the brackets.

v.0.2.0

15 Jul 02:30
Compare
Choose a tag to compare
  • 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

14 Jul 06:26
Compare
Choose a tag to compare

Documentation + tests only, no code changes.

v.0.1.4

13 Jul 03:23
Compare
Choose a tag to compare

Documentation updates only.

v.0.1.3

13 Jul 02:32
Compare
Choose a tag to compare
  • Improving overall compliance with URL syntax
  • Adding new tests

v.0.1.2

13 Jul 01:49
Compare
Choose a tag to compare

Improving the URL special symbol compliance.

v.0.1.1

13 Jul 00:09
Compare
Choose a tag to compare
  • Limiting symbols allowed for the hostname.
  • Documentation updates