Skip to content

Releases: LIN3S/EventBusJS

v0.11.0

Choose a tag to compare

@mktoast mktoast released this 08 Jun 06:51
  • Removed the onNodeAdded implementation for a more powerful onDomMutated strategy. It will publish both dom node injections/removals.

v0.10.0

Choose a tag to compare

@mktoast mktoast released this 06 Feb 13:39
  • Refactored NodeAddedEventPublisher API and implementation.

v0.9.0

Choose a tag to compare

@mktoast mktoast released this 05 Dec 11:19
  • Refactored NodeAddedEventPublisher DOM lookup.
  • Exported bundle configurations updated. (umd, common, esm)
  • Refactored NodeAddedObserver added node's matching strategy. It now accepts any native css selectors.
  • Added onNodeAdded documentation.
  • Removed Bower support.
  • Removed lodash.debounce as peer dependency

v0.7.0

Choose a tag to compare

@benatespina benatespina released this 05 Oct 12:04
  • LifeTimeEventPublisher will work as the previously named EventPublisher did.
  • OneTimeEventPublisher will track published events, so a subscriber's callback will be inmediately executed if subscribed after the associated event is published.
  • [BC break] EventPublisher is now an abstract class. OneTimeEventPublisher and LifeTimeEventPublisher instances are exported instead.
  • [BC break] NodeAddedObserver is no longer exported. Instead, onNodeAdded subscription is exposed.
  • The EventSubscriberPriorityQueue's getSubscribers method now returns an immutable object.
  • Refactored DomLoadedEventPublisher to check the initial document's readyState.
  • Refactored DomReadyEventPublisher to check the initial document's readyState.
  • Exported named Core and Subscriptions for a more dev-friendly use.
  • Refactored library folder structure.

v0.6.1

Choose a tag to compare

@benatespina benatespina released this 27 Sep 16:35
  • Allowed negative priorities

v0.6.0

Choose a tag to compare

@benatespina benatespina released this 31 May 17:25
  • [BC break] Updated NodeAddedObserver to provide each associated node with the subscribed selectorClassName. After this version, published NodeAddedEvent gives you an array of matching nodes instead of a single one.

v0.5.2

Choose a tag to compare

@benatespina benatespina released this 30 May 14:21
Merge pull request #9 from LIN3S/feature/unsubscribe

Shortcut methods now return each subscribed subscriber so we can unsu…

v0.4.0

Choose a tag to compare

@benatespina benatespina released this 16 Feb 10:34
Added yarn support in the documentation

v0.3.2

Choose a tag to compare

@benatespina benatespina released this 08 Feb 18:19
Exported the functions itself

v0.3.1

Choose a tag to compare

@benatespina benatespina released this 08 Feb 18:03
Bumped to v0.3.1