Releases: fvdm/nodejs-geoip2ws
Releases · fvdm/nodejs-geoip2ws
v1.8.2
- Fixed setup arguments bug
v1.8.1
- Reduced code complexity
- Always return doLookup function
- Minor package tweaks
v1.8.0
- Reduced code complexity
- Replaced test script with dotest dev-dependency
- Minor tweaks and fixed to package, code and tests
v1.7.1
- Readme: fixed Travis badge copy/paste
v1.7.0
- Interface: Allow 'me' to use current public IP (@Jon-Biz)
- Interface: Module setup() can now also take an object instead of argument
- Replaced HTTP bits with httpreq module
- Test: run unauthenticated (PR) test with fake data
- Readme: updated with current details
- Code and readme clean up