Skip to content

Releases: opencastsoftware/yvette

Release list

0.2.0

Choose a tag to compare

@DavidGregory084 DavidGregory084 released this 26 Jul 19:16
v0.2.0
b35629b

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

Choose a tag to compare

@DavidGregory084 DavidGregory084 released this 02 Feb 20:07
59db78a

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.