Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

94 lines (51 loc) · 1.48 KB

@rollup/plugin-html ChangeLog

v1.0.3

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v1.0.2

2023-01-20

Bugfixes

  • fix: types should come first in exports #1403

v1.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v1.0.0

2022-10-09

Breaking Changes

  • fix: prepare for Rollup 3 #1294

Bugfixes

  • fix: function signature of html updated #975

v0.2.3

2021-02-14

Bugfixes

  • fix: package.json files (#802)

v0.2.2

2021-01-29

Updates

  • chore: run build before publish (ce65c12)
  • chore: upgrade TypeScript (#713)
  • refactor: refactor to typescript (#634)
  • chore: update dependencies (6c8614c)

v0.2.1

2021-01-29

Updates

  • chore: run build before publish (ce65c12)
  • chore: upgrade TypeScript (#713)
  • refactor: refactor to typescript (#634)
  • chore: update dependencies (6c8614c)

v0.2.0

2020-05-02

Features

  • feat: support custom meta element creation (#308)

Updates

  • test: update snapshots for rollup v2 (c09509f)

v0.1.1

2020-01-04

Updates

  • docs: fix
    tag (#89)
  • test: change tests to serial to avoid weird snapshot conflicts (a492ce7)

0.1.0

2019-11-29

  • First Release