Skip to content

Latest commit

 

History

History
209 lines (92 loc) · 9.2 KB

CHANGELOG.md

File metadata and controls

209 lines (92 loc) · 9.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.2 (2022-08-12)

Bug Fixes

  • webpack: include css/assets at top level of manifest (#36) (6cebc93)

0.4.1 (2022-08-08)

Bug Fixes

  • preload stylesheets used on the page (#35) (643e2c2)

0.4.0 (2022-08-04)

0.4.0-2 (2022-08-04)

Bug Fixes

0.4.0-1 (2022-08-03)

⚠ BREAKING CHANGES

  • move resource parsing -> manifest stage and expose /runtime export (#33)

  • move resource parsing -> manifest stage and expose /runtime export (#33) (5dde2d1)

0.4.0-0 (2022-08-02)

⚠ BREAKING CHANGES

  • rewrite with improvements (#30)

  • rewrite with improvements (#30) (dad6993)

0.3.9 (2022-06-10)

Features

  • expose function to update manifest (#31) (c1c6d74)

0.3.8 (2022-05-06)

Features

  • expose all types and utils (cf0788f)

0.3.7 (2022-04-22)

Features

  • render crossorigin anonymous for scripts and script/font preloads (#27) (111f973)

0.3.6 (2022-04-19)

Bug Fixes

  • render modules with async and omit prefetch type (#26) (a2d0f48)

0.3.5 (2022-01-11)

Bug Fixes

  • add missing stylesheet rel for prefetch tags (#23) (d2ec8a3)

0.3.4 (2021-11-30)

Bug Fixes

0.3.3 (2021-11-22)

Bug Fixes

0.3.2 (2021-10-13)

Bug Fixes

  • improve css regex for preprocessors (#18) (bf80fb8)

0.3.1 (2021-09-09)

Bug Fixes

  • add meaningful errors to client manifest normalizer (#17) (7782991)

0.3.0 (2021-09-07)

⚠ BREAKING CHANGES

  • rewrite to use new client manifest format (#15)

Features

  • rewrite to use new client manifest format (#15) (38020b4)

0.2.10 (2021-07-28)

Bug Fixes

  • restore space between link and rel (#14) (608c2e7)

0.2.9 (2021-07-21)

Bug Fixes

  • fix <script src> formatting (9b07254)

0.2.8 (2021-07-21)

Bug Fixes

  • use modulepreload for preloading modules (4c3afa3)

0.2.7 (2021-07-21)

Features

  • handle .mjs as type="module" (4bae1cc)

0.2.6 (2021-07-21)

Bug Fixes

  • assume resources without extension as js (5ebe828)
  • handle situation where there are no initial scripts (3d55f4d)

0.2.5 (2021-07-12)

Bug Fixes

0.2.4 (2021-07-12)

Features

Bug Fixes

0.2.3 (2021-01-22)

Features

  • support createApp as promise for lazy loading (d5b82e7)

0.2.2 (2020-11-01)

Bug Fixes

  • _registeredComponents should be a set (40a711c)

0.2.1 (2020-10-29)

0.2.0 (2020-10-29)

Features

  • createRenderer without Node dependency (d41d6b0)

0.1.0 (2020-10-29)

Features

  • createRenderer without Node dependency (d0f5218)

0.0.3 (2020-04-29)

0.0.2 (2020-04-29)

0.0.1 (2020-04-29)