Skip to content

Latest commit

 

History

History
executable file
·
64 lines (33 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
64 lines (33 loc) · 994 Bytes

@rollup/plugin-yaml ChangeLog

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