Releases: ignatiusmb/aubade
0.9.0
What's Changed
🚨 Breaking Changes
- feat: upgrade dts-buddy to v0.5 by @ignatiusmb in #143
- chore: upgrade to pnpm v9 by @ignatiusmb in #144
🛠 Patches
- fix: trim comments before generating index by @ignatiusmb in #137
📈 Dependencies
- chore: upgrade dependencies by @ignatiusmb in #140
- feat: upgrade mauss to v0.8 by @ignatiusmb in #145
- chore: back to shiki by @ignatiusmb in #132
💡 Others
- docs: fix site manifest favicon path by @ignatiusmb in #141
- chore: update actions to latest major by @ignatiusmb in #142
Full Changelog: v0.8.0...v0.9.0
0.8.0
What's Changed
🚨 Breaking Changes
- feat: simplify transform module by @ignatiusmb in #135
- feat: export
scan
function by @ignatiusmb in #136
🛠 Patches
- fix: remove trailing hyphen from generated id by @ignatiusmb in #124
💡 Others
- docs: indent with margin by @ignatiusmb in #129
- docs: update diagram for aubade by @ignatiusmb in #134
Full Changelog: v0.7.0...v0.8.0
0.7.0
Introducing Aubade
This project was initially made to be a simple markdown compiler with syntax highlighting, but the goals has since evolved to cover a broader range of use cases, albeit slowly. With the shift in focus, I believe it's also appropriate to change the name of the project to something more fitting. Also, see https://aubade.mauss.dev/docs/philosophy
🚨 Breaking Changes
- rebrand to aubade by @ignatiusmb in #131
📈 Dependencies
- chore: update dependencies by @ignatiusmb in #133
💡 Others
- docs: make mobile index sticky by @ignatiusmb in #123
- docs: reinstate icons in header by @ignatiusmb in #125
- refactor: separate icon builder function by @ignatiusmb in #122
- docs: add page table to the sidebar by @ignatiusmb in #127
- docs: merge module pages by @ignatiusmb in #128
Full Changelog: v0.6.1...v0.7.0
0.6.1
What's Changed
🛠 Patches
- fix: correctly include and exclude files by @ignatiusmb in #120
- fix: lazily match delimited title by @ignatiusmb in #121
Full Changelog: v0.6.0...v0.6.1
0.6.0
What's Changed
Most of the breaking changes are related to the /fs
module, and it vastly improves the usage, especially with handling sibling files
🚨 Breaking Changes
- feat: change
compile
option tofiles
by @ignatiusmb in #103 - feat: simplify
compile
function by @ignatiusmb in #108 - feat: replace
name
&path
withbreadcrumb
by @ignatiusmb in #105 - fix: remove self from siblings by @ignatiusmb in #102
- feat: flatten generated table by @ignatiusmb in #96
- feat: deconflict with context-sensitive headings by @ignatiusmb in #113
- feat: make
traverse
throw on nonexistent entry by @ignatiusmb in #114 - chore: rename
content
tobody
by @ignatiusmb in #115 - breaking: drop node v14 by @ignatiusmb in #119
🛠 Patches
- fix: correctly merge
compile
output type by @ignatiusmb in #111 - fix: expand
*
files as modules by @ignatiusmb in #112
📈 Dependencies
- feat: upgrade markdown-it by @ignatiusmb in #117
💡 Others
- docs: refactor workspaces and content by @ignatiusmb in #109
- fix: correctly execute
files
check when filtering by @ignatiusmb in #110 - refactor: simplify siblings filtering by @ignatiusmb in #116
- docs: multi-page content by @ignatiusmb in #118
Full Changelog: v0.5.8...v0.6.0
0.5.8
What's Changed
🛠 Patches
- fix: remove
undefined
values fromhydrate
by @ignatiusmb in #106 - fix: differentiate
buffer
in compile's tree by @ignatiusmb in #107
Full Changelog: v0.5.7...v0.5.8
0.5.7
What's Changed
🌟 Highlights
- feat: use
shikiji
by @ignatiusmb in #104
🏗️ Enhancements
- feat: add
buffer
to files insiblings
by @ignatiusmb in #101
Full Changelog: v0.5.6...v0.5.7
0.5.6
What's Changed
🏗️ Enhancements
- feat: add
siblings
toHydrateChunk
by @ignatiusmb in #100
Full Changelog: v0.5.5...v0.5.6
0.5.5
What's Changed
🛠 Patches
- fix: explicitly type
compile
return by @ignatiusmb in #98
Full Changelog: v0.5.4...v0.5.5
0.5.4
What's Changed
🛠 Patches
- feat: migrate to jsdoc by @ignatiusmb in #97
- fix: only use
exec
where appropriate by @ignatiusmb in #95
💡 Others
- docs: simplified dark mode by @ignatiusmb in #92
- chore: specify license in package.json by @ignatiusmb in #93
Full Changelog: v0.5.3...v0.5.4