Skip to content

v0.5.0

Compare
Choose a tag to compare
@Zsailer Zsailer released this 12 Sep 18:31
· 85 commits to main since this release

0.5.0

(Full Changelog)

Enhancements made

  • Add pytest plugin for testing events in other libraries #23 (@Zsailer)
  • improve error messages for absent/invalid schema path #22 (@dlqqq)

Bugs fixed

  • specify utf-8 encoding for loading/dumping yaml #29 (@bollwyvl)
  • use safe loaders and dumpers in yaml lib #28 (@dlqqq)

Maintenance and upkeep improvements

  • add jsonschema[format-nongpl], core event schema #31 (@bollwyvl)
  • Add CLI tests, return codes, version #30 (@bollwyvl)
  • Set version floor on jsonchema #25 (@kevin-bates)
  • Testing that the .emit call is a no-op when no listeners are registered. #24 (@Zsailer)

Documentation improvements

  • docs: wrap shell command in quotes #21 (@dlqqq)

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @dlqqq | @kevin-bates | @Zsailer