All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
10.0.1 (2024-09-17)
- remove sourcemap path workaround (7704c93)
10.0.0 (2024-06-01)
- no longer support compiler override to plugin
9.3.8 (2024-05-16)
- avoid storing shared data on compiler (c1f04ea)
9.3.7 (2024-01-11)
9.3.6 (2024-01-03)
- ignore .d.ts in watch files (de9dd6c)
9.3.5 (2023-11-10)
9.3.4 (2023-11-08)
- avoid making node_module Marko files entries (5366351)
- avoid renderBody-like call to dynamic tag migration by using an alias (0a87e7f)
- use out.global instead of this (renderBody to dynamicTag migrator messes up this) (383ba6a)
9.3.3 (2023-09-11)
- avoid renderBody-like call to dynamic tag migration by using an alias (0a87e7f)
9.3.1 (2022-11-28)
9.3.0 (2022-07-06)
9.2.3 (2022-07-05)
- avoid removing virtual files from cache (222ad1a)
9.2.2 (2022-03-30)
- source-maps not resolving to absolute path in browser build (ec97f5f)
9.2.1 (2021-10-28)
- issue with SSR hot reloading (0bc4321)
9.2.0 (2021-09-15)
9.1.0 (2021-09-14)
- add hmr support (de097f0)
9.0.3 (2021-06-07)
- issue with runtimeId not forwarded to Marko compiler (7d5f8e9)
9.0.2 (2021-04-17)
- i encourage others not to deploy on friday night (a05725e)
9.0.1 (2021-04-17)
- regression with asset writing code (7a4f049)
9.0.0 (2021-04-17)
- requires @marko/compiler@^5.5.4
- add support for the hydrateIncludeImprots option (788acc5)
- emliminate output js when empty (00ac6e9)
- update marko and use new hydration compile output (7b996ce)
- use Marko 5 flushing tag (8cda688)
- deprecation warning in webpack 5 with empty assets (c3a6007)
- update deps, cleanup virtual module paths (3e1e4e2)
- update marko to get correct typescript definitions (7eb98f7)
8.0.1 (2021-04-07)
- update marko to get correct typescript definitions (7eb98f7)
8.0.0 (2021-04-05)
- requires @marko/compiler@^5.5.4
- emliminate output js when empty (00ac6e9)
- update marko and use new hydration compile output (7b996ce)
7.1.4 (2021-03-18)
7.1.3 (2021-03-17)
- prevent error if multiple plugins call done hook (02195c9)
7.1.2 (2021-03-08)
- avoid mutating asset manifest, ensure assets only sent once (79c08cd)
7.1.1 (2021-03-02)
7.1.0 (2021-02-12)
- multiple top level component assets now merge (bc8fc0d)
7.0.1 (2021-02-09)
- errors not being passed to webpack (44510e5)
7.0.0 (2021-02-02)
- drop Marko 4 support
6.2.10 (2020-11-11)
6.2.9 (2020-08-18)
- issue with regexp chars in multi file component files (64224c3)
6.2.8 (2020-08-10)
- webpack incorrectly merging expressions in prod (61e4f76)
6.2.7 (2020-08-10)
- issue with returning sourcemap for empty code (2f8473a)
6.2.6 (2020-08-10)
- not reloading on adding style/component files (c0c3b25)
6.2.5 (2020-08-07)
- avoid writing unchanged virtual modules to disk (ab30570)
6.2.4 (2020-08-07)
- issue with client entries disappearing when assets cached (ce6b138)
6.2.3 (2020-08-06)
6.2.2 (2020-08-06)
- regression in watch mode (8ca2ee1)
6.2.1 (2020-08-06)
- refactor loader, fix issue with caching and watching missing files (c1af31a)
6.2.0 (2020-08-05)
- include watch dependencies output from Marko compiler (9bc613d)
6.1.3 (2020-08-05)
6.1.2 (2020-08-04)
6.1.1 (2020-07-29)
- revert asset export change which broke Marko 4 builds (bcd8c0d)
6.1.0 (2020-07-29)
- expose template exports from top level asset wrappers (be3e1c9)
6.0.1 (2020-07-06)
- head transformer append scripts inside for Marko 5 (cd66494)
6.0.0 (2020-04-27)
- now requires at least [email protected]
- improve support for Marko 5, update semver range (2cefd91)
5.0.3 (2020-03-19)
5.0.2 (2020-03-17)
5.0.1 (2020-03-17)
5.0.0 (2020-03-16)
- Webpack now controls async script order.
4.3.0 (2020-03-15)
4.2.0 (2020-03-14)
4.1.3 (2020-03-11)
4.1.2 (2020-03-03)
4.1.1 (2020-02-28)
- provide name option to babel caller config (266af4d)
4.1.0 (2020-02-27)
- expose babelOptions for Marko 5 compiler (#25) (fb49fa9)
- switch output from loader to use es modules (#26) (8aadc82)
4.0.0 (2020-02-24)
- The getClientCompilerName API has been removed.
- dynamic builds now use $global.buildName (46b204e)
- eslint path (ea77337)
3.0.0 (2020-02-20)
- Marko 4.18.47 or higher is now required.
- support out.global.cspNonce for script tags (8b55a74)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.