Skip to content

1.6.0: Improve thru() types, fix debounce dispose

Compare
Choose a tag to compare
@briancavalier briancavalier released this 12 Aug 00:00
· 32 commits to master since this release
  • Make thru fully parametric in its return type, allowing functions that return other types, e.g. promises. (#473)
  • Fix issue where debounce was not disposing its upstream source (#472)