All Versions
23
Latest Version
Avg Release Cycle
11 days
Latest Release
2532 days ago

Changelog History
Page 2

  • v0.16.2

    May 19, 2017
  • v0.16.1 Changes

    May 19, 2017
    • โฌ†๏ธ bump dependencies. In particular, there was a bug in [parser-front-matter][] where leading whitespace was removed after extracting front-matter, which caused the first line of indentation to be removed. This has been fixed.
  • v0.16.0 Changes

    May 19, 2017
    • โž• Added: .log() method, which also exposes additional methods, like .log.info(), .log.success(), etc.
    • ๐Ÿ“„ docs were moved to support/docs, so that markdown docs can be built to the docs directory
    • ๐Ÿ“„ docs were updated, new docs added
    • ๐Ÿšš Moves some private prototype methods to static methods, to allow them to be used without creating an instance
    • โฌ†๏ธ Bumps [assemble-core][] to v0.25.0
  • v0.15.0 Changes

    • โฌ†๏ธ Bumps [assemble-core][] to v0.24.0 to get the latest versions of [templates][] and [base-data][] which removes the renameKey option from the .data method. Use the namespace option instead.
  • v0.14.0 Changes

    May 19, 2017

    โฌ†๏ธ Bumps [assemble-core][] to v0.22.0 to take advantage of fixes and improvements to lookup methods: .find and getView. No API changes were made. Please [let us know](../../issues) if regressions occur.

    • ๐Ÿ›  fixes List bug that was caused collection helpers to explode
    • ๐Ÿ‘Œ Improvements to lookup functions: app.getView() and app.find()
    • โฌ†๏ธ Bumps [base][] to take advantages of code optimizations.
  • v0.13.0 Changes

    May 19, 2017
    • โฌ†๏ธ Bumps [assemble-core][] to v0.21.0. Support for the queue property was removed on collections. See [assemble-core][] for additional details.
    • ๐Ÿ›  Fixes bug where glob parent was not being used for file.base, causing dest directory to be relative to cwd instead of glob parent in some cases.
    • โœ… Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
    • โœ… Externalizes common [templates][] tests to base-test-runner, so that assemble plugins and other [base][] applications can use the tests
    • Includes a fix from [assemble-loader][], where a bug caused renameKey to not always be used when defined on collection loader options.
    • ๐Ÿ›  Includes fixes from templates for resolving layouts
  • v0.12.0 Changes

    • โฌ†๏ธ Bumps [assemble-core][] to v0.18.0, which includes a bump in [templates][]. See the changelog on the templates library for more details.
  • v0.11.0 Changes

    May 19, 2017
    • ๐Ÿšš debug methods and related code have been removed
    • โฌ†๏ธ Bumps [assemble-core][] to v0.17.0
  • v0.10.0 Changes

    • โž• Adds support for using es6 generators with tasks
    • โฌ†๏ธ Bumps [assemble-core][] to v0.15.0
  • v0.9.0 Changes

    • ๐Ÿš€ Bumps several dependencies. No API changes, this is mostly an optimization release. Be sure to completely remove node_modules and reinstall all dependencies to avoid errors such as isRegistered is not a function