Skip to content

Releases: jupyter/jupyter_events

v0.10.0

18 Mar 17:42
Compare
Choose a tag to compare

0.10.0

(Full Changelog)

Enhancements made

  • Enable adding listeners to event before the event is registered #97 (@Zsailer)

Contributors to this release

(GitHub contributors page for this release)

@Zsailer

v0.9.1

12 Mar 14:16
Compare
Choose a tag to compare

0.9.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @pre-commit-ci

v0.9.0

06 Nov 12:39
Compare
Choose a tag to compare

0.9.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @frenzymadness

v0.8.0

16 Oct 10:26
Compare
Choose a tag to compare

0.8.0

(Full Changelog)

Bugs fixed

  • Allow for string annotations in listener signature #88 (@blink1073)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot | @pre-commit-ci | @pydanny | @Zsailer

v0.7.0

31 Jul 10:36
Compare
Choose a tag to compare

0.7.0

(Full Changelog)

Enhancements made

  • allow a 'message' field in an event schema #72 (@Zsailer)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dcsaba89 | @hbcarlos | @kevin-bates | @pre-commit-ci | @Zsailer

v0.6.3

12 Jan 17:50
Compare
Choose a tag to compare

0.6.3

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073

v0.6.2

10 Jan 22:28
Compare
Choose a tag to compare

0.6.2

(Full Changelog)

Maintenance and upkeep improvements

  • Decrease pyyaml dependency floor to increase compatibility #63 (@kevin-bates)

Contributors to this release

(GitHub contributors page for this release)

@kevin-bates

v0.6.1

10 Jan 19:01
Compare
Choose a tag to compare

0.6.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @bretttully | @kevin-bates

v0.6.0

09 Jan 12:51
Compare
Choose a tag to compare

0.6.0

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @dependabot | @dlqqq | @pre-commit-ci

v0.5.0

12 Sep 18:31
Compare
Choose a tag to compare

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