Skip to content

Releases: mathieumagalhaes/global-dom-listener

v0.0.4

20 Nov 11:10
Compare
Choose a tag to compare
  • fix: make blur,error,focus,load,resize,scroll possible to capture
  • docs: improve the working HTML example

v0.0.3

19 Nov 21:36
Compare
Choose a tag to compare
  • 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

19 Nov 17:37
Compare
Choose a tag to compare
  • perf: fail-fast if statement in handleEvent
  • chore: added husky and commit linting
  • chore: added a changelog
  • chore: added github workflow