Skip to content

Latest commit

 

History

History
197 lines (91 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

197 lines (91 loc) · 7.11 KB

Changelog

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

4.0.3 (2023-05-19)

Bug Fixes

  • add missing exports for rollup.marko files (680bf6e)

4.0.2 (2023-05-19)

Bug Fixes

  • inline server-entry-template code to fix esm mode (d6dbbff)

4.0.1 (2023-05-19)

Bug Fixes

  • esm issue with duplicated import (9acf312)

4.0.0 (2023-05-19)

⚠ BREAKING CHANGES

  • drop support for node < 16

  • chore: resolve ts errors

  • fix: inline correct __dirname code for esm

Features

3.3.1 (2021-06-24)

Bug Fixes

  • issue with multiple browser configs not waiting for eachother (23f2d85)

3.3.0 (2021-06-23)

Features

  • allow other plugins to modify the browser input (f6a3e03)

Bug Fixes

  • issue with assets not being inlined with multi config (#22) (8f38818)

3.2.1 (2021-05-03)

Bug Fixes

  • reduce unecessary client bundle runs (f512d51)

3.2.0 (2021-04-28)

Features

  • avoid writing to server entries file unnecessarily (d1cab4e)

3.1.1 (2021-04-28)

Bug Fixes

  • invalid entry id output in windows (d2e8ec5)

3.1.0 (2021-04-08)

Features

  • add custom serialize option (918d14b)
  • expose size meta data for chunks (7109aeb)
  • hide error message about empty entry chunks (50b56fe)

Bug Fixes

  • allow plugin invocations to happen out of order (#9) (f19760b)

3.0.0 (2021-03-27)

⚠ BREAKING CHANGES

  • drop support for Marko 4 compiler
  • new api to support server plugin

Features

  • Linked server & browser compilers (#6) (35644d7)

Bug Fixes

  • marko 5 imports, remove warning about eval (a2e311f)

2.3.0 (2020-09-28)

Features

  • marko 5 compiler support (3d2184b)
  • update deps, cleanup config, support rollup 2 (927a5b5)

Bug Fixes

  • 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)

Bug Fixes

  • marko 5 peer dependency (633fa8f)

2.2.0 (2020-08-25)

Features

  • update deps, cleanup config, support rollup 2 (927a5b5)

Bug Fixes

  • plugin compatibility with Rollup Watch Mode (00a668c)

2.1.1 (2020-03-03)

2.1.0 (2020-03-03)

Features

  • marko 5 compiler support (3d2184b)

2.0.3 (2020-03-03)

Bug Fixes

  • run lint on all files (52969eb)
  • use specifiers where possible on inserted imports (83cea9d)

2.0.2 (2020-02-01)

2.0.1 (2019-10-02)

Bug Fixes

  • add missing dependencies (2a18002)

2.0.0 (2019-09-25)

⚠ BREAKING CHANGES

  • Adds a new option runtimeId which replaces the string behaviour of the initComponents option.

Features

  • align with runtimeId implementation for use with multiple copies of Marko (ae0caae)

1.0.0 (2019-09-10)

Features

1.1.0 (2019-09-10)

Features