Skip to content

Releases: jacobmllr95/idle-timeout

Update dependencies to resolve security issues

15 Jul 12:11
Compare
Choose a tag to compare

The TypeScript rewrite

20 Jun 18:32
Compare
Choose a tag to compare

Changes

npm publish improvements

11 Sep 09:54
Compare
Choose a tag to compare

Changes

  • Only include relevant files in npm tarball
  • Improve linting config
  • Fix supported browsers table markup in README

More build system improvements

11 Sep 07:14
Compare
Choose a tag to compare

Changes

  • Use object spread in favor of Object.assign()
  • Update to Babel 7 stable
  • Improve linting setup
  • Improve README

Finally the major release!

11 Apr 22:47
Compare
Choose a tag to compare

Changes

  • Switch to factory for default export (new IdleTimeout(...) => idleTimeout(...))
  • Switch from gulp to webpack
  • Switch from npm to yarn
  • Add sourcemaps support
  • Modernize codebase
  • Improve README

Refactored build system

29 Jul 17:00
Compare
Choose a tag to compare

In this release there are only internal changes. The build system got a complete makeover to only use Babel as ES6 compiler and drop Browserify to make the distribution files even smaller. Then minified version went down from 3.727 Byte to 3.132 Byte.

Notable Changes

Cutsom idle timeout element

12 Apr 09:37
Compare
Choose a tag to compare

This release adds the ability to provide a custom element to listen for the idle timeout. The document element is still used by default.

Notable Changes

Stop and resume the timeout

30 Mar 07:45
Compare
Choose a tag to compare

This release concentrates on adding the new stop() and resume() methods. It's now possible to stop a timeout at any time and resume it when needed.

Notable Changes

Loop timeout functionality

30 Mar 06:38
Compare
Choose a tag to compare

This release is all about the new loop timeout functionality. With the loop option enabled, the idle timeout gets called each time the defined timeout is reached. Tracking longer idle timeouts is now an ease!

Notable Changes

Initial release

30 Mar 05:46
Compare
Choose a tag to compare
v0.0.1

Correct `Getter` and `Setter` documentation