Skip to content

Releases: yshavit/mdq

v0.3.0

19 Jan 05:52
086542f
Compare
Choose a tag to compare

Change highlights

  • add text wrapping by @yshavit in #200
  • various code cleanups

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Sep 05:38
9751a98
Compare
Choose a tag to compare

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

09 Aug 02:14
a7ca485
Compare
Choose a tag to compare

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

17 Jul 05:36
93ba8df
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

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.