Skip to content

3.0.0

Choose a tag to compare

@idealbot idealbot released this 08 Jun 04:17
· 102 commits to master since this release

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