Releases: ideal-postcodes/core-node
Releases · ideal-postcodes/core-node
4.0.1
4.0.0
4.0.0-beta.1
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
3.0.0
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
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, ...)