Skip to content

Latest commit

 

History

History
222 lines (110 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

222 lines (110 loc) · 8.33 KB

0.11.1 (2019-01-20)

  • Feature: Non-standard: Made it possible to opt out of HTML encoding of plain text content through new encodeHTML option

0.11.0 (2018-12-25)

  • Breaking change: Now requires Node v8

0.10.2 (2018-01-20)

  • Feature: Made post layout configurable through layoutName
  • Bug fix: Fixed issue with sending the same object more than once to preFormat()

0.10.1 (2017-05-16)

  • Improvement: Make filenameStyle, filesStyle and permalinkStyle configurable through a callback

0.10.0 (2017-05-14)

  • Feature: Made post's filename configurable through filenameStyle
  • Feature: Made uploaded files' filename style configurable through filesStyle

0.9.1 (2017-01-21)

  • Improvement: By default publish all posts in the past by 15 seconds to avoid time sync issues

0.9.0 (2016-10-23)

  • 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

0.8.0 (2016-08-17)

Features

  • main: enable custom derived category (15e832b4)

0.7.0 (2016-07-16)

Features

  • main: made permalink style configurable (2c987995)

Breaking Changes

  • now uses Jekyll's default permalink style instead of "/:categories/:year/:month/:title/" as previously (2c987995)
  • New minimum Node.js version: 5.x (1e1c50b4)

0.6.0 (2016-03-09)

Features

  • main: Jekyll 3 compatibility (8040c422)

0.5.1 (2015-09-07)

Bug Fixes

  • main: some bugs with new type of HTML-content (9d131e04)

0.5.0 (2015-08-28)

Features

  • main: require content.html for html content (962e66a8)

0.4.1 (2015-08-07)

Bug Fixes

  • main: should detect undetectable language (b5134b5f)

Features

  • main: extract person tags from categories (c245871f)

0.4.0 (2015-07-26)

Bug Fixes

  • main: rename "link" to "links" (bd30567c)

Features

  • main: optin: if no language, autodetect it (bbfc567b)

0.3.2 (2015-07-24)

Bug Fixes

  • main:
    • preformat publish time before slug (b8c7813b)
    • by default don't base slug on content (affb0f73)
    • avoid dashes in beginning/end of slug (39508870)

Features

  • main:
    • expose language in top Front Matter (1de72fb7)
    • make it possible to define defaults (072455ef)

0.3.1 (2015-07-22)

Bug Fixes

  • main:
    • categorize "notes" as social activity (5a991355)
    • ignore url properties (4c8b007b)

Features

  • main: expose preformatted data in formatAll (f0fd23f6)

0.3.0 (2015-07-21)

Features

  • main: convert HTML to markdown (721b3523)

0.2.2 (2015-07-21)

Bug Fixes

  • main:
    • map interactions to other categories (6d617888)
    • slug creation now handles foreign chars (87f3d80a)
    • improved kebab casing (874a1af7)
    • support the "bookmark-of" as well (d793dc89)

0.2.1 (2015-07-21)

Bug Fixes

  • main: restore original full date in filenames (073512fe)

0.2.0 (2015-07-20)

Bug Fixes

  • main:
    • make a custom kebab case converter (07fce582)
    • match details in URL:s and filenames (aabb49fe)

Features

  • main:
    • added the single-call formatAll() (74b51df7)
    • support formatting of files (4431ee75)
    • make relativeTo an object property (2144a899)

Breaking Changes

  • make relativeTo an object property

This makes it easier to ensure that all relative URL:s gets resolved to the same absolute one. (2144a899)

0.1.2 (2015-07-16)

Features

  • main:
    • derive bookmarks as its own category (f2d78c40)
    • interaction category for interactions (d626eae3)

0.1.1 (2015-07-07)

Bug Fixes

  • main:
    • remove HTML before content slug calc (12b5da6f)
    • ensure there's always a slug (fb31d702)
    • explicitly set title to null (e4ed6196)
    • change + test prefix of mf-properties (a3b7e426)
    • save categories as tags (b5158e6d)

Features

  • main:
    • default to micropub specific layout (24753174)
    • support the slug property (361b030b)