Skip to content

Latest commit

 

History

History
340 lines (149 loc) · 12 KB

CHANGELOG.md

File metadata and controls

340 lines (149 loc) · 12 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2022-03-24)

⚠ BREAKING CHANGES

  • pkg: avoid inlining dependencies

Bug Fixes

  • improve regexp for multiple imports on same line (#41) (bc64246)

  • pkg: avoid inlining dependencies (0c28f44)

0.4.3 (2022-02-11)

Bug Fixes

  • test for name after normalisation (#40) (5fd933b)

0.4.2 (2022-02-07)

Bug Fixes

  • prevent multiple exports of multiple signatures (#39) (d492116)

0.4.1 (2022-01-25)

Bug Fixes

  • resolve: ensure absolute id exists and resolved (f505b7c)

0.4.0 (2022-01-25)

⚠ BREAKING CHANGES

Features

  • drop code-gen utils (genImport and genDynamicImport) (42583e1)
  • export star (#33) (3f4e844)

0.3.19 (2022-01-17)

Bug Fixes

  • add specifer to NamedExport type (#31) (1ca4d30)

0.3.18 (2022-01-17)

Features

  • add specifier matcher for findExports (#30) (5ddeba1)

0.3.17 (2022-01-07)

Bug Fixes

  • get actual protocol for windows instead of protocol + drive (#28) (15140cc)

0.3.16 (2021-12-17)

Bug Fixes

  • improve esm detection with export declartion (#27) (0511a93)

0.3.15 (2021-11-29)

Features

  • initial code generation utils (5fdb9f2)

0.3.14 (2021-11-29)

Bug Fixes

  • findExports: detect async function (9fcc555)

0.3.13 (2021-11-11)

Bug Fixes

  • findExports: normalize named exports (b82d27b)

0.3.12 (2021-11-03)

Features

  • add sanitizeURIComponent and sanitizeFilePath helpers (#22) (9ddeab8)

0.3.11 (2021-11-02)

Bug Fixes

  • exclude windows drive letters from protocols (#21) (94d3506)

0.3.10 (2021-10-28)

Features

  • support protocols for isValidNodeImport (#20) (0cfa4d9)

0.3.9 (2021-10-28)

Bug Fixes

  • prevent more false positives on cjs (#19) (8ac4b74)

0.3.8 (2021-10-27)

Bug Fixes

0.3.7 (2021-10-27)

Features

0.3.6 (2021-10-27)

Features

  • resolve: automatically add node_modules to search path (7b03715)

0.3.5 (2021-10-27)

Features

Bug Fixes

  • resolve: don't normalize falsy urls (9fdf8f6)
  • types: make options optional (9240f07)

0.3.4 (2021-10-27)

Bug Fixes

  • resolve: resolve absolute paths as-is (c6e4f9f)

0.3.3 (2021-10-27)

Bug Fixes

  • correct ResolveOptions.url type (e432175)

0.3.2 (2021-10-27)

Features

  • resolve: support resolving from multiple paths or urls (8d51348)

0.3.1 (2021-10-22)

Bug Fixes

  • add missing name and names to ESMExport interface (#13) (c5eacfb)

0.3.0 (2021-10-20)

⚠ BREAKING CHANGES

  • rewrite with typescript

Features

  • rewrite with typescript (b085827)

Bug Fixes

  • pkg: inline import-meta-resolve (50f13b1)

0.2.10 (2021-10-18)

Bug Fixes

  • interopDefault: handle non-object inputs (0d73a44)

0.2.9 (2021-10-18)

Bug Fixes

0.2.8 (2021-10-15)

Bug Fixes

  • types: types for findExports (#9) (68b7c39)

0.2.7 (2021-10-14)

Features

  • export analyzes with findExports (#8) (2eebbd5)

0.2.6 (2021-10-12)

Bug Fixes

  • interopDefault: do not override existing props (#7) (9429606)

0.2.5 (2021-10-05)

Features

0.2.4 (2021-10-01)

Features

  • add types for import analyzes (b9ca4af)

0.2.3 (2021-10-01)

Features

  • static import analyzes tools (#3) (8193226)

0.2.2 (2021-09-20)

Bug Fixes

  • add missing require to cjs interface (9bdffc3)

0.2.1 (2021-09-20)

Bug Fixes

  • createResolve: make url optional (40de473)

0.2.0 (2021-07-23)

⚠ BREAKING CHANGES

  • directly use a url to create cjs context

Features

  • rewrite error stack for inline scripts (7357aeb)

  • directly use a url to create cjs context (e7012fb)

0.1.7 (2021-07-23)

0.1.6 (2021-07-23)

Features

Bug Fixes

0.1.5 (2021-07-22)

Features

  • support extensions and index resolution (8f4c080)
  • support url option for evaluation (0a78f45)

0.1.4 (2021-07-22)

Features

  • normalizeid and use it to support from as path (14af3d1)

Bug Fixes

  • skip fileURLToPath when id is not file: protocol (c40b810)

0.1.3 (2021-07-22)

0.1.2 (2021-07-22)

Features

  • expose resolveImports and improve docs (074ef52)

0.1.1 (2021-07-22)

Features

  • add eval utils and other improvements (1fe0b69)
  • add resolve utils (1d1a3ac)