Skip to content

Releases: msimerson/stun

v3.0.2

13 Nov 19:14
10e3e10
Compare
Choose a tag to compare
  • dep: replace ip with ipaddr.js

v3.0.1

02 Apr 20:46
ed064c3
Compare
Choose a tag to compare
  • dep(ip): bump 2.0.0 to 2.0.1
  • configure eslint & prettier the modern way
    • jettison @nodertc/eslint-config, much of local config was turning off stuff imported from there
  • ci: bump GHA versions
  • test: remove eslint from devDependencies (installed by GHA for tests, npx will use local version)
  • test: remove jest from devDependencies
    • installed by npx when needed
    • dramatically shrinks package-lock.json
    • next version: replaced with node:test

v3.0.0

12 Dec 04:12
Compare
Choose a tag to compare

[3.0.0] - 2023-12-13

  • BREAKING: drop support for node.js <= 16
    • still works, but no legacy version testing
  • dep(eslint): bump to 8.55.0
  • dep(jest): bump to 29.7.0
  • dep(prettier): bump to 3.1.1

v2.1.16

10 Dec 01:53
c81ce7f
Compare
Choose a tag to compare
  • dep(meow): replace with minimist
  • dep(parse-url): replace with native URL
    • require node.js >= 10
  • ci: replace Travis with GHA