Releases: kenany/primality
Releases · kenany/primality
3.0.0
3.0.0 (2023-09-07)
⚠ BREAKING CHANGES
- Node.js v14 and v16 are no longer supported.
Features
2.0.0
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
@kenany
1.6.1
- lodash.isnan@2.2
- lodash.isfinite@2.2
- lodash.isarray@2.2
- lodash.contains@2.2
1.6.0
- #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.8
- Outsource factorial function
1.5.7
isWilsonPrime
now works with unknown Wilson primes
1.5.6
- Halved file size by simplifying internal utility functions