Skip to content

Releases: accordproject/markdown-transform

Markdown Transform v0.7.3

29 Oct 16:11
Compare
Choose a tag to compare
Pre-release

🏠 This is a minor release which cleans up the command line interface options, and README.

Markdown v0.7.2

29 Oct 13:14
1c7e30f
Compare
Choose a tag to compare
Markdown v0.7.2 Pre-release
Pre-release

🐛 This is a bug-fix release.

Slate Transform

  • Now properly handles thematic breaks (#99 )

HTML Transform

  • Better rendering for CiceroMark variables
  • Documents now have their own <div> tag
  • Better handling for italics

Markdown Transform v0.7.1

26 Oct 18:56
Compare
Choose a tag to compare
Pre-release

⚠️ 🐛 This release fixes a critical bug with version 0.7.0 which could not be installed due to the new external models scripts. (#96)

Markdown Transform v0.7.0

26 Oct 16:55
Compare
Choose a tag to compare
Pre-release

This is a bug-fix and improvements release:

🚀 CLI

🏠 Internal

  • CommonMark and CiceroMark models are now automatically downloaded from their latest published version for consistency during the build (#27)
  • Upgrade to Concerto 0.82.3 model manager

🐛 Bug Fixes

  • URI encoding/decoding for attributes in CiceroMark variables does not affect other HTMLInline blocks (#94 )

Markdown Transform v0.6.0

24 Oct 20:34
Compare
Choose a tag to compare
Pre-release

🚀 This release provides a cleaner and more robust access to the clause text in CiceroMark Clause nodes. See #86 .

This should be considered a non-backward compatible change since the ciceroMark model does not include a clauseText field anymore, which could break some existing code.

To obtain the clause text, users can now call the following method from the CiceroMarkTransformer class:

ciceroMarkTransformer.getClauseText(clauseNode, { wrapVariables: BOOLEAN })

Markdown Transform v0.5.1

23 Oct 18:21
Compare
Choose a tag to compare
Pre-release

🚀 This is a maintenance release:

  • Markdown Transform and CI now run on Node.js v10
  • Switch to the latest version of Concerto and improving code coverage.

Markdown Transform v0.5.0

17 Oct 19:57
Compare
Choose a tag to compare
Pre-release

🆕 This is a new release with a new CLI (see accordproject/template-archive#425), upgrades to version 0.82 of Concerto, and an improved build process.

CLI

The new Command line interface provides support for generating markdown from a Document object model in the various supported formats.

markus <cmd> [args]

Commands:
  markus parse    parse and transform sample markdown
  markus draft    create markdown text from data
  markus redraft  parse a sample markdown and re-create it

Options:
  --version      Show version number                                   [boolean]
  --verbose, -v                                                 [default: false]
  --help         Show help                                             [boolean]

Build

  • 🧹 Upgrade the linter, linting rules
  • 🚪 continuous testing for Windows platforms.

Markdown Transform v0.4.8

09 Oct 21:43
Compare
Choose a tag to compare
Pre-release

This is a bug fix release:

🐛 Use the new logger from Concerto in the Markus Command Line

Markdown Transform v0.4.7

08 Oct 19:41
Compare
Choose a tag to compare
Pre-release

This is a maintenance and bug fix release:

  • 🚧 Switches to Concerto 0.81.1

Markdown Transform v0.4.6

06 Oct 20:39
Compare
Choose a tag to compare
Pre-release

This is a maintenance and bug fix release:

  • 🚧 Switches to Concerto 0.81.0
  • 🐛 Fixes issues with variables and clauses in HTML transform