Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 5.1 KB

CHANGELOG.md

File metadata and controls

101 lines (55 loc) · 5.1 KB

3.0.1 (2024-05-19)

  • chore: release 3.0.1 (74dd38a)
  • refactor: ensure integrity of middleware-surpassed promise-action by introducing check of the presen (b96e407)
  • build: updated dependencies (b657ffa)

3.0.0 (2021-12-03)

  • chore: release 3.0.0 (d148fb4)
  • feat: promise action is now typed and usable as promise (8f7c60e)
  • docs: added missing createAction-equivalent case (01ac73e)
  • docs: fixed spelling mistakes (c9f6960)

BREAKING CHANGE

  • Each promise action can now be awaited at root after it has been surpassed the promise middleware without accessing it through promiseAction.meta.promise first.

2.0.2 (2021-12-02)

  • chore: added CHANGELOG.md (5fe0f66)
  • chore: release 2.0.2 (6949f1d)
  • docs: fixed headline (eeec472)
  • docs: updated keywords in package.json (c4c2fa0)
  • docs: updated README.md (7f70061)

2.0.1 (2021-11-25)

  • build: release 2.0.1 (e80d86d)
  • docs: updated README.md to reflect latest changes (25927af)

2.0.0 (2021-11-25)

  • build: release 2.0.0 (f5f4aaf)
  • fix: added dummy test to prevent jest error (170c8c2)
  • feat: replaced simple(..) and advanced(..) (e600541)
  • intermediate (c9cd772)
  • test: added tests for testing required payload (245b7de)
  • test: added tests for typeof .types-members (31146b7)

1.2.3 (2021-11-25)

  • build: release 1.2.3 (764448c)
  • refactor: types has been completely redesigned (a896524)

1.2.2 (2021-11-14)

  • Added further hints to error messages (f3ca9e6)
  • Bump to 1.2.2 (f1b5cd6)

1.2.1 (2021-11-01)

  • Bumped version to 1.2.1 (de9ee5a)
  • Resolved and rejected actions have now typed payload (bdc0104)

1.2.0 (2021-11-01)

  • Bumped version to 1.2.0 (fabd42c)
  • Changed types.resolveValue to rtypes.resolvedValue (2201494)
  • Updated documentation (bf9dc60)

1.1.0 (2021-10-29)

  • Bumped version to 1.1.0 (571d943)
  • Renamed types.action to types.triggerAction (e5a1605)

1.0.2 (2021-10-29)

  • Added LICENSE (8c687fc)
  • Added resolveValue to types (40c74fb)
  • Bump version to 1.0.2 (e2c7b27)
  • Changed from build to test before publish (0411449)
  • Changed from prepublish to prepublishOnly (b75607b)
  • implementPromiseAction supports now iterator and (async) function (2b6ad05)
  • Initial commit (8114680)
  • Project is now built before pulished (9ed9695)
  • Updated package.json (7890293)
  • Updated README.md (3173e57)
  • Updated README.md (7a94366)