Skip to content

Releases: hopsoft/debounced

v1.0.2

08 Sep 02:37
Compare
Choose a tag to compare
Update tagged version to 1.0.2

v1.0.0

18 Mar 01:52
Compare
Choose a tag to compare

What's Changed

  • Allow users to customize the debounced event prefix by @hopsoft in #2
  • Create LICENSE by @hopsoft in #3
  • wrap setTimeout code in function to prevent CSP errors by @davekaro in #9
  • Bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #4
  • Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #5
  • Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #6
  • Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #7
  • Fix CSP Violation: Use Named Function Instead of eval in Dispatch Method by @jsip in #14
  • Add options leading & trailing by @r4mbo7 in #10
  • Scope debouncing to the event target by @x4d3 in #16
  • Start porting to ESM for importmap support by @hopsoft in #17

New Contributors

Full Changelog: v0.0.4...v1.0.0

What's Changed

  • Allow users to customize the debounced event prefix by @hopsoft in #2
  • Create LICENSE by @hopsoft in #3
  • wrap setTimeout code in function to prevent CSP errors by @davekaro in #9
  • Bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #4
  • Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #5
  • Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #6
  • Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #7
  • Fix CSP Violation: Use Named Function Instead of eval in Dispatch Method by @jsip in #14
  • Add options leading & trailing by @r4mbo7 in #10
  • Scope debouncing to the event target by @x4d3 in #16
  • Start porting to ESM for importmap support by @hopsoft in #17

New Contributors

Full Changelog: v0.0.4...v1.0.0

v0.0.4

18 Mar 01:51
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4