Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@kfranqueiro kfranqueiro released this 01 Sep 21:12

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.