Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.98 KB

Changelog

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)

Features

1.2.1 (2023-01-12)

1.2.0 (2021-08-28)

Features

Bug Fixes

[1.1.0] - 2020-10-09

Added

  • 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 "*" to true to replace imports to all of the top-dependencies with imports to the Skypack CDN. Disable specific dependencies by setting them to false.
  • Added a test suite and CI.

Changed

  • Improved speed by replacing full Babel passes with a sophisticated regex; handles static and dynamic imports.
  • README.md changes.

[1.1.2] - 2020-12-13

Added

  • Use eslint-standard as JavaScript linter and imported jest as eslint plugin for test code.

Changed

  • 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.