Releases: tree-sitter-grammars/tree-sitter-markdown
Releases · tree-sitter-grammars/tree-sitter-markdown
v0.5.3
NOTE: Download tree-sitter-markdown.tar.gz for the complete source code.
What's Changed
- fix: cmake --install by @podsvirov in #219
- fix: Correct typo to make "make install" work again by @heirecka in #220
- feat: Implement other cursor wrapper methods by @DanikVitek in #222
- fix: Allow ordered lists to start from any number by @Kafva in #226
- chore: regenerate parser and bindings with 0.26.6 by @clason in #228
- release v0.5.3 by @clason in #229
New Contributors
- @podsvirov made their first contribution in #219
- @heirecka made their first contribution in #220
- @DanikVitek made their first contribution in #222
- @Kafva made their first contribution in #226
Full Changelog: v0.5.2...v0.5.3
v0.5.2
NOTE: Download tree-sitter-markdown.tar.gz for the complete source code.
Breaking change: Rust bindings require tree-sitter 0.26.3 (deprecated parse_with replaced by parse_with_options).
(No parser changes, so that still counts as a minor bump.)
What's Changed
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
NOTE: Download tree-sitter-markdown.tar.gz for the complete source code.
Breaking Changes
- Regenerate parsers with ABI 15
What's Changed
New Contributors
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Fix filename of common/common.js in package.json that breaks the node package after rename. by @Greenscreener in #161
- fix: recognize escaped "$" in latex blocks by @ribru17 in #165
- fix: allow whitespace after closing code block fence by @ribru17 in #163
- feat: update to tree-sitter 0.24 by @ObserverOfTime in #166
- fix: highlights & injections query paths in tree-sitter.json by @topi314 in #178
- injections.scm: TOML +++ metadata frontmatter support by @notpeter in #181
New Contributors
- @Greenscreener made their first contribution in #161
- @ribru17 made their first contribution in #165
- @topi314 made their first contribution in #178
- @notpeter made their first contribution in #181
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.2.3
Full Changelog: v0.2.0...v0.2.3
v0.2.0
What's Changed
- Create node for pipe table cells containing only whitespace by @MDeiml in #125
- Fix parsing of uppercase task list item marker by @liskin in #129
- fix: fix clang compiler warnings by @aminya in #132
- Change _word rule to inlcude snake case by @MDeiml in #134
- Standardization update by @ObserverOfTime in #138
New Contributors
- @liskin made their first contribution in #129
- @aminya made their first contribution in #132
- @ObserverOfTime made their first contribution in #138
Full Changelog: v0.1.7...v0.2.0
v0.1.7
Bug fixes
- fix: use
_Static_assert, notstatic_assertby @wookayin in #122 - Realloc open blocks when deserializing by @ibash in #115
- Fix #116 (fenced code blocks in lists) by @MDeiml in #123
- Do not capture whitespace between ATX heading's marker and content by @hendrikvanantwerpen in #119
New Contributors
- @wookayin made their first contribution in #122
- @ibash made their first contribution in #115
- @hendrikvanantwerpen made their first contribution in #119
Full Changelog: v0.1.6...v0.1.7