Skip to content

v0.2.0

Compare
Choose a tag to compare
@mkatychev mkatychev released this 26 May 20:37
· 92 commits to main since this release
59d81da

Changelog

[0.2.0] - 2023-05-26

  • Added BuildError
  • Added InvalidInput::expected_actual
  • Added InvalidInput::type_name
  • Added LogError::and_log
  • Added ReportAs trait
  • Added Reportable::report_inner
  • Added Reportable::report_with_kv
  • Added Reportable::with_kv_debug
  • Added ReportableExt
  • Added cargo license
  • Fixed missing field display
  • Made MissingField an attachment for NotFound::with_field (was previously an extra Frame)
  • Reexport error_stack
  • ConversionError now takes generics