Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

v3.0.0

Choose a tag to compare

@Snugug Snugug released this 28 Dec 22:02

3.0.0

December 28, 2016

New

  • 🆕 Add linting (commit)
  • 🆕 Add CNAME task (commit)
    • For easy GitHub Pages deploying
  • 🆕 Add Optimize to build task (commit)
  • 🆕 Add Optimize task (commit)
  • 🆕 Add critical task (commit)
  • 🆕 Add empty plugin (commit)
    • Needed for better error handling with Critical without building custom critical plugin
  • 🆕 Add Copy and Images to watch/build (commit)
  • 🆕 Add copy task (commit)
  • 🆕 Add Images task (commit)
  • 🆕 Add Build and Clean tasks (commit)
  • 🆕 Add listing to pages task (commit)
  • 🆕 Ignore 404 files (commit)
  • 🆕 Add listing plugin (commit)
  • 🆕 Add filter for listing (commit)
  • 🆕 Add listing helper (commit)
  • 🆕 Add pages tasks! (commit)
  • 🆕 Add Twig and its helpers (commit)

Changed

  • 😒 Add Semantic Release and GHooks (commit)
  • 👕 Fix all my lint errors (commit)
    • Yah, so this is what happens when you don’t include linting from the beginning.
  • 🐛 Include options for imagemin (commit)
  • ✅ Add tests and fixtures for Critical (commit)
  • ✅ Add Empty plugin tests (commit)
  • 📝 Fix plugin name for listing (commit)
  • 🔧 Clean up dependencies (commit)
  • 🐛 Fix error in config (commit)
  • 📝 Armadillo talks now! (commit)
  • ✅ Add listing test for pages task (commit)
  • 📝 Add help documentation (commit)
  • 🔥 Remove old walk file (commit)
  • ✅ Add 404 fixture (commit)
  • ✅ Add listing plugin tests (commit)
  • ✅ Add listing tests and fixtures (commit)
  • 🔥 Remove old Nunjucks helper (commit)
  • :green_hear: Add missing fixtures (commit)
  • 🐛 Fix Gitignore for fixtures (commit)
  • 😒 Ignore Markdown catch (commit)
  • ✅ Add throw test (commit)
  • ✅ Add Pages task tests (commit)
  • 🔧 Add proper error handling (commit)
  • 🔧 Update gitignore for pages (commit)
  • 🎨 Move from dest to folders (commit)
  • ✅ Add Nunjucks plugin test (commit)
  • 😒 Replace Twig with Nunjucks (commit)
    • While interpoerability with Twig would have been great, TwigJS is too immature to actually use. Moving back to Nunjucks
  • 🎨 Remove Today in favor of Twig’s “now” (commit)
  • ✅ Add Twig tests (commit)
  • 🎨 Add missing semicolon (commit)
  • 🔥 Remove old blog-transform plugin (commit)
  • 🔥 Unneeded print plugin (commit)
  • 🎨 Clean up front matter plugin logic (commit)