Skip to content

Releases: kenany/primality

3.0.0

07 Sep 20:32
Compare
Choose a tag to compare

3.0.0 (2023-09-07)

⚠ BREAKING CHANGES

  • Node.js v14 and v16 are no longer supported.

Features

  • drop Node.js v14 and v16 (186de9e)

2.0.0

22 Apr 16:09
Compare
Choose a tag to compare

2.0.0 (2023-04-22)

⚠ BREAKING CHANGES

  • This is now a pure ESM package. Additionally, support
    for bower and component has been dropped.
  • Node.js <14.14.0 is no longer supported.

Features

  • overhaul for ESM (c81fbae)
  • require at least Node.js v14.14.0 (09283a5)

Bug Fixes

  • deps: lodash.isfinite@2.4.1 (fb7712e)
  • update copyright year (138b7b2)

@kenany

1.6.1

16 Dec 16:07
Compare
Choose a tag to compare
  • lodash.isnan@2.2
  • lodash.isfinite@2.2
  • lodash.isarray@2.2
  • lodash.contains@2.2

1.6.0

15 Sep 18:32
Compare
Choose a tag to compare
  • #11: Added
    isWieferichPrime function.
  • #13: Fixed component
    install issue.
  • Slight performance boost by using a while loop instead of a for loop
    when iterating through arrays.
  • #14: lodash@2.0.0

1.5.9

27 Aug 03:30
Compare
Choose a tag to compare
  • factorial@0.0

1.5.8

26 Aug 22:00
Compare
Choose a tag to compare
  • Outsource factorial function

1.5.7

11 Aug 16:10
Compare
Choose a tag to compare
  • isWilsonPrime now works with unknown Wilson primes

1.5.6

11 Aug 15:35
Compare
Choose a tag to compare
  • Halved file size by simplifying internal utility functions