Skip to content

Releases: buffcode/ntp-time-sync

0.5.0

08 Apr 06:59
Compare
Choose a tag to compare

⚠️ Breaking change: Dropped support for node <18

  • feat: Drop Node <18, support v22, pin dev-dependencies by @buffcode in #99

What's Changed

  • build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #73
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #74
  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #75
  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #76
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #77
  • build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by @dependabot in #78
  • build(deps-dev): bump prettier from 3.3.0 to 3.3.1 by @dependabot in #79
  • build(deps-dev): bump prettier from 3.3.1 to 3.3.2 by @dependabot in #80
  • build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #81
  • build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #82
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #83
  • build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #84
  • build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in #85
  • build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #86
  • build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #88
  • build(deps-dev): bump prettier from 3.3.3 to 3.4.1 by @dependabot in #89
  • build(deps-dev): bump prettier from 3.4.1 to 3.4.2 by @dependabot in #90
  • build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by @dependabot in #91
  • build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by @dependabot in #92
  • build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by @dependabot in #93
  • build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by @dependabot in #94
  • ci: Updated workflows by @buffcode in #98
  • build(deps-dev): bump prettier from 3.5.2 to 3.5.3 by @dependabot in #96
  • build(deps-dev): bump typescript from 5.7.3 to 5.8.3 by @dependabot in #97
  • feat: Drop Node <18, support v22, pin dev-dependencies by @buffcode in #99

Full Changelog: 0.4.1...0.5.0

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

22 Aug 07:55
Compare
Choose a tag to compare

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.