Releases: GitSquared/node-geolite2-redist
v3.1.1
v3.1.0
- Improved auto-update process error handling
- Improved support for some filesystems
v3.0.0
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
Drop Node 10 support as it has reached EOL, ship security improvements from child deps
v2.0.3
perf: downloadDbs()
will now check for existing databases before downloading fresh ones
v2.0.1
v2.0.0
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.