- Proper implementation of v2.12, however the tests are still failing so...
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.8
tonode: >=10
to keep up with mandatory ecosystem changes
- Fixed an issue with cycling redirects
- Now compiled with CoffeeScript v2
- Updated dependencies
- Updated base files
- Updated dependencies
- Updated base files
- Fixed 404 pages having clean URLs applied
- Added the options
simpleRedirects
,advancedRedirects
andgetRedirectScript
- These allow you to perform custom redirections on both dynamic and static environments - We now use the encoding from the
redirectTemplateEncoding
option instead of the document's encoding - As the primary encoding is of the template, not of the possible document title getRedirectTemplate
now acceptsurl
and optionaltitle
arguments inside of a singledocument
argument- Simplified testing setup
- Updated dependencies
- Static mode is now a configuration option that is enabled by default in the static environment - Thanks to Marcus Stong and Millicent Billette for issues #16, #14, and #5
- Updated dependencies
- Added canonical link relationship for redirect to reduce duplicate content in search engines (regression since always) - Thanks to David Boyer for pull request #11
- Can now specify your own collection to use
- Repackaged
- Updated dependencies
- Updated dependencies
- Optionally generate document urls with trailing slashes - Thanks to Adam Hull for pull request #4
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies -
bal-util
from ~1.15.3 to ~1.16.8 -coffee-script
from 1.4.x to ~1.4.0
- Clean URLs for the static environment now operates more gracefully - No longer modifies the out path and corresponding attributes - Now work by outputting redirect file to the secondary url paths, and the result file to the primary url path
- Now supports static environments by changing the document's
outPath
to that of a directory with anindex.html
file inside. - Updated tests to also check the directory output
- Updated coffeescript devDependency to v1.4.0
- Fixed plugin name (
cleanUrls
tocleanurls
)
- Fixed windows support
- Re-added markdown files to npm distribution as they are required for the npm website
- Removed a
console.log
left from debugging
- Minor cleanup
- Updated for DocPad v6.3.0
- Updated for DocPad v6.1.1
- Fixed unit tests again
- Updated for DocPad v6.0.8
- Fixed clean urls not actually working
- Updated for DocPad v5.3
- Now uses the clean url as the default url for the document
- Updated for DocPad v5.0