This repository was archived by the owner on May 22, 2025. It is now read-only.
Releases: kfranqueiro/metalsmith-more
Releases · kfranqueiro/metalsmith-more
0.2.0
This release includes the following updates:
- Added
alwaysAddKeyproperty 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 (wherelesswould be set to the fullcontentsof 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)