Skip to content

Releases: fvdm/nodejs-geoip2ws

v1.8.2

25 Mar 13:28
Compare
Choose a tag to compare
  • Fixed setup arguments bug

v1.8.1

25 Mar 06:53
Compare
Choose a tag to compare
  • Reduced code complexity
  • Always return doLookup function
  • Minor package tweaks

v1.8.0

25 Mar 06:52
Compare
Choose a tag to compare
  • Reduced code complexity
  • Replaced test script with dotest dev-dependency
  • Minor tweaks and fixed to package, code and tests

v1.7.1

15 Jul 01:13
Compare
Choose a tag to compare
  • Readme: fixed Travis badge copy/paste

v1.7.0

15 Jul 01:12
Compare
Choose a tag to compare
  • 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