This repository was archived by the owner on May 22, 2025. It is now read-only.
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.