4.1.7 (2026-03-09)
- deps: bump axios from 1.12.0 to 1.13.6 (f3dfbd8)
- Release: Migrate to OIDC connect (16ed405)
- Release: Update semantic release (3052879)
4.1.6 (2025-09-15)
- deps: bump axios from 1.8.4 to 1.12.0 (b6e11a5)
4.1.5 (2025-03-24)
- relase: Remove fetch-depth (b87690c)
4.1.4 (2025-03-24)
- axios: Update axios to 1.8.4 (aed7972)
- Release: Trigger new release (adf68be)
- Release: Update release credentials (8f5ad25)
4.1.3 (2024-08-16)
- axios: Bump axios lib to version 1.7.4 (278d8ef)
4.1.2 (2023-11-27)
4.1.1 (2023-11-27)
- axios: Version 1.6.2 (6b56dba)
4.1.0 (2022-08-05)
- Core-Interface: Update to 3.2.0 (42ceaa1)
4.0.1 (2022-04-04)
- Core-Interface: Update to 3.1.0 (0edbc0c)
4.0.0 (2022-02-14)
- Core-Interface: Update to 3.0 (3cccbe2)
- Core-Interface: Updates core-interface to 3.0.0
4.0.0-beta.1 (2022-02-03)
- Core-Interface: Update to 3.0 (3cccbe2)
- Core-Interface: Updates core-interface to 3.0.0
3.0.7 (2022-01-06)
- Axios: Pin to version 0.24.0 (4a6983e)
3.0.6 (2021-10-15)
- axios: Pin to 0.21 (e8649c7)
3.0.5 (2021-10-04)
3.0.4 (2021-09-07)
- Bump: Update axios (0d0abd6)
3.0.3 (2021-07-23)
- Build: Target ES2020 (5e3d8fb)
3.0.2 (2021-07-23)
- Core-Interface: Bump version (7b0c1ca)
3.0.1 (2021-07-19)
- Deps: Bump core-interface (bb5fc87)
3.0.0 (2021-06-08)
- Core Interface: Update to Version 2 (a93bb13)
- Core Interface: - Package now exports a
defaultsobject
- 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.retrievebecomespostcodes.retrieve(client, ...) - Helper methods (like lookupPostcode, ping) have been removed from the client.
Instead retrieve these from the library and inject the client. E.g.
client.lookupPostcodebecomeslookupPostcode(client, ...)
2.2.4 (2021-01-15)
- Deps: Bump core-interface to 1.9.0 (528c822)
2.2.3 (2020-11-27)
- Core Interface: Bump core interface (21c9764)
2.2.2 (2020-11-27)
- tsconfig: Bump tsconfig (962ccfa)
2.2.1 (2020-11-20)
- ESM: Target ESNext (c15fb2f)
2.2.0 (2020-10-26)
- ESM: Add ESM Build (0a2780e)
2.1.0 (2020-08-07)
- Core Interface: Bump to 1.6.0 (0bda2ce)
2.0.0 (2020-06-25)
- Node: Node 8 no longer supported
- Node: Node 8 no longer forms part of CI testing
1.1.0 (2020-02-07)
- core-interface: Upgrade to 1.5.0 (aeffba7)
1.0.2 (2020-01-22)
- Headers: Drop default user agent (6c7ddd6)
1.0.1 (2020-01-22)
- README: Fix docs (1a45721)