Skip to content

Latest commit

 

History

History
279 lines (146 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

279 lines (146 loc) · 15.3 KB

Changelog

v0.15.0 (2024-05-16)

Full Changelog

Breaking changes:

  • bug: basePath option name should align with corresponding Astro base option name #46

Merged pull requests:

  • run tests with node.js v22.x #61 (vernak2539)
  • automated doc gen: install deps #60 (vernak2539)
  • update docs automatically on push to master #59 (vernak2539)
  • fix: basePath option name should align with Astro base option name (#46) #48 (techfg)

v0.14.1 (2024-05-03)

Full Changelog

Closed issues:

  • bug: inconsistent application of forward slash for collection index pages #54

Merged pull requests:

  • fix: consistent trailing slash on index.md urls #56 (techfg)

v0.14.0 (2024-05-03)

Full Changelog

Merged pull requests:

v0.13.3 (2024-05-03)

Full Changelog

Merged pull requests:

  • chore: improve relative link validation #36 (techfg)

v0.13.2 (2024-05-03)

Full Changelog

Merged pull requests:

  • fix: type import and test name #55 (techfg)

v0.13.1 (2024-04-19)

Full Changelog

Closed issues:

  • bug: Links are generated for excluded content collection files #25

Merged pull requests:

  • fix: exclude files with underscore in path under content dir #37 (techfg)

v0.13.0 (2024-04-19)

Full Changelog

Closed issues:

  • bug: transforms href of non-anchor elements #33

Merged pull requests:

  • fix(changelog): trigger update-changelog workflow from publish #44 (vernak2539)
  • fix: only transform anchor elements #34 (techfg)

v0.12.2 (2024-04-19)

Full Changelog

Merged pull requests:

  • chore: generate changelog before publish and push #43 (vernak2539)
  • chore: single source of truth for options #40 (techfg)

v0.12.1 (2024-04-16)

Full Changelog

Closed issues:

  • bug: does not work cross-platform (e.g., windows) #31

Merged pull requests:

  • fix(changelog): split workflow into two jobs #42 (vernak2539)
  • Automatically update changelog for new versions #41 (vernak2539)
  • chore(changelog): remove old changelog generator (for real) #38 (vernak2539)
  • fix: cross-platform dev/test/exec issues (#31) #32 (techfg)

v0.12.0 (2024-04-12)

Full Changelog

Closed issues:

  • chore: use zod to validate options and provide sensible defaults #22

Merged pull requests:

v0.11.0 (2024-04-12)

Full Changelog

Closed issues:

  • feat: Support trailingSlash option #11

Merged pull requests:

  • feat: add trailingSlash support (#11) #20 (techfg)

v0.10.0 (2024-04-11)

Full Changelog

Closed issues:

  • bug: When contentPath is the same as the collectionPath, some transformed paths are incorrect #18

Merged pull requests:

v0.9.0 (2024-04-11)

Full Changelog

Closed issues:

  • bug: Incorrectly strips index from content collection root index page #16
  • bug: Content collection name portion of path segment is slugified #15
  • bug: Transformed url does not respect custom slug #14

Merged pull requests:

v0.8.1 (2024-04-10)

Full Changelog

Closed issues:

  • bug: Incorrectly transforming directory paths (e.g,, ./test.md) #12

Merged pull requests:

v0.8.0 (2024-03-19)

Full Changelog

Merged pull requests:

  • Use Astro's sluggifier for wider coverage incl. special chars #9 (marcortola)

v0.7.0 (2024-03-12)

Full Changelog

Closed issues:

  • Support "base" config option #7

Merged pull requests:

  • add ability to prepend astro base url path #8 (vernak2539)

v0.6.1 (2024-02-01)

Full Changelog

Merged pull requests:

  • add "base" option & fix paths containing spaces #5 (7frank)

v0.6.0 (2024-01-31)

Full Changelog

Merged pull requests:

v0.5.2 (2024-01-29)

Full Changelog

v0.5.1 (2023-12-29)

Full Changelog

Closed issues:

  • Does not work with index pages #2

v0.5.0 (2023-12-29)

Full Changelog

Merged pull requests:

  • Process index.md files correctly + add contentPath option #3 (vernak2539)

v0.4.4 (2023-05-11)

Full Changelog

v0.4.3 (2023-05-11)

Full Changelog

v0.4.2 (2023-05-11)

Full Changelog

v0.4.1 (2023-05-06)

Full Changelog

v0.4.0 (2023-05-06)

Full Changelog

v0.3.0 (2023-05-05)

Full Changelog

Merged pull requests:

v0.2.1 (2023-05-04)

Full Changelog

v0.2.0 (2023-05-04)

Full Changelog

v0.1.3 (2023-05-04)

Full Changelog

v0.1.2 (2023-05-04)

Full Changelog

v0.1.1 (2023-05-04)

Full Changelog

v0.1.0 (2023-05-04)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator