-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
Kenan Yildirim edited this page May 2, 2023
·
20 revisions
Going forward, releases will be documented in the package's CHANGELOG.md
and GitHub Releases.
-
#11: Added
isWieferichPrime
function. - #13: Fixed component install issue.
- Slight performance boost by using a
while
loop instead of afor
loop when iterating through arrays. - #14: lodash@2.0.0
- factorial@0.0
- Outsource factorial function
-
isWilsonPrime
now works with unknown Wilson primes
- Halved file size by simplifying internal utility functions
- Use this one. Not anything from 1.5.1 to 1.5.4
- These releases were flawed in that they were created automatically instead of by hand.
- Wilson prime check (#6)
- Lo-Dash is not even an optional dependency anymore
- Attempt to return
false
sooner when checking for primality - Should work with browserify
- Update internal Lo-Dash API
- Prevent internal variable
_
from appearing as unused
- Added
areCousinPrimes
function - Lo-Dash is now an optional dependency
- Missing semicolon
Bug: primality.VERSION
incorrectly returns 1.1.1
in this release
- Added
areTwinPrimes
andareSexyPrimes
functions - Inline variable initialization when parsing arrays
- Updated the
isNaN
private function - Changed the IIFE
- Released to fix errors in the README on the npm site
- Arrays can now be checked for primality
-
primality.version
is nowprimality.VERSION
- Don't check NaN and Finite status of
n
inleastFactor
- Initial release