# @rollup/plugin-yaml ChangeLog ## 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](https://github.com/rollup/rollup-plugin-yaml/pull/6) (by @CharlesHolbrow) - Update dependencies and build, require Node 6 [#7](https://github.com/rollup/rollup-plugin-yaml/pull/7) (by @lukastaegert) ## 1.1.0 - Switch to `js-yaml` for parsing [#2](https://github.com/rollup/rollup-plugin-yaml/pull/2) ## 1.0.0 - First release