Skip to content

Releases: hougesen/mdsf

v0.1.2

20 Jun 18:08
d1d55c3

Choose a tag to compare

This release adds support for 14 new tools.

Support for custom file extensions associations were also added.

This can be defined in your mdsf config using the custom_file_extensions object.

{
  "custom_file_extensions": {
    // Codeblocks with language set to `shell` will now use `.bash` instead of the default (`.sh`)
    "shell": ".bash",
    // any arbitrary value can be used, as long as it is a valid file extension.
    "mycustomlanguage": ".helloworld"
  }
}

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

16 Jun 00:51
4143fc2

Choose a tag to compare

This release is rather minor primarily adding support for more tools.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Jun 22:17

Choose a tag to compare

In this release the mdsf config has been written to use custom language instead of hardcoded ones. All tools can now be run on all languages.

{
  "languages": {
    "rust": "rustc",
    "mycustomlanguage": "prettier"
  }
}

What's Changed

Full Changelog: v0.0.8...v0.1.0

v0.0.8

06 Jun 12:09

Choose a tag to compare

This release adds support for generation shell completion for bash, zsh, elvish, powershell and fish

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Jun 13:45
d8f64be

Choose a tag to compare

mdsf will now warn if a language does not a formatter associated.

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

29 May 14:52
094d2e7

Choose a tag to compare

This release adds support for verifying that the input files has been formatted using the verify command.

mdsf verify README.md

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

20 May 13:59
c330cd4

Choose a tag to compare

mdsf will now log the amount of time used to format the document.

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

13 Apr 02:01
82a2fcd

Choose a tag to compare

This release contains some minor changes to the mdsf config.

  • Support for comments.
  • Language fields are now optional.
  • The schema will now warn if a field doesn't match the json-schema.

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

05 Apr 23:02

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 Apr 20:55
df3530a

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2