Skip to content

Commit 0053b0c

Browse files
committed
chore: add changelog
1 parent f205fb7 commit 0053b0c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## [3.1.3](https://github.com/exuanbo/module-from-string/compare/v3.1.2...v3.1.3) (2021-11-27)
4+
5+
### Bug Fixes
6+
7+
- Absolute path import on Windows such as `C:\foo` could not be resolved.
8+
9+
### Chores
10+
11+
- Bump dependencies.
12+
13+
## [3.1.2](https://github.com/exuanbo/module-from-string/compare/v3.1.1...v3.1.2) (2021-11-07)
14+
15+
### Chores
16+
17+
- Bump and unpin dependencies.
18+
19+
## [3.1.1](https://github.com/exuanbo/module-from-string/compare/v3.1.0...v3.1.1) (2021-08-28)
20+
21+
### Bug Fixes
22+
23+
- In the previous versions when using `import` statement and dynamic `import()` expression, the specifier would not be resolved correctly if used on Windows and the path starts with posix path separator.
24+
25+
### Chores
26+
27+
- Bump dependency `esbuild` from 0.12.22 to 0.12.24
28+
29+
## [3.1.0](https://github.com/exuanbo/module-from-string/compare/v3.0.1...v3.1.0) (2021-08-21)
30+
31+
### Bug Fixes
32+
33+
- Fix problem when using `import` statement of ES modules.
34+
35+
### Features
36+
37+
- Add new optional option `dirname` to specify the directory path for resolving relative path `require` or `import`.
38+
- Add support for dynamic import() expression.

0 commit comments

Comments
 (0)