4.0.1 (2022-04-04)
- Core-Interface: Update to 3.1.0 (cbea7e1)
4.0.0 (2022-02-14)
- Core-Interface: Update to 3.0 (de5867a)
- Core-Interface: Updates Core-Interface to 3.0.0
4.0.0-beta.1 (2022-02-03)
- Core-Interface: Update to 3.0 (de5867a)
- Core-Interface: Updates Core-Interface to 3.0.0
3.0.1 (2021-07-19)
- Deps: Bump core-interface (a50c405)
3.0.0 (2021-06-08)
- Core Interface: Update to Version 2 (9258ecf)
- 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, ...)
3.0.0 (2021-06-08)
- Core Interface: Update to Version 2 (9258ecf)
- 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, ...)
2.1.0 (2020-08-07)
- Core Interface: Bump to 1.6.0 (8a723e6)
2.0.0 (2020-07-07)
- Node: Drop support for node 8, Add node 14 (001e2c4)
- HTTP Client: Upgrade Got to 11.X (5beef3e)
- Node: Node 8 no longer supported
- HTTP Client: Underlying Got HTTP agent upgraded to 11.X
1.3.0 (2020-02-07)
- core-interface: Upgrade to 1.5.0 (ecb3ef3)
1.2.0 (2019-12-06)
- Core-Interface: Upgrade to 1.4.0 (984e916)
1.1.0 (2019-07-18)
- Readme: Check against Markdown lint rules and correct grammar (1c31977)
- Agent Configuration: Allow GOT config (7d367f7)