Skip to content

Releases: flowjs/flow.js

v2.5.0

15 May 15:10
Compare
Choose a tag to compare
Version 2.5.0

v2.1.0

15 Dec 15:13
Compare
Choose a tag to compare
  • .off([event, [callback]]):
    • .off() All events are removed.
    • .off(event) Remove all callbacks of specific event.
    • .off(event, callback) Remove specific callback of event. callback should be a Function.

v2.0.1

06 Dec 08:21
Compare
Choose a tag to compare
  • fix for module.exports and amd loaders

v2.0.0

30 Nov 10:12
Compare
Choose a tag to compare
v2.0.0