Releases: rogierschouten/ts-events
Releases · rogierschouten/ts-events
security updates
security updates
Add event to listen to changed listeners
- Add evtListenersChanged event to all types of events
- Update dependencies
Remove .git directory from published package
v3.3.1 v3.3.1: remove .git from published package.
return a detacher function from attach() and once() methods
npm package updates
v3.2.1 update vulnerable dependencies
v3.2.0: add once() functionality
Allows to attach handlers that get removed automatically after the first call, like EventEmitter#once()
move @types/node to devDependencies
Merge pull request #9 from mgroenhoff/master Move node typings from dependencies to devDependencies
upgrade node modules, use @types
3.1.4 v3.1.4
v3.1.3 inline source maps
inline source maps
v3.1.2: Inline the source maps because the .map files are not published on NPM.
v3.1.2: Inline the source maps because the .map files are not publish…