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.