rollup-plugin-copy-merge
Version:
Copy & Merge files and folders using Rollup
23 lines (16 loc) • 1.16 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.2] - 2023-05-10
## [1.0.1] - 2023-05-10
## [1.0.0] - 2023-02-23
### Added
- Content merge feature. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#merge-extended).
- Source file info arguments in `rename` callback. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#rename-with-a-function).
- Source file info arguments in `transform` callback. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#transform-file-contents)
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/syJSdev/rollup-plugin-copy-merge/releases/tag/v1.0.0