Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: aikoven/typescript-fsa

v3.0.0

14 Sep 04:05

Choose a tag to compare

  • ChangeActionCreator from being atype alias tointerface with help ofmicrosoft/TypeScript#4260. Therefore, the oldest supported TypeScript version is now3.2.
Assets2
Loading

v3.0.0-beta-2

16 May 08:58

Choose a tag to compare

v3.0.0-beta-2Pre-release
Pre-release
  • Fix type errors when trying to call action creators with unknown (generic) payload type (#56).
  • Update docs, add JSDoc comments.
Loading

v3.0.0-beta-1

13 Apr 06:55

Choose a tag to compare

v3.0.0-beta-1Pre-release
Pre-release
  • Support skippingparams andresult of typevoid in Async Action Creators. Requires TypeScript 2.8.
constasync=actionCreator.async<void,{bar:string}>('ASYNC');// skipping argumentconststarted=async.started();// skipping `params`constdone=async.done({result:{bar:'bar'}});
constasync=actionCreator.async<{foo:string},void>('ASYNC');// skipping `result`constdone=async.done({params:{foo:'foo'}});
Loading

v2.5.0

24 Aug 07:39

Choose a tag to compare

  • Add ActionCreator#match method for single-argument type guard (#42)
Loading

v2.4.0

07 Jul 04:44

Choose a tag to compare

  • AddedtoString() method to action creators returning its type (#33).
    This is useful forredux-saga users where you can now use
yieldtake(myActionCreator)

instead of

yieldtake(myActionCreator.type)
Loading

v2.3.0

23 May 05:00

Choose a tag to compare

  • Loosen type restriction onAction.meta to be unrestricted index signature. (#26)
Loading

v2.2.0

22 May 06:23

Choose a tag to compare

Revert breaking change introduced in2.1.0

Loading

v2.1.0

14 May 07:04

Choose a tag to compare

  • support payload-less async action creator#15

DEPRECATED

This release breaks async action creators with payload.

Loading

v2.0.0 typescript-fsa

03 Mar 15:21

Choose a tag to compare

Renamed package totypescript-fsa and decoupled from Redux (#12).

Loading

v1.3.0

07 Feb 07:54

Choose a tag to compare

v1.3.0 (2017-02-07)

Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp