Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](1.5.0...2.0.0) (2021-06-10) ### Features * **V2 Update:** Core Browser V2 ([184ce11](184ce11)) ### Performance Improvements * **Size:** Track bundle size ([15f6eba](15f6eba)) ### BREAKING CHANGES * **V2 Update:** - 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, ...)`
- Loading branch information