This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Releases: bahlo/pichu
Releases · bahlo/pichu
v0.4.1
v0.4.0
- Change signature of
parse,try_parseto take&PathBufinstead ofPathBuf - Add strict clippy settings
- Add
watchfn
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Added
- Export
parse_markdownfn, to allow people to add logic before/after intry_parse.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Changed
Erroris now SyncError::RenderandError::Parseno longer require thestd::error::Errortrait for more flexibilityError::RenderFnis renamed toError::Render
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Added
try_parse,try_renderandtry_render_each, improve ergonomics of these and the non-try Fns- Parallel sorting
- Basic test suite
Changed
- Move markdown, sass error to their own module
- Adapt argument order of
pichu::writeto match that offs::write
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Add
copy_dirfn - Add basic documentation
- Add examples
Full Changelog: v0.1.0...v0.2.0