Releases: mauriciopoppe/interval-arithmetic
Releases · mauriciopoppe/interval-arithmetic
v1.1.1
v1.1.0
v1.0.7
What's Changed
- Merge Object.assign calls to a single call over Interval by @mauriciopoppe in #33
- docs: update usage instructions by @mauriciopoppe in #34
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
Fixes the exports to be
import IOps, { Interval } from "interval-arithmetic";
v1.0.3
Preserve default exports from versions < 1.0.0, Interval class is callable without new
v1.0.1
Fixed an issue with the filename case
Library rewritten with TypeScript
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
v0.6.9
fix(): remove call to console.log