Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 2.53 KB

Changelog

3.0.0 (2024-06-06)

⚠ BREAKING CHANGES

  • Upgrade dependencies; set Node.js to 20 (#26)

Features

  • add transform for v9 migration (#29) (528b94f)
  • Upgrade dependencies; set Node.js to 20 (#26) (018e28b)

2.0.0 (2023-07-21)

⚠ BREAKING CHANGES

  • Drop Node < 12, switch to eslint flat config (#16)

Features

  • Drop Node < 12, switch to eslint flat config (#16) (b25c563)

Documentation

  • Update license copyright (1dc288b)

Build Related

Chores

v1.0.0 - July 28, 2016

  • 0315471 Build: Add release script (Nicholas C. Zakas)
  • f2575d8 Fix: ensure consistent linebreaks when testing transforms (#6) (Vitor Balocco)
  • f8f5c23 Breaking: Drop support for node < 4 (fixes #4) (#5) (Vitor Balocco)
  • 6219d0c Fix: use __dirname to find transform files (refs #2) (#3) (Vitor Balocco)
  • a091907 New: Initial commit (Vitor Balocco)
  • 21201a2 Create README.md (Ilya Volodin)