DocPad v6.83.0 Release Notes

Release Date: 2020-08-05 // over 3 years ago
    • ๐Ÿšš Removed superflous option aliases
      • outPath => outpath
      • configPaths, configPath, c => config
      • environment, e => env
      • logLevel => log
      • render --out, render -o => render --output
    • ๐Ÿšš Removed offline option, it can be re-added later if anyone uses it
    • ๐Ÿšš Removed the last bits of docpad cloud helper functionality
      • Removed skeleton functionality, just clone the repo from github instead
        • docpad skeleton => docpad init (same functionality as selecting no sekleton)
      • Removed version check
    • โšก๏ธ Updated dependencies, base files, and editions using boundation
      • This will bring a massive performance boost to DocPad, especially with Caterpillar v6 which allows DocPad to disable fetching line information (a very expensive process) for log messages we don't care about
    • Minimum required node version changed from node: >=6 to node: >=10 to keep up with mandatory ecosystem changes