This release updates Linton to work with Nancy 10. It also specifies the major version of Nancy in its dependencies so that, unlike previous versions of Linton, it will not stop working in the event of future major upgrades to Nancy!
1.2.0
This release updates to Nancy 9, and changes the syntax of Nancy commands it uses accordingly.
1.1.1
This release makes `linton serve` a little more flexible: it will now find source files for HTML pages not called `index.html`, e.g. `hello.html` will be built from `hello.nancy.html`. There’s no change in the recommended structure for web sites where all pages are called `index.html`, however.
1.1.0
This release adds link checking to the ‘publish’ command, for internal links.
1.0.1
This release fixes a bug in the `lastmodified` script, making it read the correct file to determine the timestamp for a page.
1.0
Other than a tweaked logo, this release has no changes, but it marks the declaration of Linton as stable! From now on, semver applies.