- Updated
hoast-minifyto version1.2.0, now supports*.mjsfile extension for JavaScript files.
- Checkbox plugin added to Markdown transformation.
- Highlighting added to Markdown transformation.
metadata.jsonfiles support added.
- Updated
hoastandhoast-layoutto versions1.1.4and1.3.0respectively. - Switched to using
hoast.helpers.deepAssigninstead of custommergeutility function. - Rewrote retrieval of Handlebars'
decorators,helpers, andpartialsoptions. - Restructured scripts in
librarydirectory.
- Updated
hoast-layoutsto version1.2.3.
development.concurrencyadded to config for overwritingconcurrencywhen using the development option.
- Updated
hoast-layoutsto version1.2.2.
- Fixed resolving extensions, whereby the first extensions in the resolve list was not taken into account.
- Fixed using sub-directories in
destinationandsourcesconfig options.
- updated hoast and the hoast modules.
- Prettified file paths,
base_urlfront matter values, andpage_urlfront matter values fixed by assuming only.hbs,.handlebars,.md,.markdown, and.markdown-itwill be transformed and therefore removed.
config.sourcehas been deprecated, but legacy support still remains.
base_urlandpage_urlwill be added to the front matter of content files.
rename.prettifyadded to config, disabling this will not prettify urls of content files.rename.underscoreadded to config, enabling this will remove the first underscore of content files.
debugChanged from dependency to devDependency.- Renamed
library/get/data.jstolibrary/get/files.js.
- Assertions removed from
library/get/files.jsandlibrary/get/functions.js.
- Optimized assigning excerpts to front matter.
hoast-minifyadded to process.
hoast-convertremoved ashoast-minifytakes its function. Thereforeclean-css,html-minifier, andterserare now indirectly dependencies viahoast-minifyas well.
- Eslint testing added with travis-ci.
- CSS minification fixed.
- Command line interface flags -V and -h fixed.
hoasticon added toREADME.md.
- Rewrote sections of
README.md.
Initial release.