Releases: ronnychevalier/typope
Releases · ronnychevalier/typope
v0.3.0
v0.2.0
v0.1.1
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