All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2023-01-12)
2.0.0 (2023-01-12)
- use modern stack (a1ddc68)
1.2.1 (2023-01-12)
- tsconfig error (afb1912)
- Set an import option to
true
to detect the version of the currently installed top-level dependency version. Imports to this dependency will be replaced with an import to the Skypack CDN. - Set the import option field
"*"
totrue
to replace imports to all of the top-dependencies with imports to the Skypack CDN. Disable specific dependencies by setting them tofalse
. - Added a test suite and CI.
- Improved speed by replacing full Babel passes with a sophisticated regex; handles static and dynamic imports.
- README.md changes.
- Use eslint-standard as JavaScript linter and imported jest as eslint plugin for test code.
- Improved esmImportRegex.js for some missed cases. For example, the expression didn't catch package name which has two or more slashes from import statement.