- Feature: Non-standard: Made it possible to opt out of HTML encoding of plain text content through new
encodeHTML
option
- Breaking change: Now requires Node v8
- Feature: Made post layout configurable through
layoutName
- Bug fix: Fixed issue with sending the same object more than once to
preFormat()
- Improvement: Make
filenameStyle
,filesStyle
andpermalinkStyle
configurable through a callback
- Feature: Made post's filename configurable through
filenameStyle
- Feature: Made uploaded files' filename style configurable through
filesStyle
- Improvement: By default publish all posts in the past by 15 seconds to avoid time sync issues
- Breaking change: Now requires Node v6
- Improvements: Updated dev dependencies and moved to a Grunt-less, semistandard-based setup through ESLint
- Improvements: Updated Travis definition and test targets
- Minor: Added
yarn.lock
to.gitignore
as this is a library and libraries don't use lock files
- main: enable custom derived category (15e832b4)
- main: made permalink style configurable (2c987995)
- now uses Jekyll's default permalink style instead of "/:categories/:year/:month/:title/" as previously (2c987995)
- New minimum Node.js version: 5.x (1e1c50b4)
- main: Jekyll 3 compatibility (8040c422)
- main: some bugs with new type of HTML-content (9d131e04)
- main: require content.html for html content (962e66a8)
- main: should detect undetectable language (b5134b5f)
- main: extract person tags from categories (c245871f)
- main: rename "link" to "links" (bd30567c)
- main: optin: if no language, autodetect it (bbfc567b)
- main:
- main: expose preformatted data in formatAll (f0fd23f6)
- main: convert HTML to markdown (721b3523)
- main:
- main: restore original full date in filenames (073512fe)
- main:
- make relativeTo an object property
This makes it easier to ensure that all relative URL:s gets resolved to the same absolute one. (2144a899)
- main:
- main: