Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

75 lines (40 loc) · 1.48 KB

Changelog

This project adheres to semver. This changelog format is largely based on Keep A Changelog.

[Unreleased]

💥 Breaking Changes

🚀 New Features & Enhancements

🐛 Bug Fixes

🔨 Chores & Documentation

[0.5.0] - 2023-06-05

💥 Breaking Changes

  • Drop support for Node 14 (#43)

[0.4.0] - 2023-02-15

🚀 New Features & Enhancements

  • Support a -f flag for arbitrary file inclusion in the check

🔨 Chores & Documentation

  • Refactored check api to unify across package managers
  • Use modern Yarn internally

[0.3.0] - 2022-06-27

🚀 New Features & Enhancements

  • Add detection and support for Yarn Berry

[0.2.0] - 2022-05-16

🚀 New Features & Enhancements

  • Detect package manager based on lockfile

[0.1.3] - 2022-05-03

🔨 Chores & Documentation

  • Remove fixtures dir from published package

[0.1.2] - 2022-05-01

🔨 Chores & Documentation

  • Add files config to pjson, removes unnecessary files from published package
  • Update node engines config to allow for ^16 and ^18

[0.1.1] - 2022-05-01

🐛 Bug Fixes

  • Fix bug in cli program name after package rename
  • Republish with new public repo settings

[0.1.0] - 2022-04-29

🚀 New Features & Enhancements

  • Initial package. Full yarn support.

[0.0.0] - 2022-04-29

🔨 Chores & Documentation

  • Initial repo setup, empty release