You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functional checker 87c57c0 — with the new createChecker(subnetOrSubnets) function you can create an IP range checker that is pre-bound to a specific set of subnets. This can greatly improve performance if you know in advance which subnets you are testing for. See the documentation. Thanks to @thechriswalker.
Breaking: minimum supported Node version raised from 6.0.0 to 8.10.0
It might work on 6.0.0, but our unit tests no longer run on earlier versions of Node
Bugfix: Always throw an Error on an invalid IP address or invalid subnet IP. Previously there were some cases where an Error was not thrown. Thanks to @spencerwilson-optimizely.