Skip to content

Latest commit

 

History

History
165 lines (75 loc) · 7.93 KB

CHANGELOG.md

File metadata and controls

165 lines (75 loc) · 7.93 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.4.5 (2025-01-30)

Bug Fixes

  • ctx: export patched Document type to include Context on interface (cd83567)

0.4.4 (2025-01-30)

Features

  • ctx: make context data object available on document (fcfaa48)

0.4.3 (2025-01-29)

Bug Fixes

  • deps: bump the prod-dependencies-minor group across 1 directory with 2 updates (d11eb83)
  • deps: bump vite from 5.4.11 to 5.4.14 (81eaae0)

0.4.2 (2024-12-18)

Bug Fixes

  • deps-security: bump nanoid from 3.3.7 to 3.3.8 (b066d5c)
  • deps: bump the prod-dependencies-minor group with 2 updates (9d77e69)

0.4.1 (2024-12-09)

Bug Fixes

  • include README in package (cb04449)

0.4.0 (2024-12-09)

⚠ BREAKING CHANGES

  • switch vite to peer dep & update dev deps

  • switch vite to peer dep & update dev deps (d10c513), closes #15

0.3.4 (2024-11-29)

Features

  • support commonmarkdown directives (a6c0265)

0.3.3 (2024-11-20)

Bug Fixes

  • stop incorectly requiring serve field in excludes pattern validator (a67c76b)

0.3.2 (2024-11-20)

Bug Fixes

  • update readme w/ sibling imports feature information (333577a)

0.3.1 (2024-11-20)

Bug Fixes

  • correct missed change to function on module instead of method on object (9b506f8)
  • dev server now handles add & removing files where previously it ignored the events (4e7fc46)

0.3.0 (2024-11-20)

⚠ BREAKING CHANGES

  • import sibling files of same name into resulting html (#7)

Features

  • import sibling files of same name into resulting html (#7) (0ed4982)

0.2.7 (2024-11-20)

Bug Fixes

  • frontmatter: add page data to document in build (02829d7)

0.2.6 (2024-11-20)

Features

  • frontmatter data populates head elements (#6) (a797c75)

0.2.5 (2024-11-15)

Features

  • make it possible to only specify a build exclusion (71f83e7)

0.2.4 (2024-11-14)

Features

  • index.html in root no longer necessary (e3912bd)

Bug Fixes

  • correct type of ExcludePatterns to allow single strings (9f6a344)

0.2.3 (2024-11-14)

Bug Fixes

  • excludes is now optional (d451be4)
  • options object now optional (9af3000)

0.2.2 (2024-11-13)

Features

  • add excludes option for excluding files (d6aaf99)

0.2.1 (2024-11-13)

Bug Fixes

  • include logger customization on build & ensure setting info level if user supplied (15935fb)

0.2.0 (2024-11-13)

Features

  • default to warn logs only & allow user to customize log level (3bddc86)

Bug Fixes

  • stop adding duplicate leading slash on root level markdown imports (e7048ad)
  • use js import extension per esm (9b6d94f)

0.1.3 (2024-11-12)

Bug Fixes

  • first-level subpages defined in markdown resolve id correctly (34199fa)
  • prepublish hook now calls build script correctly (2be402b)