Skip to content

Releases: GitSquared/node-geolite2-redist

v3.0.0

27 Jan 01:41
Compare
Choose a tag to compare

⚠️ Breaking: API is slightly different (no need to download dbs first) and this package is now distributed as an ESM module.
You should take a quick look at the examples and update your code, should take only a minute!
If your usage is a bit more complex, you can leverage the new documentation website.

  • complete rewrite in Typescript
  • add support for downloading only the used databases - close #19
  • add stricter typings and auto-generated typedoc website

Full Changelog: https://github.com/GitSquared/node-geolite2-redist/commits/v3.0.0

v2.0.4

08 Jun 08:19
Compare
Choose a tag to compare

Drop Node 10 support as it has reached EOL, ship security improvements from child deps

v2.0.3

19 Feb 14:27
Compare
Choose a tag to compare

perf: downloadDbs() will now check for existing databases before downloading fresh ones

v2.0.1

08 Dec 16:35
Compare
Choose a tag to compare
  • Better internal handling of errors, notably broken pipes and failed cleanups (see #13)
  • A round of dependencies upgrades

v2.0.0

03 Dec 20:38
Compare
Choose a tag to compare

Breaking: you now need to geolite2.downloadDbs(path?: string) on first run.

Documentation has been updated to reflect this. Passing a path to this function will allow you to choose where the databases will be cached.

v1.0.7

07 May 09:43
Compare
Choose a tag to compare
  • Fix OOM due to update avalanches (#7)
  • Update dependencies (mocha 7.1.1->7.1.2, tar 6.0.1->6.0.2)

v1.0.6

14 Apr 17:14
Compare
Choose a tag to compare
  • Added back missing Node.js 10.x support (#6)

v1.0.5

31 Mar 15:50
Compare
Choose a tag to compare
  • Fix "Invalid Extended Type at offset 0 val 7" error when downloading of new databases is interrupted (16939f8, #5)
  • Drop support for legacy node version 10
    • Only latest LTS & upwards is supported

v1.0.4

24 Jan 13:15
Compare
Choose a tag to compare

Patches

  • Prevent HTTP errors from bubbling up: 94c833c

v1.0.3

23 Jan 13:40
Compare
Choose a tag to compare
Bump to v1.0.3