Skip to content

Releases: buffcode/ntp-time-sync

0.4.1

25 Jan 10:53
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #61
  • build(deps): bump ntp-packet-parser from 0.3.0 to 0.3.1 by @dependabot in #62
  • build(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in #63
  • build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #64
  • build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by @dependabot in #65
  • build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #66
  • build(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #67
  • build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #68
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by @dependabot in #70
  • build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by @dependabot in #71
  • feat: Support Node v20 by @buffcode in #72

Full Changelog: 0.3.1...0.4.1

v0.3.1

v0.3.0

12 Nov 20:18
Compare
Choose a tag to compare
  • Dropped Node v12 support
  • Added Node v18 support (#37)

v0.2.1

01 Apr 09:01
Compare
Choose a tag to compare

Maintenance release

v0.2.0

16 May 22:29
Compare
Choose a tag to compare

Refactored to TypeScript, Github actions for publishing and tests.

Breaking changes:

  • there are no default exports anymore, please use import { NtpTimeSync } from "ntp-time-sync" syntax.