Releases: yshavit/mdq
Releases · yshavit/mdq
v0.3.0
v0.2.0
Fleshing out some edge cases within markdown.
Change highlights
- handle backticks within inline code blocks in #172
- fix link reference placement when selecting individual elements in #175
- handle surrounding spaces in inline code in #178
- handle brackets in link text and img alt text in #182
- renumber footnotes in #185
- handle nested code blocks in #186
- handle footnotes that contain footnotes or links in #189
- handle cycles within footnotes in #191
Full Changelog: v0.1.0...v0.2.0
0.1.0
Initially release with all selectors implemented.
Change highlights
- dual-licensed under MIT or Apache 2.0 in #137
- add block quote selector in #145
- add code block selector in #152
- escape for backticks in #154
- add html selector in #158
- add paragraph selector in #159
- add table selector in #163
Full Changelog: v0.1.0-alpha...v0.1.0
0.1.0-alpha
Initial release!
- Selectors for sections, list items, links, and images
- String matching for unquoted strings, quoted strings, and regex
- JSON output
- Reformatting / canonicalization of Markdown on output
While I anticipate most of the major pieces are in place, this is version is alpha, and I may change flags, syntax, or behaviors as I improve things.
See wiki ❯ Release binaries ❯ security for how to validate the binaries.