Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v3.0.0 - 2024-06-06

Added

  • Configure release version via environment variable SHELLCHECKJS_RELEASE

  • Configure logger level via environment variable SHELLCHECKJS_LOGGER_LEVEL

Deprecated

  • Drop support for Node.js versions that do not match >=18.12.0

v2.2.0 - 2023-02-04

Changed

Removed

  • Problematic and unused decompression libraries

v2.1.0 - 2023-02-02

Added

v2.0.0 - 2023-01-31

Added

  • linux (arm64 and x86), darwin (x86) and win32 (x86) support

  • Programmatic usage

  • TypeScript support

  • Tests

Changed

  • Download ShellCheck binary only when calling npx shellcheck for the first time

Deprecated

  • Drop support for all Node.js versions that do not match >=18.4.0 || >=16.17.0

Removed

  • Non Node.js dependency

  • Script (.sh)