Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

40 lines (18 loc) · 1.6 KB

Changelog

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

0.3.0 (2024-12-27)

Features

  • add @babel/plugin-syntax-decorators and @babel/preset-typescript presets (4c18cf8)

0.2.0 (2022-07-15)

⚠ BREAKING CHANGES

  • Node.js 16.12.0 is required

Bug Fixes

  • Work with Node.js >=16.12.0 (4ea4529), closes #6

0.1.2 (2020-05-31)

Bug Fixes

  • Prepare for ESM loader hooks moving to worker threads. (#3) (8105a8f)

0.1.1 (2020-05-20)

Features

Bug Fixes

  • Do not attempt to recursively load configuration (#2) (bc4d4e1)