Skip to content

Releases: JohnSundell/Ink

Ink 0.6.0

07 Apr 14:07
bcc9f21
Compare
Choose a tag to compare

This new version of Ink is long overdue (very sorry about that!) and includes some great fixes by the community:

  • Support links with parenthesis by @Richard-Gist in #73
  • Fix formatting of lists appearing immediately after a paragraph by @adam-fowler in #63
  • Fix formatting of indented lists by @adam-fowler in #62
  • Recognize CR-LF pairs as newlines for the purposes of Paragraph separation. by @jimstudt in #60

Ink 0.5.1

26 Apr 11:07
77c3d89
Compare
Choose a tag to compare

Ink now supports Swift 5.4, while still maintaining backward compatibility with 5.3 and 5.2.

Ink 0.5.0

17 May 13:22
bd223a2
Compare
Choose a tag to compare

Ink now ships with support for Markdown tables - including headers, column alignment, and balancing of cells. Thanks a lot to @christiankm and @john-mueller for their work on this.

Ink 0.4.0

29 Jan 11:29
Compare
Choose a tag to compare

Pre-escaped HTML entities (such as &) are now left as-is, rather than being double-escaped.

Ink 0.3.0

13 Jan 17:51
a9a1a01
Compare
Choose a tag to compare

Metadata keys and values can now be modified using the .metadataKeys and .metadataValues modifier targets, which makes it easier to integrate Ink (and tools written on top of it, like Publish) with existing Markdown metadata.

Ink 0.2.0

06 Dec 11:57
c88bbce
Compare
Choose a tag to compare
  • Code blocks can now have an exceeding number of closing backtick markers (by @steve-h).
  • Code block language strings are now trimmed (by @steve-h).
  • The CSS class assigned to a code block now has the prefix language- (by @john-mueller).
  • If a line ends with two spaces that's now treated as a hard line break (by @ezfe).
  • The Ink CLI tool has been improved to accept stdin input and has better usage info (by @john-mueller).
  • The Markdown value that's returned from MarkdownParser.parse now has a title property, which matches the first top-level heading found in the Markdown text.
  • Self-closing tags are now inline with HTML, rather than XML (by @steve-h).
  • String parsing terminators are now successfully ignored when escaped (by @JoaoPinheiro).

Ink 0.1.3

30 Nov 11:09
Compare
Choose a tag to compare
  • Unordered list items can now be defined using + (by @ezfe).
  • Ordered lists can now be defined using 1) (by @ezfe).
  • Improved CommonMark compatibility for lists (by @ezfe).
  • Xcode is now able to fully parse Ink's code-level documentation.
  • URL references are now case-insensitive (by @ezfe).
  • Trailing markers (#) are now trimmed from headings.

Ink 0.1.2

28 Nov 11:43
a4f0c8d
Compare
Choose a tag to compare
  • The ink command line tool now accepts STDIN input by passing - as a single argument (by @bamx23)
  • HTML comments are now parsed correctly.
  • Fixed that unterminated links at the end of a file could cause a crash (by @john-mueller)

Ink 0.1.1

25 Nov 21:37
5278fce
Compare
Choose a tag to compare

This version addresses Linux compatibility issues in the unit testing suite.

Ink 0.1.0

25 Nov 20:43
Compare
Choose a tag to compare

Initial release of Ink.