Skip to content

Releases: aikoven/typescript-fsa-redux-saga

v2.0.0

14 Sep 04:18
Compare
Choose a tag to compare
  • Upgrade typescript-fsa dependency to ^3.0.0

v1.1.1

21 Sep 04:20
Compare
Choose a tag to compare

v1.1.0

16 May 10:04
Compare
Choose a tag to compare

v1.0.3

15 Sep 03:28
Compare
Choose a tag to compare
  • Fix transpilation of generators. (#2)

    Previously, generators were transpiled using Babel for CommonJS build and weren't transpiled at all for ES6 build.

    In this release, Babel was removed completely and generators are transpiled using native TypeScript transpilation.