Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@denisw denisw released this 11 Oct 17:43
· 1 commit to master since this release

Fixed

  • Don't throw a TypeError if the matches() method of an action creator is
    called independently from the action creator object. Allows idioms such as
    filter(actionCreator.matches) without having to resort to
    Function.prototype.bind.