Releases: ideal-postcodes/core-browser
Releases · ideal-postcodes/core-browser
3.0.1
3.0.0
3.0.0-beta.1
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
2.0.2
2.0.1
2.0.0
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
becomespostcodes.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
becomeslookupPostcode(client, ...)