Skip to content

Releases: Xunnamius/babel-plugin-transform-rewrite-imports

v1.0.0

27 Jan 04:23
v1.0.0
5569a9a
Compare
Choose a tag to compare

1.0.0 (2023-01-27)

✨ Features

  • Add drone ci test pipeline (ae66e28)
  • Add github action to lint and test (dafd93f)
  • Add support for exports (32188ab)
  • Add tests and update plugin version (948baea)
  • Automate package publishing (2fd6c22)
  • Handle ../ paths (470b358)
  • Skip type-only imports and exports (49fdd96)
  • Support ExportAllDeclaration (8a39cf6)

🪄 Fixes

  • ✅replace "false" extension value to "undefined" for default value tests (054921e)
  • 🐛replace extension properly (0609c35)
  • Add linter(standardjs) (db0f337)
  • Don't exclude relative paths (99668ab)
  • Make drone use npm ci instead of npm install (1c2c16f)
  • Missing import (3aa9d12)

⚙️ Build system