Skip to content

Latest commit

 

History

History
116 lines (40 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

116 lines (40 loc) · 4.7 KB

1.1.0 (2021-03-06)

Features

  • set window.HAS_HOIST_PREFETCH (a61406f)

1.0.3 (2020-07-12)

Bug Fixes

  • use xhr as fallback for prefetch if fetch isn't available (#43) (1e27e2a)

1.0.2 (2020-07-02)

Bug Fixes

  • return Promise<{}> during prefetch instead of null (#37) (20c865f)

1.0.1 (2020-06-22)

Bug Fixes

  • don't preload modules that are already prefetched (#34) (04fea61)
  • fix typo in preloaddeps (#33) (7c06c8b)

1.0.0 (2020-06-21)

Features

BREAKING CHANGES

    • Remove method and customPreload options since the standard preload provides fallbacks for browsers that don't support preload.

0.6.0 (2020-06-18)

Features

  • introduce 'custom' value for method (#28) (bc646f2)

0.5.0 (2020-06-13)

Features

0.4.0 (2020-06-12)

Features

0.3.3 (2020-05-25)

0.3.2 (2020-05-25)

0.3.1 (2020-05-23)

Bug Fixes

  • fix transform for cases when there is no actual dynamic import (f86329a)

0.3.0 (2020-05-21)

Bug Fixes

  • don't inject load script unless AST says so (1360b2f)

0.2.0 (2020-05-20)

Features

  • use link preload by default to load the deps (d5567e2)

0.1.0 (2020-05-19)

  • initial release