Skip to content

Releases: opencastsoftware/yvette

0.2.0

26 Jul 19:16
v0.2.0
b35629b
Compare
Choose a tag to compare

This release of yvette contains the minimal API changes required in order to enable the use of prettier4j's Doc in diagnostic messages.

This enables the creation of ReportHandlers which print diagnostics adapted to the chosen rendering width by pretty printing of structured elements like source code and type signatures.

0.1.0

02 Feb 20:07
59db78a
Compare
Choose a tag to compare

Initial release of this library, containing:

  • a port of the basic primitives of miette
  • implementations of GraphicalReportHandler and ToStringReportHandler (miette calls this DebugReportHandler)
  • UncaughtExceptionHandler.install(ReportHandler, PrintStream), an equivalent for miette::set_panic_hook.