All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support include and exclude options (#21).
- Ignore .css-files when parsing (#20)
- Support for Rollup v4 (#19).
- Named
preserveDirectives
export in addition to the default one (#19).
- Updated build output for correct ESM/CJS typing (#19).
- Renamed option
supressPreserveModulesWarning
tosuppressPreserveModulesWarning
to fix typo (#12).
- Generate both CJS and ESM formats (#10).
- Added null-safety to "type" check (#6).
- Moved magic-string from devDependencies to dependencies (#7).
- Initial working release