Skip to content

Choose a tag to compare

@github-actions github-actions released this 15 Oct 13:22
285179e

Release Notes

Added

  • [breaking] make solar the default parser (#168) - (4b1ed48)

Changed

  • (definitions) improve TextIndex advance (#163) - (f7c10dc)

  • (solar) improve span calculations (#161) - (589aeaf)

  • (solar) [breaking] use SIMD to accelerate offset calculations (#164) - (1352848)

  • generic functions with inner non-generic params (#159) - (ee7ea9c)

Documentation

Fixed

  • (textindex) populating offset zero (#167) - (a571ce7)

Removed

Tests

Full Changelog: 0.10.0...0.11.0

Install lintspec 0.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download lintspec 0.11.0

File Platform Checksum
lintspec-aarch64-apple-darwin.tar.xz Apple Silicon 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