Skip to content

Releases: kfranqueiro/metalsmith-more

0.2.0

01 Sep 21:12
Compare
Choose a tag to compare

This release includes the following updates:

  • Added alwaysAddKey property to control behavior for files which do not contain <!-- more --> (or the configured regexp). (#2)
    • Note: The default behavior is now to omit less (or otherwise-configured key) for files that do not contain a match. To get the previous behavior (where less would be set to the full contents of the file), set alwaysAddKey: true.
  • Updated Intern dependency to 2.0.x, which now provides meaningful code coverage output when running unit tests.

0.1.1

28 Jul 23:51
Compare
Choose a tag to compare

This release fixes an issue which caused improper truncation when the file contains UTF-8 characters. (#1, thanks @misterdai)