Skip to content

Releases: ideal-postcodes/core-browser

3.0.1

04 Apr 13:55
Compare
Choose a tag to compare

3.0.1 (2022-04-04)

Bug Fixes

  • Core-Interface: Update to 3.1.0 (045c77e)

3.0.0

14 Feb 13:36
Compare
Choose a tag to compare

3.0.0 (2022-02-14)

Features

  • Core-Interface: Update to 3.0 (a4dc98e)

BREAKING CHANGES

  • Core-Interface: Updates core-interface to 3.0.0

3.0.0-beta.1

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

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

Features

  • Core-Interface: Update to 3.0 (478b563)

BREAKING CHANGES

  • Core-Interface: Updates core-interface to 3.0.0

2.0.3

23 Jul 12:53
Compare
Choose a tag to compare

2.0.3 (2021-07-23)

Bug Fixes

  • Tsconfig: Fix target to ES2020 (c42cfe7)

2.0.2

23 Jul 12:20
Compare
Choose a tag to compare

2.0.2 (2021-07-23)

Bug Fixes

  • Core Interface: Bump to 2.0.3 (0a3aa80)

2.0.1

19 Jul 14:29
Compare
Choose a tag to compare

2.0.1 (2021-07-19)

Bug Fixes

  • Deps: Bump core-interface (d1d0bf2)

2.0.0

08 Jun 06:51
Compare
Choose a tag to compare

2.0.0 (2021-06-08)

Features

  • Core Interface: Upgrade to v2 (a7f958f)

BREAKING CHANGES

  • Core Interface: - 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, ...)

1.5.2

27 Nov 21:14
Compare
Choose a tag to compare

1.5.2 (2020-11-27)

Bug Fixes

  • tsconfig: Bump tsconfig (d512e56)

1.5.1

27 Nov 20:50
Compare
Choose a tag to compare

1.5.1 (2020-11-27)

Bug Fixes

  • Core Interface: Bump version (48dcb89)

1.5.0

26 Oct 15:27
Compare
Choose a tag to compare

1.5.0 (2020-10-26)

Features

  • Core Interface: Bump to 1.8.0 (4c8c243)