Skip to content

Latest commit

 

History

History
82 lines (42 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

82 lines (42 loc) · 3.18 KB

released on 2021-04-07

  • add #15 Add support for typed blockquotes (bryanp)

released on 2021-04-05

  • fix #14 Load metadata for root content (bryanp)

released on 2021-04-02

  • fix #13 Resolve includes after rendering (bryanp)

released on 2021-04-02

  • add #12 Provide a pattern for preprocessing content (bryanp)

released on 2021-04-02

  • fix #11 Handle code blocks with no available lexer (bryanp)

released on 2021-04-01

  • chg #10 Replace redcarpet with cmark (bryanp)

released on 2021-04-01

released on 2020-11-18

  • chg #8 Load database content from _content to avoid collisions (bryanp)

v0.2.1

unreleased

  • fix #7 Order content and databases by prefix or slug (bryanp)

released on 2020-11-14

  • add #6 Expose database metadata (bryanp)

released on 2020-11-13

  • fix #5 Remove front-matter from content (bryanp)

released on 2020-11-12

  • add #4 Expose namespaces for databases and content (bryanp)
  • add #3 Introduce Database#nested for iterating over databases (bryanp)
  • chg #2 Rename Database#all to Database#content (bryanp)
  • add #1 Introduce Database#find for safer traversal (bryanp)

released on 2020-11-11

  • Initial release.