All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.3 (2023-05-19)
- add missing exports for rollup.marko files (680bf6e)
4.0.2 (2023-05-19)
- inline server-entry-template code to fix esm mode (d6dbbff)
4.0.1 (2023-05-19)
- esm issue with duplicated import (9acf312)
4.0.0 (2023-05-19)
-
drop support for node < 16
-
chore: resolve ts errors
-
fix: inline correct __dirname code for esm
3.3.1 (2021-06-24)
- issue with multiple browser configs not waiting for eachother (23f2d85)
3.3.0 (2021-06-23)
- allow other plugins to modify the browser input (f6a3e03)
3.2.1 (2021-05-03)
- reduce unecessary client bundle runs (f512d51)
3.2.0 (2021-04-28)
- avoid writing to server entries file unnecessarily (d1cab4e)
3.1.1 (2021-04-28)
- invalid entry id output in windows (d2e8ec5)
3.1.0 (2021-04-08)
- add custom serialize option (918d14b)
- expose size meta data for chunks (7109aeb)
- hide error message about empty entry chunks (50b56fe)
3.0.0 (2021-03-27)
- drop support for Marko 4 compiler
- new api to support server plugin
- marko 5 imports, remove warning about eval (a2e311f)
2.3.0 (2020-09-28)
- marko 5 imports, remove warning about eval (a2e311f)
- marko 5 peer dependency (633fa8f)
- plugin compatibility with Rollup Watch Mode (00a668c)
- run lint on all files (52969eb)
- use specifiers where possible on inserted imports (83cea9d)
2.2.1 (2020-08-25)
- marko 5 peer dependency (633fa8f)
2.2.0 (2020-08-25)
- update deps, cleanup config, support rollup 2 (927a5b5)
- plugin compatibility with Rollup Watch Mode (00a668c)
2.1.1 (2020-03-03)
2.1.0 (2020-03-03)
- marko 5 compiler support (3d2184b)
2.0.3 (2020-03-03)
2.0.2 (2020-02-01)
2.0.1 (2019-10-02)
- add missing dependencies (2a18002)
2.0.0 (2019-09-25)
- Adds a new option
runtimeId
which replaces the string behaviour of theinitComponents
option.
- align with
runtimeId
implementation for use with multiple copies of Marko (ae0caae)
- initial commit (d85d0ed)
- initial commit (5011475)