Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Releases: bahlo/pichu

v0.4.1

08 Jun 17:37
2cfc18b

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

Changed

  • Updated watch function to accept multiple paths

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Jun 15:58
fb8c46c

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • Change signature of parse, try_parse to take &PathBuf instead of PathBuf
  • Add strict clippy settings
  • Add watch fn

Full Changelog: v0.3.2...v0.4.0

v0.3.2

08 Jun 11:57
5704a2e

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

Added

  • Export parse_markdown fn, to allow people to add logic before/after in try_parse.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Jun 20:30
905f1ce

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Changed

  • Error is now Sync
  • Error::Render and Error::Parse no longer require the std::error::Error trait for more flexibility
  • Error::RenderFn is renamed to Error::Render

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Jun 13:59
bad26ce

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Added

  • try_parse, try_render and try_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::write to match that of fs::write

Full Changelog: v0.2.0...v0.3.0

v0.2.0

03 Jun 12:42
a1be9c3

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Add copy_dir fn
  • Add basic documentation
  • Add examples

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Jun 16:59
edbf4cb

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

The first release! Heavily WIP and has rough edges, but usable.