Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

64 lines (32 loc) · 3.33 KB

Changelog

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

2.3.2 (2025-01-03)

2.3.1 (2025-01-03)

2.3.0 (2025-01-03)

Features

  • add support for additional meta apis (e011988)
  • new import.meta apis (185992a)
  • update eslint, rollup and other dependencies (5ea0a08)

2.2.1 (2023-08-04)

2.2.0 (2022-06-21)

Features

  • add support for ES6 targets (77f855a), closes #5

2.1.1 (2022-02-03)

Bug Fixes

  • import ast from smart instead of default export of @babel/template (88e058f)

2.1.0 (2021-09-10)

Features

Bug Fixes

  • "package.json#exports" and "mjs" extension (f4597ea)
  • release: publish only files in lib (0d152b7)

2.0.0 (2021-04-21)

⚠ BREAKING CHANGES

  • import.meta on its own is no longer transpiled.
  • unknown import.meta properties are no longer transpiled.

Features

Bug Fixes

  • compatibility with transformers of unknown properties (383053c), closes #2
  • make some dependencies dev dependencies (4decc60)
  • rename prepare script (ea9f8db)