Skip to content

Releases: vitaly-t/connection-string

4.4.0

29 Jul 13:46
Compare
Choose a tag to compare
  • GitHub Actions integrated for CI, see PR-54. Thanks to @MasterOdin 🎉
  • Added status badges to the main page for CI + support information
  • Retired NodeJS v12 from officially supported. Even though it still will work, but most build tools in this project won't work with it.
  • All DEV dependencies updated to the latest.

4.3.6

24 Sep 15:04
Compare
Choose a tag to compare
  • Fixed #52
  • Updated dependencies
  • Minor refactoring

4.3.5

29 Nov 20:38
Compare
Choose a tag to compare
  • Adds support for underscore in host names - see PR-50.
  • Removed Travis Build+CI integration, because free Travis is no longer available.

4.3.4

21 May 16:43
Compare
Choose a tag to compare
  • Implements #46, to support browsers better.

4.3.3

20 May 18:41
Compare
Choose a tag to compare
  • Made required NodeJS packages conditional, under NodeJS only. See #46
  • Updated DEV dependencies

4.3.2

19 Dec 08:58
Compare
Choose a tag to compare
  • Adding official support for NodeJS v15
  • Documentation updates
  • Dependencies updated

4.3.1

20 Oct 10:14
Compare
Choose a tag to compare
  • Fixed an issue with #43, which treated %2C like ,-separator.

See: How to pass arrays of values?

4.3.0

18 Oct 14:16
Compare
Choose a tag to compare

4.2.1

26 Sep 18:43
Compare
Choose a tag to compare
  • Minor code refactoring + DEV deps updated.

4.2.0

12 Aug 19:57
Compare
Choose a tag to compare
  • Implemented #41 - returning support of : within the protocol.