Skip to content

Update typesafe-actions to the latest version 🚀#42

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/typesafe-actions-2.0.0
Open

Update typesafe-actions to the latest version 🚀#42
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/typesafe-actions-2.0.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented May 15, 2018

Copy link
Copy Markdown

Version 2.0.0 of typesafe-actions was just published.

Dependency typesafe-actions
Current Version 1.1.3
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of typesafe-actions.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

Official v2.0.0 Release

A bunch of new API to cover 95% of common use-cases people encounter while working with Redux Action Creators in TypeScript:

  • those who wants quickly and easily generate Discriminated Union Type from action creator module (ActionsUnion)
  • those who likes to preserve action-creator parameters names (action & createAction)
  • those who uses Generic Interface for payload/meta arguments (createStandardAction)
  • those who wants to cut boilerplate for composite actions when handling network requests (createAsyncAction)

There was also internal refactoring, added lots of new test cases for runtime and types, and improved build process using Rollup, which generates nice bundles for different build workflows (commonjs, es-modules, amd for browser)

Commits

The new version differs by 71 commits.

There are 71 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper Bot added a commit that referenced this pull request May 17, 2018
@greenkeeper

greenkeeper Bot commented May 17, 2018

Copy link
Copy Markdown
Author

Version 2.0.1 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 17, 2018
@greenkeeper

greenkeeper Bot commented May 17, 2018

Copy link
Copy Markdown
Author

Version 2.0.2 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 17, 2018
@greenkeeper

greenkeeper Bot commented May 17, 2018

Copy link
Copy Markdown
Author

Version 2.0.3 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 27, 2018
@greenkeeper

greenkeeper Bot commented May 27, 2018

Copy link
Copy Markdown
Author

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 203cd3f 2.0.4
  • a3ad6a4 Merge pull request #48 from piotrwitek/improve-conditional-types
  • 6ea8f71 Extended API documentation with missing "meta only" cases.
  • 685eea2 fixed createStandardAction signature in the docs
  • dac2f14 fixed #47
  • fa53458 added missing validation
  • ba26e98 removed symbol action poc
  • 5990ec8 added redux compatibility note
  • 0f4dfda added license badge
  • 9eff3b0 added bundlephobia badge
  • c1f2ef2 fix error in epic example
  • 768fe71 updated docs
  • 386ccff badges links updated

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants