- Add comments to generated output files.
- Fix to work with the latest @rollup/plugin-multi-entry.
- Use Rollup's
this.emitFile
to generate output instead of directly writing to the bundle, which is deprecated.
- Add a
types
option to control the input location. - Fix path-manipulation & escaping bugs.
- Output files in sub-folders would have incorrect input paths.
- String escaping did not handle
'
characters.
- Upgrade build tooling.
- Fix path handling when the input & output locations are the same.
- Add the option to enable strict type checking.
- Work correctly with Rollup's built-in code splitting.
- Do not write entry files directly to disk, but insert them into the generated bundle for Rollup itself to write.
- Create the destination directory if it is missing.
- Stop using deprecated hook for better compatibility with rollup v1.0.0.
- Fix compatibility with rollup-plugin-multi-entry.
- Add unit test.
- Fix a packaging bug.
- Initial release.