Releases: silverwind/ip-bigint
Releases · silverwind/ip-bigint
8.0.0
7.0.0
stringifyIp
now compresses single0
sections of IPv6 adresses as well- Added
normalizeIp
function - Node 16 is now required
6.0.0
Removed the validation on parseIp
, which means error messages may be different for invalid IPs.
5.0.0
The parseIP
result object now inherits from null
prototype for enhanced performance and security.
4.0.0
- Modules is now pure ESM and requires Node.js 14
- Renamed
parse
toparseIp
- Renamed
stringify
tostringifyIp