Skip to content

Releases: p-j/geocodejson

@p-j/[email protected]

06 Jan 17:19
b10a829
Compare
Choose a tag to compare

Minor Changes

  • #78 d8eefc5 Thanks @p-j! - Uses the new types accross all packages

    • Opencage & BAN adapters returns more data than the strict GeocodeJSON-spec related ones
    • BAN response now contains the geohash as well
    • Opencage response doesn't use the confidence score as accuracy anymore as this was a mistake (accuracy is supposed to be a margin of error in meters)

@p-j/[email protected]

06 Jan 17:19
b10a829
Compare
Choose a tag to compare

Patch Changes

  • #78 d8eefc5 Thanks @p-j! - Uses the new types accross all packages

    • Opencage & BAN adapters returns more data than the strict GeocodeJSON-spec related ones
    • BAN response now contains the geohash as well
    • Opencage response doesn't use the confidence score as accuracy anymore as this was a mistake (accuracy is supposed to be a margin of error in meters)

@p-j/[email protected]

06 Jan 17:19
b10a829
Compare
Choose a tag to compare

Minor Changes

  • #78 d8eefc5 Thanks @p-j! - Uses the new types accross all packages

    • Opencage & BAN adapters returns more data than the strict GeocodeJSON-spec related ones
    • BAN response now contains the geohash as well
    • Opencage response doesn't use the confidence score as accuracy anymore as this was a mistake (accuracy is supposed to be a margin of error in meters)

@p-j/[email protected]

06 Jan 11:03
5ccec25
Compare
Choose a tag to compare

Major Changes

  • #74 f907fe2 Thanks @p-j! - Adapter for the french "Base Adresse Nationale" API

    Initial release

@p-j/[email protected]

04 Jan 15:34
7daf746
Compare
Choose a tag to compare

Patch Changes

  • #72 a44ec1d Thanks @p-j! -
    • handle the apiKey parameter correctly
    • ensure proper parameter priority in the geocode function
    • fix type to ensure an API Key is provided

@p-j/[email protected]

04 Jan 14:10
24f9a36
Compare
Choose a tag to compare

Patch Changes

  • #70 ef981ef Thanks @p-j! - Recognize the key parameters for getFetchArgs
    Ensure at least one of apiKey and key is given to geocode

@p-j/[email protected]

03 Jan 17:24
c581862
Compare
Choose a tag to compare

Minor Changes

  • #68 239d610 Thanks @p-j! - Allow for filtering out partial match returned by Google API

@p-j/[email protected]

03 Dec 16:23
abd6593
Compare
Choose a tag to compare

Patch Changes

  • #58 7c8d0a7 Thanks @p-j! - Googleapis Provider v3

    • use official types & serializer
    • handle all native options
    • upgrade to @p-j/geocodejson-types v3
    • remove obsolete google.maps.d.ts

@p-j/[email protected]

03 Dec 17:34
1406df8
Compare
Choose a tag to compare

Major Changes

Patch Changes

@p-j/[email protected]

03 Dec 18:42
29b1080
Compare
Choose a tag to compare

Patch Changes

  • #65 e6b2051 Thanks @p-j! - fix type conflict by omiting the deprecated PremiumPlan type from Google Maps Services types