Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Update typesafe-actions to the latest version 🚀 #457

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 26, 2018

The dependency typesafe-actions was updated from 2.0.4 to 2.1.0.

This version 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.


Find out more about this release.

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 Dec 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2018

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2019

Update to this version instead 🚀

Release Notes for v3.1.0

New API 🎉

createCustomAction

Create an enhanced action-creator with unlimited number of arguments and custom properties on action object.

  • Arguments of resulting action-creator will preserve their original semantic names (id, firstName, lastName).
  • Returned action objects have custom properties ({ type, customProp1, customProp2, ...customPropN })
createCustomAction(type, type => {
  return (namedArg1, namedArg2, ...namedArgN) => ({ type, customProp1, customProp2, ...customPropN })
})

Examples:
> Advanced Usage Examples

import { createCustomAction } from 'typesafe-actions';

const add = createCustomAction('CUSTOM', type => {
return (first: number, second: number) => ({ type, customProp1: first, customProp2: second });
});

add(1) // { type: "CUSTOM"; customProp1: number; customProp2: number; }

Commits

The new version differs by 20 commits.

  • ca41679 3.1.0
  • e12cf99 Added create-custom-action creator factory to public API (#113)
  • f41c08c Numerous grammar improvements thanks to proof-reading by @sjsyrek
  • 2c2e364 Repurposed Side-effects section
  • ec569e8 Added redux-saga example to docs (#112)
  • d45e4f4 updated readme
  • 3b39475 Updated reference-project
  • 6375f89 Updated issues templates
  • cd22179 Added example for createAction using higher-order function (#110)
  • a8b5295 Refactored is-action-of types (#107)
  • 722eb88 Updated readme
  • 92ae4ee Fixed tutorial link
  • f9ed0dc Updated TS dependency version
  • 3891b5f Updated description text
  • da2f713 Enabled initial dts-jest type-tests cases

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 25, 2019

Update to this version instead 🚀

Release Notes for v3.2.1

v3.2.1

Fixed

Fixed #122

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2019

Update to this version instead 🚀

Release Notes for v3.4.0

Fixed backward compatibility issues:

  • Improved ActionType to bring back v3.3 behaviour #132
  • Fixed backward compatibility for void type parameters from v3.1 (after internal type refactoring for v3.2 they were not treated as EmptyAC anymore) #124
Commits

The new version differs by 4 commits.

  • 664e24f 3.4.0
  • bf7b9af Fixed backward compatibility for void type parameters, after internal type refactoring for v3.2 they were not treated as EmptyAC anymore
  • da9711f Improved ActionType to bring back 3.3.0 behaviour
  • 79e174a Updated codesandbox

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 22, 2019
greenkeeper bot added a commit that referenced this pull request Apr 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 23, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 13, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 21, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 23, 2019

Update to this version instead 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants