Skip to content

Releases: vitaly-t/connection-string

5.0.0

24 Aug 21:32

Choose a tag to compare

  • Removed NodeJS-specific code entirely, making the package work the same under NodeJS and Web browsers
  • Removed color output support, for simplicity and better compatibility
  • Upgraded the distribution target to ship code as ES2020
  • The project migrated tests to Jest
  • Structure simplified, and all DEV dependencies updated
  • Upgraded CI to run under NodeJS v20-24 (though it works in all browsers the same)

Other than that, no code changes, so it should work as before.

4.4.0

29 Jul 13:46

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

Choose a tag to compare

  • Fixed #52
  • Updated dependencies
  • Minor refactoring

4.3.5

29 Nov 20:38

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

Choose a tag to compare

  • Implements #46, to support browsers better.

4.3.3

20 May 18:41

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

Choose a tag to compare

  • Adding official support for NodeJS v15
  • Documentation updates
  • Dependencies updated

4.3.1

20 Oct 10:14

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

Choose a tag to compare

4.2.1

26 Sep 18:43

Choose a tag to compare

  • Minor code refactoring + DEV deps updated.