Skip to content

v0.6.1

Compare
Choose a tag to compare
@mDuo13 mDuo13 released this 07 Jun 03:20
· 127 commits to master since this release

Version 0.6.1 of Dactyl fixes the case where a default HTML filename is generated from a page name. (v0.6.1 properly converts the name to lowercase and adds .html to it for use as an HTML filename.)

Additionally, v0.6.1 comes with two more consistency checks:

  • Checks that all targets have unique name values.
  • Checks that all targets in each page definition actually exist. (This catches some cases where a page can be omitted from a target because the target name was misspelled.)

As before, Dactyl v0.6.1 exits if these checks fail, whereas previous versions bypassed the errors silently. You can bypass the errors with the --bypass_errors commandline option if desired.