Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: piotr-oles/redux-detector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.3@beta
Choose a base ref
...
head repository: piotr-oles/redux-detector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc.4@beta
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 17, 2019

  1. feat: 🎸 Make composeDetectors less type strict

    Removed `TAction = any` generic type from `composeDetectors` function
    because typescript type inheritance makes wrong assumptions about
    TAction type if you compose detectors with different TAction type.
    Piotr Oleś committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    8fed390 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from piotr-oles/feature/make-compose-detectors…

    …-less-strict
    
    feat: 🎸 Make `composeDetectors` less type strict
    piotr-oles authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    f030b00 View commit details
    Browse the repository at this point in the history
Loading