Skip to content

Latest commit

History

History
executable file
96 lines (49 loc) 路 1.55 KB

CHANGELOG.md

File metadata and controls

executable file
96 lines (49 loc) 路 1.55 KB

@rollup/plugin-yaml ChangeLog

v4.1.2

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v4.1.1

2023-06-19

Bugfixes

  • fix: Add extensions?: string[] to RollupYamlOptions types #1506

v4.1.0

2023-05-12

Features

  • feat: support specifying custom file extensions #1445

v4.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v4.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1302

v3.1.0

2021-07-26

Features

  • feat: add typings (#898)

v3.0.0

2020-10-27

Breaking Changes

  • chore: update dependencies (943f528)

Features

  • feat: provide file id to transform function (#615)

Updates

  • chore: linting updates (93074ca)

v2.1.1

2020-05-11

Updates

  • chore: rollup v2 peerDep. (dupe for pub) (74281cf)

v2.1.0

2020-01-07

Features

  • feat: add documentMode, safe options (#137)

2.0.0

2019-10-18

  • Add transform option #6 (by @CharlesHolbrow)
  • Update dependencies and build, require Node 6 #7 (by @lukastaegert)

1.1.0

  • Switch to js-yaml for parsing #2

1.0.0

  • First release