Skip to content

Releases: duart38/Observe

v1.2.1

05 Sep 12:42
Compare
Choose a tag to compare

Added unbindAll method that removes all listeners

v1.2.0

24 Aug 18:42
Compare
Choose a tag to compare

v1.2.0 (QOF)

  • Added command chaining support by exposing the instance back when no relevant value is to be returned (eg void)
  • Added varags support in "setValue()" method.

The var-args in setValue() will allow you to emit multiple values and populate this history but only the last value will be set as the active value.

v1.1.3

05 Aug 12:17
Compare
Choose a tag to compare
  • Added jsdoc on historysize variable
  • Added parameter to identify callbacks that should be run only once

v1.1.2

03 Aug 17:39
Compare
Choose a tag to compare

Deno webhook trigger

v1.1.1

02 Aug 14:46
Compare
Choose a tag to compare

From this version onwards you can use the module in standard html + js

v1.1.0

01 Aug 23:15
Compare
Choose a tag to compare

Added event bubbling

v1.0.1

30 Jul 12:11
Compare
Choose a tag to compare
Added some JSDoc

v1.0.0

28 Jul 17:32
Compare
Choose a tag to compare
Update issue templates