Releases: AeJae/Traceroute-Map-Generator
Releases · AeJae/Traceroute-Map-Generator
Version 1.5
Changes
- Bump body-parser and express by @dependabot[bot] in #1
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #2
- Bump qs and express by @dependabot[bot] in #3
- Bump qs and body-parser by @dependabot[bot] in #4
- Stopped tracking and removed node_modules by @AeJae in #5
- Now using EU API for Ipregistry by @AeJae in #6
- Updated readme with new information
Full Changelog: v1.4...v1.5
Version 1.4
Changes
- Update Readme
Version 1.3
Changelog
- Decreased marker size so as to increase visibility when multiple are in a similar location.
- Fixed Ipregistry error handling.
- Simplified console output.
Version 1.2
Changelog
- Added Ipregistry as an optional source for IP address locations.
Usage of this requires you to pass in your API key in the NetworkManager instantiation.
For example... = new NetworkManager(true, "<your API key>");.
Version 1.1
Changelog
- Implemented error handling for private/reserved IP addresses.