Skip to content

Releases: buffcode/ntp-packet-parser

0.5.0

08 Apr 06:15
Compare
Choose a tag to compare

⚠️ Breaking change: Dropped support for Node < 18

What's Changed

  • build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #83
  • build(deps-dev): bump mocha from 10.2.0 to 10.3.0 by @dependabot in #84
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #85
  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #86
  • build(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @dependabot in #87
  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #88
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #89
  • build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #90
  • build(deps-dev): bump prettier from 3.3.0 to 3.3.1 by @dependabot in #91
  • build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #92
  • build(deps-dev): bump prettier from 3.3.1 to 3.3.2 by @dependabot in #93
  • build(deps-dev): bump mocha and @types/mocha by @dependabot in #94
  • build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #95
  • build(deps-dev): bump mocha from 10.5.0 to 10.5.2 by @dependabot in #96
  • build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #97
  • build(deps-dev): bump mocha from 10.5.2 to 10.6.0 by @dependabot in #98
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #99
  • build(deps-dev): bump mocha from 10.6.0 to 10.7.0 by @dependabot in #100
  • build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #101
  • build(deps-dev): bump mocha from 10.7.0 to 10.7.3 by @dependabot in #102
  • build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in #103
  • build(deps-dev): bump @types/mocha from 10.0.7 to 10.0.8 by @dependabot in #104
  • build(deps-dev): bump @types/mocha from 10.0.8 to 10.0.9 by @dependabot in #105
  • build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #106
  • build(deps-dev): bump mocha from 10.7.3 to 10.8.2 by @dependabot in #107
  • build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 by @dependabot in #108
  • build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #109
  • build(deps-dev): bump prettier from 3.3.3 to 3.4.2 by @dependabot in #110
  • build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #111
  • build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot in #112
  • build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot in #113
  • build(deps-dev): bump ts-mocha from 10.0.0 to 11.1.0 by @dependabot in #114
  • build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot in #115
  • ci: Updated workflows to v4 by @buffcode in #120
  • build(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot in #116
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot in #119
  • ci: Updated CodeQL workflow to v3 by @buffcode in #121
  • build(deps-dev): bump mocha from 10.8.2 to 11.1.0 by @dependabot in #118

Full Changelog: 0.4.1...0.5.0

v0.4.1

25 Jan 10:27
Compare
Choose a tag to compare
  • Fix for broken 0.4.0 NPM release

v0.4.0

25 Jan 10:20
Compare
Choose a tag to compare

⚠️ NPM release is broken to due wrong tag, please use 0.4.1

  • feat: Support Node v20 (#82)

v0.3.1

v0.3.0

12 Nov 20:05
Compare
Choose a tag to compare
  • dropped Node v12 support
  • added Node v18 support
  • updated minimatch / mocha

v0.2.1

01 Apr 08:45
Compare
Choose a tag to compare

Maintenance release

This update contains a security update of minimist.
But minimist is only used as a sub-dependency of dev-depdency ts-node, so you are not affected if you are simply using this library.

v0.2.0

16 May 22:07
Compare
Choose a tag to compare

Refactored to use typescript.

Integration of GitHub actions for automated tests.