Skip to content

Release v0.9.8

Pre-release
Pre-release

Choose a tag to compare

@djipco djipco released this 25 Aug 21:56
· 98 commits to master since this release
  • This version removes the context arguments of addListener() in favour of the standard bind() which, after all, is standard and shorter to use.
  • The args option of addListener() was renamed arguments. Reasoning is to be as clear as possible. The Listener object has been adjusted accordingly.