Skip to content

Observe.js v0.6.0 - New custom bindings/options and public functions!

Compare
Choose a tag to compare
@williamtroup williamtroup released this 08 Jan 17:02
· 91 commits to main since this release
6260263

Binding Options / Function Options:

  • Added a new binding/option called "allowCanceling", which states the watch can be cancelled (defaults to true).
  • Added a new binding/option called "allowPausing", which states the watch can be paused (defaults to true).

Public Functions:

  • Added new public function "pauseWatches()", which is used to pause all the watches for a specific number of milliseconds.
  • Added new public function "resumeWatches()", which is used to resume all the watches currently paused.

General Improvements:

  • Minor internal refactoring to make things a little clearer.

Fixes:

  • Fixed some errors in HTML files when calling the public functions.