Skip to content

Releases: beeb/lintspec

0.1.6 - 2025-02-20

20 Feb 22:17
c905b4c

Choose a tag to compare

Release Notes

Added

Fixed

  • Parent ignore files must be enabled (#17) - (6d9663e)
  • Return comment should not include return name (#19) - (8be4150)
  • Process functions without returns (#20) - (7fdfbda)

Install lintspec 0.1.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.1.6/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.1.6/lintspec-installer.ps1 | iex"

Download lintspec 0.1.6

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.5 - 2025-02-20

20 Feb 10:26
0428600

Choose a tag to compare

Release Notes

Fixed

  • Output a line return after json output (#12) - (89f616f)
  • Merging of config from CLI and config file (#14) - (bbef59a)

Install lintspec 0.1.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.1.5/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.1.5/lintspec-installer.ps1 | iex"

Download lintspec 0.1.5

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.4 - 2025-02-20

20 Feb 07:15
20f01b2

Choose a tag to compare

Release Notes

Documentation

Install lintspec 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.1.4/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.1.4/lintspec-installer.ps1 | iex"

Download lintspec 0.1.4

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.1.3 - 2025-02-20

20 Feb 06:21
66006b6

Choose a tag to compare

Release Notes

Added

Changed

Fixed

Install lintspec 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/beeb/lintspec/releases/download/v0.1.3/lintspec-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/beeb/lintspec/releases/download/v0.1.3/lintspec-installer.ps1 | iex"

Download lintspec 0.1.3

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lintspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
lintspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
lintspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lintspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.1.2

19 Feb 15:37
59f4990

Choose a tag to compare

Added

Changed

  • Update benchmark with comparable output format - (1b0bc92)

Fixed

v0.1.1

19 Feb 14:58
7e8470f

Choose a tag to compare

Added

Changed

v0.1.0

19 Feb 14:56
v0.1.0
6bf65e3

Choose a tag to compare

Initial release