- v0.4.2:
- Upgraded dependencies
- v0.4.1:
- Upgraded dependencies
- v0.4.0:
test()
method to allow for custom tests.- Deprecated
lookupCountry()
,loadCountryData()
, andloadCountryDataSync()
. These will be removed in a future release. Use geoip-native-lite if you need to check the geo-location for your proxies.
- v0.3.0:
- Performance improvements for
testAll()
. - Changed
proxy.ip_address
toproxy.ipAddress
- Added
normalizeProxy(proxy)
method.
- Performance improvements for
- v0.2.0:
- Renamed
all
totestAll
.all
method now prints a deprecated warning. - Renamed
protocol
totestProtocol
.protocol
method now prints a deprecated warning. - Renamed
protocols
totestProtocols
.protocols
method now prints a deprecated warning. - Renamed
anonymityLevel
totestAnonymityLevel
.anonymityLevel
method now prints a deprecated warning. - Renamed
tunnel
totestTunnel
.tunnel
method now prints a deprecated warning. - Renamed
country
tolookupCountry
.country
method now prints a deprecated warning.
- Renamed