Releases: kfranqueiro/metalsmith-more
Releases · kfranqueiro/metalsmith-more
0.2.0
This release includes the following updates:
- Added
alwaysAddKey
property to control behavior for files which do not contain<!-- more -->
(or the configuredregexp
). (#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 (whereless
would be set to the fullcontents
of the file), setalwaysAddKey: true
.
- Note: The default behavior is now to omit
- Updated Intern dependency to 2.0.x, which now provides meaningful code coverage output when running unit tests.
0.1.1
This release fixes an issue which caused improper truncation when the file contains UTF-8 characters. (#1, thanks @misterdai)