Releases: buffcode/ntp-packet-parser
Releases · buffcode/ntp-packet-parser
v0.6.0
What's Changed
- feat: Support Node 22, drop Node < 18, pin dev-dependencies by @buffcode in #122
- build(deps-dev): bump mocha from 11.1.0 to 11.2.2 by @dependabot[bot] in #123
- build(deps-dev): bump mocha from 11.2.2 to 11.4.0 by @dependabot[bot] in #124
- build(deps-dev): bump mocha from 11.4.0 to 11.5.0 by @dependabot[bot] in #125
- build(deps-dev): bump mocha from 11.5.0 to 11.6.0 by @dependabot[bot] in #126
- build(deps-dev): bump prettier from 3.5.3 to 3.6.0 by @dependabot[bot] in #127
- build(deps-dev): bump mocha from 11.6.0 to 11.7.0 by @dependabot[bot] in #128
- build(deps-dev): bump prettier from 3.6.0 to 3.6.2 by @dependabot[bot] in #129
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #130
- build(deps-dev): bump mocha from 11.7.1 to 11.7.2 by @dependabot[bot] in #131
- build(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #132
- build(deps-dev): bump mocha from 11.7.2 to 11.7.4 by @dependabot[bot] in #133
- build(deps-dev): bump mocha from 11.7.4 to 11.7.5 by @dependabot[bot] in #134
- build(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #135
- build(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #136
- build(deps-dev): bump prettier from 3.6.2 to 3.7.3 by @dependabot[bot] in #137
- build(deps-dev): bump prettier from 3.7.3 to 3.7.4 by @dependabot[bot] in #138
- build(deps-dev): bump prettier from 3.7.4 to 3.8.0 by @dependabot[bot] in #139
- build(deps-dev): bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #140
- build(deps): bump minimatch from 9.0.5 to 9.0.9 by @dependabot[bot] in #141
- fix(deps): bump ts-node's diff to 4.0.4 (GHSA-73rr-hh4g-fpgx) by @buffcode in #147
- fix(deps): upgrade mocha to 12.0.0-beta-9.2 (+ drop Node 18) by @buffcode in #146
- build(deps-dev): bump prettier from 3.8.1 to 3.8.3 by @dependabot[bot] in #145
- Add Node.js 24 and 25 to CI test matrix by @buffcode in #148
- Upgrade TypeScript target and improve type safety by @buffcode in #149
- fix(parser): validate inputs at public API boundaries by @buffcode in #150
- build(esm): add ESM-native dual build with CJS backward compatibility by @buffcode in #151
- ci(actions): upgrade to Node.js 24 compatible action versions by @buffcode in #152
- ci(codeql): upgrade codeql-action v3 to v4 by @buffcode in #153
- build: replace ts-mocha with mocha + ts-node/register by @buffcode in #154
Full Changelog: 0.5.0...0.6.0
v0.6.0-rc.2
Full Changelog: 0.6.0-rc.1...0.6.0-rc.2
v0.6.0-rc.1
Full Changelog: 0.6.0-rc.0...0.6.0-rc.1
v0.6.0-rc.0
What's Changed
- feat: Support Node 22, drop Node < 18, pin dev-dependencies by @buffcode in #122
- build(deps-dev): bump mocha from 11.1.0 to 11.2.2 by @dependabot[bot] in #123
- build(deps-dev): bump mocha from 11.2.2 to 11.4.0 by @dependabot[bot] in #124
- build(deps-dev): bump mocha from 11.4.0 to 11.5.0 by @dependabot[bot] in #125
- build(deps-dev): bump mocha from 11.5.0 to 11.6.0 by @dependabot[bot] in #126
- build(deps-dev): bump prettier from 3.5.3 to 3.6.0 by @dependabot[bot] in #127
- build(deps-dev): bump mocha from 11.6.0 to 11.7.0 by @dependabot[bot] in #128
- build(deps-dev): bump prettier from 3.6.0 to 3.6.2 by @dependabot[bot] in #129
- build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #130
- build(deps-dev): bump mocha from 11.7.1 to 11.7.2 by @dependabot[bot] in #131
- build(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #132
- build(deps-dev): bump mocha from 11.7.2 to 11.7.4 by @dependabot[bot] in #133
- build(deps-dev): bump mocha from 11.7.4 to 11.7.5 by @dependabot[bot] in #134
- build(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #135
- build(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #136
- build(deps-dev): bump prettier from 3.6.2 to 3.7.3 by @dependabot[bot] in #137
- build(deps-dev): bump prettier from 3.7.3 to 3.7.4 by @dependabot[bot] in #138
- build(deps-dev): bump prettier from 3.7.4 to 3.8.0 by @dependabot[bot] in #139
- build(deps-dev): bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #140
- build(deps): bump minimatch from 9.0.5 to 9.0.9 by @dependabot[bot] in #141
- fix(deps): bump ts-node's diff to 4.0.4 (GHSA-73rr-hh4g-fpgx) by @buffcode in #147
- fix(deps): upgrade mocha to 12.0.0-beta-9.2 (+ drop Node 18) by @buffcode in #146
- build(deps-dev): bump prettier from 3.8.1 to 3.8.3 by @dependabot[bot] in #145
- Add Node.js 24 and 25 to CI test matrix by @buffcode in #148
- Upgrade TypeScript target and improve type safety by @buffcode in #149
- fix(parser): validate inputs at public API boundaries by @buffcode in #150
- build(esm): add ESM-native dual build with CJS backward compatibility by @buffcode in #151
- ci(actions): upgrade to Node.js 24 compatible action versions by @buffcode in #152
- ci(codeql): upgrade codeql-action v3 to v4 by @buffcode in #153
Full Changelog: 0.5.0...0.6.0-rc.0
0.5.0
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
v0.4.0
v0.3.1
- fix: @types/node constraint lowered to the lowest supported node version
- build(deps): bump json5 from 1.0.1 to 1.0.2
- build(deps-dev): bump @types/mocha from 10.0.0 to 10.0.1
- build(deps-dev): bump typescript from 4.8.4 to 5.1.6
- build: prettier configuration
- build(deps-dev): bump prettier from 2.8.8 to 3.0.2
v0.3.0
v0.2.1
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.