v0.18.1 (2024-12-27)
Merged pull requests:
- fix(types): update exported types #79 (vernak2539)
v0.18.0 (2024-12-26)
Closed issues:
- bug: hover & intellisense do not work for
Options
#72
Merged pull requests:
- Move to TypeScript #78 (vernak2539)
- chore(husky): add husky and run prettier pre-commit #77 (vernak2539)
v0.17.3 (2024-12-12)
Closed issues:
- fix: publish triggers two jobs that attempt to publish to main #69
Merged pull requests:
- Publish update #73 (vernak2539)
- Update publish workflow #71 (vernak2539)
- chore: update docs #70 (techfg)
v0.17.0 (2024-12-05)
Breaking changes:
- feat: Add srcDir & align
collection base
on a per collection basis (remove contentPath + contentPathMode) #49 (techfg)
Closed issues:
- Astro v5 support? #66
- bug:
contentPath
is required in order to correctly transform whencollectionPathMode
is root #47 - feat: support mapping a content collection directory name to a site page path #24
Merged pull requests:
- chore(peerdeps): allow for astro v5 #68 (vernak2539)
- Update readme #67 (vernak2539)
- chore(yarn): upgrade yarn version #65 (vernak2539)
- Update GH Actions - Align docs to releases + chores #64 (vernak2539)
- fix: remove invalid workflow dispatch property #63 (techfg)
- feat: add support for specifying collection names used in transformed URL paths #50 (techfg)
v0.16.0 (2024-11-27)
Closed issues:
- not the right path #62
- bug: markdown links to files outside of a
content collection directory
should not be transformed #57
Merged pull requests:
v0.15.0 (2024-05-16)
Breaking changes:
- bug:
basePath
option name should align with corresponding Astrobase
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 Astrobase
option name (#46) #48 (techfg)
v0.14.1 (2024-05-03)
Closed issues:
- bug: inconsistent application of forward slash for collection index pages #54
Merged pull requests:
v0.14.0 (2024-05-03)
Merged pull requests:
v0.13.3 (2024-05-03)
Merged pull requests:
v0.13.2 (2024-05-03)
Merged pull requests:
v0.13.1 (2024-04-19)
Closed issues:
- bug: Links are generated for excluded content collection files #25
Merged pull requests:
v0.13.0 (2024-04-19)
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)
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)
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)
Closed issues:
- chore: use zod to validate options and provide sensible defaults #22
Merged pull requests:
- use zod for options validation and defaulting #30 (vernak2539)
v0.11.0 (2024-04-12)
Closed issues:
- feat: Support
trailingSlash
option #11
Merged pull requests:
v0.10.0 (2024-04-11)
Closed issues:
- bug: When
contentPath
is the same as thecollectionPath
, some transformed paths are incorrect #18
Merged pull requests:
- Docs gen #29 (vernak2539)
- chore: use 'describe' in src/index.test.mjs instead of test grouping #28 (vernak2539)
- fix: handle collections in root of site (#18) #19 (techfg)
v0.9.0 (2024-04-11)
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:
- update to yarn v4.1.1 #23 (vernak2539)
- fix: resolves #14, #15 & #16 #17 (techfg)
v0.8.1 (2024-04-10)
Closed issues:
- bug: Incorrectly transforming directory paths (e.g,, ./test.md) #12
Merged pull requests:
- fix: do not transform directory paths (#12) #13 (techfg)
- add changelog #10 (vernak2539)
v0.8.0 (2024-03-19)
Merged pull requests:
- Use Astro's sluggifier for wider coverage incl. special chars #9 (marcortola)
v0.7.0 (2024-03-12)
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)
Merged pull requests:
v0.6.0 (2024-01-31)
Merged pull requests:
- Add types + a bit of clean up #6 (vernak2539)
v0.5.2 (2024-01-29)
v0.5.1 (2023-12-29)
Closed issues:
- Does not work with index pages #2
v0.5.0 (2023-12-29)
Merged pull requests:
- Process
index.md
files correctly + addcontentPath
option #3 (vernak2539)
v0.4.4 (2023-05-11)
v0.4.3 (2023-05-11)
v0.4.2 (2023-05-11)
v0.4.1 (2023-05-06)
v0.4.0 (2023-05-06)
v0.3.0 (2023-05-05)
Merged pull requests:
- Support astro slug + other things #1 (vernak2539)
v0.2.1 (2023-05-04)
v0.2.0 (2023-05-04)
v0.1.3 (2023-05-04)
v0.1.2 (2023-05-04)
v0.1.1 (2023-05-04)
v0.1.0 (2023-05-04)
* This Changelog was automatically generated by github_changelog_generator