Releases: natesilva/is-in-subnet
Releases · natesilva/is-in-subnet
v4.0.1
v4.0.0
v3.2.0
v3.1.0
- 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.
v3.0.1
- update browser/CDN link in README.md
v3.0.0
- 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 anError
was not thrown. Thanks to @spencerwilson-optimizely. - updated dev dependencies
v2.1.0
v2.0.0
v1.12.0
v1.11.0
- Better support for use within browsers.
- Updated dev dependencies and unit tests.
- The
check(…)
function is now available as an alias forisInSubnet(…)
.