Releases: mathieumagalhaes/global-dom-listener
Releases · mathieumagalhaes/global-dom-listener
v0.0.4
v0.0.3
- fix: stop leaking isBrowser variable externally
- feat!: create a real typescript singleton type that can not be constructed more then once
- docs: added some more examples in README
- docs: remove .min from cdn url since dist files are minified already
- ci: implement and fix to publish on npm through CI
- fix: pre-commit hook no test as they are not implemented yet
v0.0.2
- perf: fail-fast if statement in handleEvent
- chore: added husky and commit linting
- chore: added a changelog
- chore: added github workflow