Skip to content

Releases: rgrempel/purescript-int-53

Update for Purescript 0.11

09 Jun 16:06
Compare
Choose a tag to compare

Updates to Purescript 0.11 (thanks @berdario)

No substantive changes, but it seems a major version bump is needed when dependencies experience a major version bump.

Enforce `top` and `bottom`

01 Feb 18:32
Compare
Choose a tag to compare

This version now enforces top and bottom, clamping operations that would otherwise overflow the bounds of an Int53 (see #8, thanks @hdgarrood)

It also implements degree in a way appropriate for integers (see #7, thanks @clayrat and @garyb).

The dependencies have also been updated for Purescript 0.10.5 and purescript-prelude 2.3.

Provide a `Generic` instance

30 Sep 18:05
Compare
Choose a tag to compare

We now provide a Generic instance, which might be useful in cases where an Int53 is part of a larger structure which you would like to make Generic.

Compatibility with purescript 0.9 and prelude 1.0

20 Jun 19:07
Compare
Choose a tag to compare

Version 2.0 is now compatible with purescript-prelude 1.0, and with purescript 0.9.

Add `pow` and `abs`

20 Jun 19:06
Compare
Choose a tag to compare

Version 1.1 adds the pow and abs functions.

Declare version 1

03 Apr 02:12
Compare
Choose a tag to compare

Let's call this version 1.

More documentation and badges

03 Apr 02:02
Compare
Choose a tag to compare

Tweaked the documentation and added some badges to the README.

Initial release

02 Apr 19:48
Compare
Choose a tag to compare

Initial release of new module.