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

Changelog History
Page 23

  • v6.13.3 Changes

    November 28, 2012
    • 🛠 Fixed the include template helper
    • DocPad::getFileAtPath now does fuzzy finding
    • FilesCollection::fuzzyFindOne now also fuzzy matches against the url and accepts sorting and paging arguments
  • v6.13.2 Changes

    November 27, 2012
    • ⚠ Reduced the extension not rendering error to a warning
  • v6.13.1 Changes

    November 26, 2012
    • 🛠 Fixed up growl notifications
  • v6.13.0 Changes

    November 26, 2012
    • Added Terms of Service and Privacy Policy confirmation
    • 👍 Added statistic tracking so we can better understand usage allowing us to improve DocPad is much greater ways
    • Added automatic locale detection for OSX
    • Improved error reporting
    • 0️⃣ Will now error if you try to run an action that doesn't exist (instead of defaulting to the run action instead)
    • ⚡️ Updated dependencies
    • Added dependencies
    • 🚚 Moved dependencies to dev dependencies
  • v6.12.1 Changes

    November 23, 2012
    • ⚡️ Fixed update check, been broken since v6.7.3
    • ⚡️ Updated bal-util dependency from 1.13.13 to 1.14.x
  • v6.12.0 Changes

    November 23, 2012
    • 0️⃣ When creating new documents or files, if it is inside an unknown path we will now default to creating a document instead of a file
    • We now send growl notifications when errors occur
    • We now error and provide suggestions when an extension transform doesn't do anything
    • Watching stability has been improved significantly
    • 📜 Parser headers that don't include spacing now work again (e.g. ---cson instead of --- cson)
    • 🐎 Removed default comparator on FilesCollection due to performance improvement it provides
    • Added
      • Document::parseFileDirectory(opts,next)
      • Document::parseDocumentDirectory(opts,next)
      • FilesCollection::fuzzyFindOne(data)
  • v6.11.1 Changes

    November 16, 2012
    • Changes made to help get the docpad server up and running as soon as possible:
      • server action is now run before generate action
      • if a request is made while a generation is occurring, the request will be put on hold until the generation completes
    • We now pass the option reset to the generateBefore event
      • Lets you know if the generation is a complete generation (reset is true) or a differential generation (reset is false)
  • v6.11.0 Changes

    October 29, 2012
    • ⚡️ Updated QueryEngine dependency from 1.3.x to 1.4.x
      • Should see speed improvements
    • 📄 Added docs directory to .npmignore
  • v6.10.0 Changes

    October 29, 2012
    • ⚡️ Updated QueryEngine dependency from 1.2.3 to 1.3.x
      • Should see better memory usage and speed improvements
    • Now tells you how many files we have when doing a complete render
  • v6.9.2 Changes

    October 26, 2012
    • Swapped yaml dependency for yamljs
    • 👍 Better error output on custom error objects