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

Changelog History
Page 4

  • v6.78.2 Changes

    August 21, 2015
    • Profilers must now be specified by DOCPAD_PROFILER variable
    • ✅ Prevent waiting handles from being outputted in silent mode (prevents a common render test failure)
    • Use hostenv for PORT and HOSTNAME variables
    • 0️⃣ Listen to 0.0.0.0 hostname by default (will be outputted as localhost)
    • ⚡️ Updated dependencies
    • ⚡️ Updated base files
  • v6.78.1 Changes

    March 20, 2015
    • 🛠 Fixed queryEngine is undefined error (regression since v6.78.1)
  • v6.78.0 Changes

    March 18, 2015
    • 🔧 You can now module.exports = function(docpad){ return {/* your docpad configuration */} }
  • v6.77.1 Changes

    March 18, 2015
  • v6.77.0 Changes

    March 18, 2015
    • Replaced lodash with underscore
      • Backbone (our dependency) already includes underscore, so makes sense to reduce our footprint
    • 🚚 Removed these deprecated exports:
      • require('docpad').DocPad
      • require('docpad').Backbone
      • require('docpad').queryEngine
      • docpadInstance.View
    • 🔧 Added progress configuration option that you can use to disable progress bars
  • v6.76.1 Changes

    March 17, 2015
    • ✅ Fixed testers wanting chai (regression since v6.76.0)
  • v6.76.0 Changes

    March 17, 2015
    • Regenerate timer is now closed correctly (regression since v6.48.0)
    • Close stdin after destroy when using the console interface
    • Output anything we could be waiting for after destroy using the console interface
    • Rather than including all of lodash, we now just include the modules we need
    • ⚡️ Updated profiling for the latest tools
    • Quicker execution of certain spawned commands
    • ⚡️ Updated dependencies
  • v6.75.2 Changes

    March 16, 2015
    • ⚡️ Better error handling when updating user config fails
    • 👍 Better error messages when CSON handling fails
  • v6.75.1 Changes

    March 16, 2015
    • 👍 Better input availability detection
  • v6.75.0 Changes

    March 16, 2015
    • 📜 Better CSON config and meta parsing
    • ⚡️ Updated dependencies