Releases: ignatiusmb/aubade
Releases · ignatiusmb/aubade
0.5.3
What's Changed
🏗️ Enhancements
- feat: set default tab-size to 2 by @ignatiusmb in #87
🛠 Patches
- feat: use
dts-buddy
to generate types by @ignatiusmb in #89
💡 Others
- chore: general update and housekeeping by @ignatiusmb in #85
- docs: highlight current link in sidebar by @ignatiusmb in #86
- chore: update dependencies by @ignatiusmb in #90
- docs: reuse
repo
variable by @ignatiusmb in #88 - chore: update and correctly filter scripts by @ignatiusmb in #91
Full Changelog: v0.5.2...v0.5.3
0.5.2
What's Changed
🛠 Patches
- fix: handle nested sequences by @ignatiusmb in #82
📈 Dependencies
- chore: major upgrade to
[email protected]
by @ignatiusmb in #83
Full Changelog: v0.5.1...v0.5.2
0.5.1
What's Changed
- fix: split sequences correctly by @ignatiusmb in #72
- fix: handle carriage returns in front matter by @ignatiusmb in #76
- fix: parse indented spaces correctly by @ignatiusmb in #78
- fix: trim trailing spaces and tabs by @ignatiusmb in #79
Full Changelog: v0.5.0...v0.5.1
0.5.0
Breaking Changes
- Dropped Node v14 support
- Colons in values on the front matter now require quotes
- Replaced
~title
with#$ file: title
and~title#number
with#$ line-start: number
- Removed
frontMatter
andcontent
fromhydrate
callback - Replaced
extensions: string[]
withcompile: (path: string) => boolean
intraverse
options - Calling
traverse
now reads everything and only processes files that matchcompile
What's Changed
- feat: allow arbitrary metadata in code blocks by @ignatiusmb in #63
- perf: use
exec
overmatch
by @ignatiusmb in #64 - feat: implement relaxed YAML syntax parser by @ignatiusmb in #65
- docs: update and sync types by @ignatiusmb in #66
- breaking: drop Node v14 support by @ignatiusmb in #67
- fix: correctly traverse depth level by @ignatiusmb in #69
- feat: add language style for markdown by @ignatiusmb in #68
- feat: pass
buffer
andparse
by @ignatiusmb in #70
0.4.4
0.4.3
This version v0.4.3
is just v0.4.2
republished correctly
What's Changed
- fix: construct nested objects metadata by @ignatiusmb in #56
- fix: construct empty array correctly by @ignatiusmb in #57
- fix: enhance
chain
transformer by @ignatiusmb in #58 - fix: typings in
/fs
module by @ignatiusmb in #59 - fix: video play button style by @ignatiusmb in #61
0.4.1
0.4.0
What's Changed
- chore: types adjustments by @ignatiusmb in #42
- chore: tidy up utility functions by @ignatiusmb in #44
- amalgamate aqua as the artisan by @ignatiusmb in #47
- docs: make it live by @ignatiusmb in #48
- feat: export
parse
function by @ignatiusmb in #45 - decouple parser and filesystem modules by @ignatiusmb in #49
- feat: transform module exports by @ignatiusmb in #50
- feat: export
construct
function by @ignatiusmb in #51
0.3.1
What's Changed
- refactor: merge and simplify typings by @ignatiusmb in #28
- chore: lean to
exports
all the way by @ignatiusmb in #36 - feat: native ESM resolution by @ignatiusmb in #41
Full Changelog: v0.3.0...v0.3.1