Releases: ehsanmok/pprint
Releases · ehsanmok/pprint
Release list
v0.2.0
v0.1.3
Compatible with Mojo v1.0.0b2.
Changes
- Migrate to Mojo v1.0.0b2 (pin
mojo ==1.0.0b2inpixi.tomlandrecipe.yaml). - Pin the
pixi-build-rattler-buildbackend to==0.3.13to avoid the 0.4 build-API break. - Update for the b2 reflection API:
reflect[T]is now a comptime alias, so drop the call parentheses (reflect[T]()->reflect[T]) while keeping them on methods.
v0.1.2
v0.1.1
v0.1.0
Initial release of pprint: reflection-driven pretty printer for Mojo structs.
Supported features:
- Zero-boilerplate pretty printing via compile-time reflection
- Configurable indentation, depth limits, item limits
- Optional type annotations (
show_typesmode) - JSON-style output (booleans as
true/false, strings quoted)
API documentation: https://ehsanmok.github.io/pprint/