3.0.1 (2022-04-04)
- Core-Interface: Update to 3.1.0 (045c77e)
3.0.0 (2022-02-14)
- Core-Interface: Update to 3.0 (a4dc98e)
- Core-Interface: Updates core-interface to 3.0.0
3.0.0-beta.1 (2022-02-03)
- Core-Interface: Update to 3.0 (478b563)
- Core-Interface: Updates core-interface to 3.0.0
2.0.3 (2021-07-23)
- Tsconfig: Fix target to ES2020 (c42cfe7)
2.0.2 (2021-07-23)
- Core Interface: Bump to 2.0.3 (0a3aa80)
2.0.1 (2021-07-19)
- Deps: Bump core-interface (d1d0bf2)
2.0.0 (2021-06-08)
- Core Interface: Upgrade to v2 (a7f958f)
- 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, ...)
1.5.2 (2020-11-27)
- tsconfig: Bump tsconfig (d512e56)
1.5.1 (2020-11-27)
- Core Interface: Bump version (48dcb89)
1.5.0 (2020-10-26)
- Core Interface: Bump to 1.8.0 (4c8c243)
1.4.0 (2020-10-21)
- ESM: Add ESM build (ef825b8)
1.3.0 (2020-08-07)
- Core Interface: Bump to 1.6.0 (a1dc4b3)
1.2.1 (2020-02-20)
- Request: Drop use of Request (3a328f6)
1.2.0 (2020-02-07)
- core-interface: Update to 1.5.0 (803d5c1)
1.1.0 (2019-12-06)
- CBT: Patch CBT lib (7b58455)
- Core-Interface: Update core-interface to 1.4.0 (075f5c9)
1.0.2 (2019-10-22)
- async: Remove async keywords (e0327a7)
1.0.1 (2019-10-21)
- Async: Simplify transpilation by removing async/await (6bf6aa0)
1.0.1 (2019-10-21)
- Async: Simplify transpilation by removing async/await (6bf6aa0)
- Docs: Add changelog (9ad9483)