2.0.2 (2021-10-04)
2.0.1 (2021-07-21)
2.0.0 (2021-06-10)
- V2 Update: Core Browser V2 (184ce11)
- Size: Track bundle size (15f6eba)
- V2 Update: - 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.0 (2021-01-04)
- Babel: Upgrade + fix (bb592b8)
- ESM: Reduce bundle size using ESM builds (0375b12)
1.4.2 (2020-08-07)
- UMD: Extend global IdealPostcodes namespace (ed484ee)
1.4.1 (2020-04-01)
- Fetch: Add fetch with plugin-inject (fbd6788)
1.4.0 (2020-02-22)
- Fetch: Inject fetch into UMD builds (3982fa7)
- Minification: Swtich to terser for all bundles (49b5250)
1.3.0 (2020-02-07)
- core-browser: Upgrade to 1.2.0 (dd8b9eb)
1.2.0 (2019-12-06)
- Core-Browser: Updates core-browser to 1.1.0 (66347c2)
1.1.0 (2019-10-29)
- ESM: No transpile ESM bundle (3b75f5c)
1.0.2 (2019-10-28)
- Example: Fix example (ded52d4)
1.0.1 (2019-10-22)
- ESM: Minify esm bundle (83e7d45)
- Core-Browser: 1.0.2 core-browser release (e2e61f3)