Skip to content

Latest commit

 

History

History
160 lines (73 loc) · 5.62 KB

CHANGELOG.md

File metadata and controls

160 lines (73 loc) · 5.62 KB

3.0.1 (2022-04-04)

Bug Fixes

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

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 (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 (2021-07-23)

Bug Fixes

  • Tsconfig: Fix target to ES2020 (c42cfe7)

2.0.2 (2021-07-23)

Bug Fixes

  • Core Interface: Bump to 2.0.3 (0a3aa80)

2.0.1 (2021-07-19)

Bug Fixes

  • Deps: Bump core-interface (d1d0bf2)

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 (2020-11-27)

Bug Fixes

  • tsconfig: Bump tsconfig (d512e56)

1.5.1 (2020-11-27)

Bug Fixes

  • Core Interface: Bump version (48dcb89)

1.5.0 (2020-10-26)

Features

  • Core Interface: Bump to 1.8.0 (4c8c243)

1.4.0 (2020-10-21)

Features

1.3.0 (2020-08-07)

Features

  • Core Interface: Bump to 1.6.0 (a1dc4b3)

1.2.1 (2020-02-20)

Performance Improvements

  • Request: Drop use of Request (3a328f6)

1.2.0 (2020-02-07)

Features

  • core-interface: Update to 1.5.0 (803d5c1)

1.1.0 (2019-12-06)

Bug Fixes

Features

  • Core-Interface: Update core-interface to 1.4.0 (075f5c9)

1.0.2 (2019-10-22)

Bug Fixes

  • async: Remove async keywords (e0327a7)

1.0.1 (2019-10-21)

Bug Fixes

  • Async: Simplify transpilation by removing async/await (6bf6aa0)

1.0.1 (2019-10-21)

Bug Fixes

  • Async: Simplify transpilation by removing async/await (6bf6aa0)

1.0.0 (2019-10-16)

Features