All Versions
313
Latest Version
Avg Release Cycle
55 days
Latest Release
1337 days ago

Changelog History
Page 24

  • v6.9.1 Changes

    October 25, 2012
    • 🔧 Added reloadPaths configuration option
      • When a change occurs in one of the reload paths then we will reload docpad
    • Added getBlocks and setBlocks
    • Added getCollections and setCollections
    • Will now output how long the generation took
  • v6.9.0 Changes

    October 25, 2012
    • ⚡️ Updated dependencies
    • 🚚 Removed ability to require uncompiled plugins
      • This is due to the CoffeeScript 1.4.x from 1.3.x upgrade
    • skeletonNonexistant now tells us the path it checked
  • v6.8.4 Changes

    October 25, 2012
    • Added getEnvironment and getEnvironments template helpers
  • v6.8.3 Changes

    October 22, 2012
  • v6.8.2 Changes

    October 19, 2012
    • ⚡️ Updated the document meta data extraction regex
      • It will now treat data that is wrapped in anything that repeats 3 or more times, as meta data allowing you to use whatever is appropriate for the markup you are currently in (before we only supported --- and ###)
  • v6.8.1 Changes

    October 19, 2012
  • v6.8.0 Changes

    October 18, 2012
    • 👍 Added support for .env files
      • If a .env file is present in your website path, we will add its key values to process.env
      • More information on .env files here
    • Improved localisation
    • 🚚 Removed unused model requirement inside document model file
  • v6.7.4 Changes

    October 10, 2012
    • PORT environment variable now comes before infrastructure specific port variables
    • Can now do docpad-server --action generate,server,watch --port 8080
  • v6.7.3 Changes

    October 08, 2012
    • 🛠 Fixed logging when a fatal error occurs during initialisation
    • ⚠ We now do warnings when plugins do invalid naming conventions
    • 🔌 We now display the plugin versions in the plugin listing information when debugging
    • More localization progress
  • v6.7.2 Changes

    October 03, 2012
    • 🛠 Fixed custom middleware (via the serverExtend event) being loaded too late (after the express router middleware)