Skip to content

Observe.js v0.7.0 - New custom trigger, improvements, and documentation updates!

Compare
Choose a tag to compare
@williamtroup williamtroup released this 07 Feb 14:24
· 75 commits to main since this release
2ee9388

Rules:

  • Watches will now only start if an object can be found (is not null, or the DOM element exists).

Binding Options / Function Options - Custom Triggers:

  • Added a new binding/option custom trigger called "onStart", which states an event that should be triggered when a watch is started.

General Improvements:

  • Added Math injection directly into the main instance.
  • Added JSON injection directly into the main instance.
  • Improved keywords in the package files.

Documentation:

  • Added install instructions into the main README files.
  • Added documentation that states how issues and new feature requests should be raised.

Fixes:

  • Fixed the "observe.js.nuspec" file including the ".github" folder when NuGet PACK is called.