Skip to content

Releases: ronnychevalier/typope

v0.3.0

24 Aug 08:52
Compare
Choose a tag to compare

Version 0.3.0 - 2024-08-24

🚀 Features

  • Add --write-changes to apply automatically the lint suggestion
  • Add --strings to print strings that would be linted

🐛 Bug Fixes

  • (python) Ignore docstrings

v0.2.0

21 Aug 19:55
Compare
Choose a tag to compare

0.2.0 - 2024-08-21

🚀 Features

  • Support loading a config from Cargo.toml like typos

🚜 Refactor

  • Reduce the MSRV to 1.74.0

v0.1.1

07 Aug 20:22
Compare
Choose a tag to compare

Version 0.1.1 - 2024-08-07

🐛 Bug Fixes

  • Avoid false positive with sqlite prepared statements (e.g., SELECT a FROM b WHERE c = ?1 AND d = ?2)
  • Avoid false positives when something prints a string that looks like a condition or an expression (e.g., a | !c ord = !(z && b))
  • Markdown: avoid false positives with images (e.g., ![image](image.png))
  • Markdown: ignore block quotes

📚 Documentation

  • (README) Add install and usage examples
  • (README) Mention that the tool is experimental

v0.1.0

04 Aug 10:39
Compare
Choose a tag to compare

Version 0.1.0 - 2024-08-04

This was the initial release of typope.