Skip to content

v0.0.93

Compare
Choose a tag to compare
@pedronasser pedronasser released this 04 Nov 04:46
· 16 commits to master since this release
  • New async configuration for wnEvent [wnEvent]
  • Refactor on wnEvent.emit function. (AKA push function) [wnEvent]
  • On async events the eventObject received on the arguments now have a next() function to continue to the next listener. [wnEvent]
  • Changed all wnEvent.push calls to wnEvent.emit on components [wnComponent]
  • Changed all wnEvent.push calls to wnEvent.emit on modules [wnModule]
  • Added process and console to the class import context [wnBuild]