Skip to content

Latest commit

 

History

History
136 lines (68 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

136 lines (68 loc) · 4.29 KB

4.0.1 (2022-04-04)

Bug Fixes

  • Core-Interface: Update to 3.1.0 (cbea7e1)

4.0.0 (2022-02-14)

Features

  • Core-Interface: Update to 3.0 (de5867a)

BREAKING CHANGES

  • Core-Interface: Updates Core-Interface to 3.0.0

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

Features

  • Core-Interface: Update to 3.0 (de5867a)

BREAKING CHANGES

  • Core-Interface: Updates Core-Interface to 3.0.0

3.0.1 (2021-07-19)

Bug Fixes

  • Deps: Bump core-interface (a50c405)

3.0.0 (2021-06-08)

Features

  • Core Interface: Update to Version 2 (9258ecf)

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, ...)

3.0.0 (2021-06-08)

Features

  • Core Interface: Update to Version 2 (9258ecf)

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, ...)

2.1.0 (2020-08-07)

Features

  • Core Interface: Bump to 1.6.0 (8a723e6)

2.0.0 (2020-07-07)

chore

  • Node: Drop support for node 8, Add node 14 (001e2c4)

Features

  • HTTP Client: Upgrade Got to 11.X (5beef3e)

BREAKING CHANGES

  • Node: Node 8 no longer supported
  • HTTP Client: Underlying Got HTTP agent upgraded to 11.X

1.3.0 (2020-02-07)

Features

  • core-interface: Upgrade to 1.5.0 (ecb3ef3)

1.2.0 (2019-12-06)

Features

  • Core-Interface: Upgrade to 1.4.0 (984e916)

1.1.0 (2019-07-18)

Docs

  • Readme: Check against Markdown lint rules and correct grammar (1c31977)

Features

  • Agent Configuration: Allow GOT config (7d367f7)

1.0.0 (2019-06-09)

Bug Fixes