Skip to content

Releases: ideal-postcodes/core-browser-bundled

2.0.2

04 Oct 12:33
Compare
Choose a tag to compare

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

21 Jul 19:51
Compare
Choose a tag to compare

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

10 Jun 09:03
Compare
Choose a tag to compare

2.0.0 (2021-06-10)

Features

  • V2 Update: Core Browser V2 (184ce11)

Performance Improvements

  • Size: Track bundle size (15f6eba)

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

04 Jan 09:57
Compare
Choose a tag to compare

1.5.0 (2021-01-04)

Bug Fixes

Features

  • ESM: Reduce bundle size using ESM builds (0375b12)

1.4.2

07 Aug 08:45
Compare
Choose a tag to compare

1.4.2 (2020-08-07)

Bug Fixes

  • UMD: Extend global IdealPostcodes namespace (ed484ee)

1.4.1

01 Apr 11:57
Compare
Choose a tag to compare

1.4.1 (2020-04-01)

Bug Fixes

  • Fetch: Add fetch with plugin-inject (fbd6788)

1.4.0

22 Feb 16:28
Compare
Choose a tag to compare

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

07 Feb 17:23
Compare
Choose a tag to compare

1.3.0 (2020-02-07)

Features

  • core-browser: Upgrade to 1.2.0 (dd8b9eb)

1.2.0

06 Dec 10:22
Compare
Choose a tag to compare

1.2.0 (2019-12-06)

Features

  • Core-Browser: Updates core-browser to 1.1.0 (66347c2)

1.1.0

29 Oct 07:17
Compare
Choose a tag to compare

1.1.0 (2019-10-29)

Features

  • ESM: No transpile ESM bundle (3b75f5c)