Skip to content

Releases: ideal-postcodes/core-interface

3.2.1

31 Aug 09:58
Compare
Choose a tag to compare

3.2.1 (2022-08-31)

Bug Fixes

  • Internal: Export internal address lookup methods (4965c73)

3.2.0

05 Aug 08:57
Compare
Choose a tag to compare

3.2.0 (2022-08-05)

Features

  • OpenAPI: Update to 3.1.0 (7f5c80b)

3.1.0

04 Apr 11:07
Compare
Choose a tag to compare

3.1.0 (2022-04-04)

Features

  • USA: Resolve addreses in US format (76aff0c)

3.0.0

14 Feb 13:06
Compare
Choose a tag to compare

3.0.0 (2022-02-14)

Features

  • OpenAPI: Migrate from api-typings to openapi spec (62c41b2)
  • Resolve: Resolve address suggestions (3c1ad61)

BREAKING CHANGES

  • OpenAPI: Core-Interface typings now uses
    @ideal-postcodes/openapi

3.0.0-beta.1

03 Feb 12:27
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2022-02-03)

Features

  • OpenAPI: Migrate from api-typings to openapi spec (06ce31d)
  • Resolve: Resolve address suggestions (c2cfef7)

BREAKING CHANGES

  • OpenAPI: Core-Interface typings now uses
    @ideal-postcodes/openapi

2.0.3

23 Jul 11:54
Compare
Choose a tag to compare

2.0.3 (2021-07-23)

Bug Fixes

  • ESM: Pin target output to ES2020 (78a8b74)

2.0.2

19 Jul 14:16
Compare
Choose a tag to compare

2.0.2 (2021-07-19)

Bug Fixes

  • Exports: Drop namespaced exports (9717306)
  • Typings: Move into dependencies (8caef68)

2.0.1

04 Jun 12:52
Compare
Choose a tag to compare

2.0.1 (2021-06-04)

Bug Fixes

  • Client Typings: Make all but api_key config optional (716cba1)

2.0.0

04 Jun 08:57
Compare
Choose a tag to compare

2.0.0 (2021-06-04)

Code Refactoring

  • Defaults: Export defaults object (6b9b698)

Features

  • Version 2: Reduce package size (cfcae8a)

BREAKING CHANGES

  • Version 2: - Package now exports a defaults object
  • Client.defaults has been removed
  • All client config is now stored in client.config
  • All resources have been removed from the client. Instead retrieve
    these from the library and inject the client. E.g.
    client.postcodes.retrieve becomes postcodes.retrieve(client, ...)
  • Helper methods (like lookupPostcode, ping) have been removed from the client.
    Instead retrieve these from teh library and inject the client. E.g.
    client.lookupPostcode becomes lookupPostcode(client, ...)
  • Defaults: Uppercased default variables no longer exported.
    Instead defaults object is supplied

1.9.0

15 Jan 14:16
Compare
Choose a tag to compare

1.9.0 (2021-01-15)

Features

  • Tagging: Allow tags to be set by client (5f40c0f)