v0.5.0
0.5.0
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
Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @dlqqq | @kevin-bates | @Zsailer