Skip to content

Releases: mauriciopoppe/interval-arithmetic

v1.1.1

17 Oct 04:37
Compare
Choose a tag to compare

What's Changed

  • Expose round and constants 73945c0
  • Expose the Interval class in the docs with mixin comments af62ec9

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Aug 03:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.1.0

v1.0.7

19 Jul 05:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

23 Jan 02:46
Compare
Choose a tag to compare
  • fix: abs works with WHOLE interval (fixes #26) ebeb0ff
  • Merge pull request #23 from fossabot/add-license-scan-badge e49d3f8
  • Add license scan report and status 0dc25bf
  • add alternative import bc9e779

v1.0.5...v1.0.6

v1.0.5

04 Jul 18:56
Compare
Choose a tag to compare

Fixes the exports to be

import IOps, { Interval } from "interval-arithmetic";

v1.0.3

04 Jul 17:29
Compare
Choose a tag to compare

Preserve default exports from versions < 1.0.0, Interval class is callable without new

v1.0.1

03 Jul 18:51
Compare
Choose a tag to compare

Fixed an issue with the filename case

Library rewritten with TypeScript

03 Jul 18:05
Compare
Choose a tag to compare

Library rewritten with TypeScript

BREAKING CHANGES:

The library no longer has a default export, instead, import the Interval class like this:

const { Interval } = require('interval-arithmetic')

v0.6.10

16 Feb 05:01
Compare
Choose a tag to compare
  • fmod uses raw arithmetic (0133e47)

v0.6.9

16 Feb 04:58
Compare
Choose a tag to compare
fix(): remove call to console.log