Skip to content

Releases: sindresorhus/time-span

v5.1.0

26 Jun 14:03
Compare
Choose a tag to compare

v5.0.0...v5.1.0

v5.0.0

14 Apr 07:36
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12 00dc535
  • This package is now pure ESM. Please read this.
  • end.nanoseconds() now returns a bigint instead of a number

v4.0.0...v5.0.0

v4.0.0

12 Mar 03:21
Compare
Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import timeSpan from 'time-span'; to import timeSpan = require('time-span');

v3.1.0...v4.0.0

v3.1.0

05 Apr 07:01
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#6) e32811a

v3.0.0...v3.1.0

v3.0.0

08 Mar 07:44
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 6

Enhancements:

v2.0.0...v3.0.0