Releases: ideal-postcodes/core-browser-bundled
Releases · ideal-postcodes/core-browser-bundled
2.0.2
2.0.2 (2021-10-04)
Bug Fixes
- deps-dev: bump @ideal-postcodes/core-browser from 2.0.1 to 2.0.3 (#493) (bce3974)
2.0.1
2.0.1 (2021-07-21)
Bug Fixes
- deps-dev: bump @ideal-postcodes/core-browser from 2.0.0 to 2.0.1 (#491) (ba96258)
2.0.0
2.0.0 (2021-06-10)
Features
- V2 Update: Core Browser V2 (184ce11)
Performance Improvements
BREAKING CHANGES
- 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
becomes postcodes.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
becomes lookupPostcode(client, ...)
1.5.0
1.5.0 (2021-01-04)
Bug Fixes
Features
- ESM: Reduce bundle size using ESM builds (0375b12)
1.4.2
1.4.2 (2020-08-07)
Bug Fixes
- UMD: Extend global IdealPostcodes namespace (ed484ee)
1.4.1
1.4.1 (2020-04-01)
Bug Fixes
- Fetch: Add fetch with plugin-inject (fbd6788)
1.4.0
1.4.0 (2020-02-22)
Features
- Fetch: Inject fetch into UMD builds (3982fa7)
- Minification: Swtich to terser for all bundles (49b5250)
1.3.0
1.3.0 (2020-02-07)
Features
- core-browser: Upgrade to 1.2.0 (dd8b9eb)
1.2.0
1.2.0 (2019-12-06)
Features
- Core-Browser: Updates core-browser to 1.1.0 (66347c2)
1.1.0
1.1.0 (2019-10-29)
Features
- ESM: No transpile ESM bundle (3b75f5c)