Skip to content

Releases: nchachereau/csl-modish

0.9.1

28 Jan 13:35
Compare
Choose a tag to compare

Test several specific files at once

This release brings the ability to pass several files to test to modish test, instead of only one or all.

Thus, one could now do: modish test tests/book-*.yml

NO_COLOR, FORCE_COLOR

Thanks to an update to the dependencies, environmental variables NO_COLOR and FORCE_COLOR are supported. For instance, NO_COLOR=1 modish test runs with disabled colors even if the terminal supports them.

Other changes

Internally, the tool now uses TypeScript.

Full changelog: v0.8.1...v0.9.1

0.8.1

15 Dec 17:10
Compare
Choose a tag to compare

First release. You can now download modish as a standalone executable for your platform.