Skip to content

Releases: yahoo/subscribe-ui-event

v2.0.6

02 Mar 21:33
Compare
Choose a tag to compare
  • #58 - Upgrade lodash to v4.17.15

v2.0.5

21 Nov 18:12
Compare
Choose a tag to compare
  • [#57] index.es.js should be in ES5 + ESModules

v2.0.4

24 Sep 22:55
Compare
Choose a tag to compare

Commits:

Support ES module syntax

10 May 22:14
Compare
Choose a tag to compare

This major version bump now leverages ES module syntax internally. We also now expose the package.json -> module property to untranspiled es2015+ code. Which means you can now serve es2015+ syntax to environments that support it.

Update lodash@4

10 May 22:11
Compare
Choose a tag to compare
v1.1.2

Release v1.1.2.

Support passive event

10 May 22:10
Compare
Choose a tag to compare

update to eventemitter3@2.x

22 Sep 21:55
Compare
Choose a tag to compare

#41 - update eventemitter3

fix typo in index.js

05 Aug 17:24
Compare
Choose a tag to compare

#38 - fix typo in index.js, thanks @rickyeh !

Upgrade dependencies

04 Apr 17:23
Compare
Choose a tag to compare

Mainly upgrade lodash

Fix subscribe target issues.

24 Mar 22:31
Compare
Choose a tag to compare

subscribe used for some global UI events, but sometimes we do have use cases that we need to subscribe to certain target. Although subscribing different targets cannot share same event, but it still can get benefits from throttling.

Right now subscribing to specific target is still under documented. We will document it when it is more stable.

Thanks @ebertb.