Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

91 lines (52 loc) · 4.5 KB

Changelog

[1.3.1] - 2025-01-28

Bug Fixes

  • cargo.toml: Specify markdown_to_docs version for proper publishing - (0b9d96a)

[1.3.0] - 2024-11-21

Features

  • config: From env vars if cmd args are not present - (b693719)

Bug Fixes

  • build: Clean, clone, then build if remote definition changes - (62375ae)
  • clone: When a parser was not correctly cloned in a previous run - (b976d87)

Documentation

  • crate: Add README.md to the crate's documentation - (8d25198)
  • tsdl: Use markdown_to_docs to properly display in docs.rs - (e980e99)

Other

  • markdown_to_docs: Remove unnecessary reference - (1e5f8d1)
  • Style - (8bfc86b)

New Contributors ❤️

  • @dependabot[bot] made their first contribution in #11

[1.2.1] - 2024-09-07

Bug Fixes

  • build: --tree-sitter-version sha1 - (a611f94)
  • download: Remove tree-sitter-cli gz - (69af2a4)
  • log: Create dir if --log specifies a path - (1d88722)

Documentation

  • cli: Remove wrong description for build command - (c73f096)

Other

  • build: Check that tree-sitter-cli exists and is executable - (5abb1a5)
  • build: Check downloaded tree-sitter-cli version - (362dc5c)
  • build: Verify multiparser with cmd - (35e8442)
  • lint: Add typos checker - (70cd5ce)

[1.2.0] - 2024-09-06

Features

  • selfupdate: Add selfupdate command and fetch from github releases - (a0832d8)

Bug Fixes

  • chmod: Use rust to set executable permissions - (a36e1d9)
  • download: Use reqwest instead of curl or wget - (76ac6c9)
  • gunzip: Use async-compression instead of the gunzip binary - (de16590)
  • release.sh: Lint and test before releasing - (bc5aa6c)

Documentation

  • readme: More information on config file and overriding parser.toml - (dcafb2c)

[1.1.0] - 2024-09-04

Features

  • logging: Print to stderr and file when -v,-vv - (181cf77)

Documentation

  • changelog: Simplify and skip chore, refactor, and style commits - (dccf215)

Other

  • pr template: Remove the git-cliff message - (1507e3e)
  • test: Retry because some tests are flaky - (c44183b)

[1.0.0] - 2024-09-01

Features

  • tsdl: Working implementation