Releases: IPGeolocation/ip-geolocation-api-javascript-sdk
Releases · IPGeolocation/ip-geolocation-api-javascript-sdk
v2.0.1
Added
- Astronomy API Enhancements:
- Introduced new fields:
AstronomyMorning
,AstronomyEvening
. - Added support for
elevation
fields in the Astronomy response.
- Introduced new fields:
Changed
- Updated internal models and deserializers to accommodate new Astronomy fields.
Notes
- This release introduces breaking changes in Astronomy-related data structures — make sure to update your integration accordingly.
v2.0.0
Description
The IPGeolocation Javascript SDK now fully supports the IPGeolocation API v2, offering enhanced modularity, expanded features, and improved request structure across all endpoints.
What's New
- Support for all v2 APIs:
- IP Geolocation
- IP Security
- ASN Lookup
- Timezone (with conversion)
- User Agent Parsing
- Astronomy Data
- Abuse Contact Lookup
- Modular API classes introduced (IPGeolocationAPI, IPSecurityAPI, TimezoneAPI, ASNAPI, etc.)
- Bulk request support for IP Geolocation, Security, and User Agent
- Timezone lookup via lat/long, tz, ip, IATA, ICAO, and UN/LOCODE
- Localized results via lang parameter (available for paid plans)
- Fully documented response models and usage examples
Get your API key at ipgeolocation.io
Refer to the updated README for usage examples.
v1.0.9
Added support for security, hostname, and user-agent to ipgeolocation.io API.
Added support user-agent API.
Other required changes.