Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/improve group by key types #143

Merged
merged 16 commits into from
Nov 11, 2021

Commits on Sep 6, 2020

  1. Merge pull request #1 from remeda/master

    remeda 0.21.0
    TkDodo committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    94c6c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Merge pull request #2 from remeda/master

    update with base
    TkDodo committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    4e07d67 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Merge pull request #3 from remeda/master

    update to 0.0.23
    TkDodo committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    f15eefc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    7d7e85c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    33aa1b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    5a69bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893b537 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    60a5770 View commit details
    Browse the repository at this point in the history
  2. improve groupBy key typings

    by inferring the type of the key from the provided function; it must still extend a PropertyKey because that's what an object needs as index
    TkDodo committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    6bed375 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    0b308af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d07266 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. update typescript version

    reverse type inference gets even better with this
    TkDodo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    77617b5 View commit details
    Browse the repository at this point in the history
  2. make returnType of groupBy partial

    we can't really access keys directly because they might not exist at runtime, and Partial makes sure of that while still preserving the better key types. this also works well with Object.entries in TS 4.3 and above
    TkDodo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2ef925c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70438f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e04aa View commit details
    Browse the repository at this point in the history
  5. fix types for indexed version

    TkDodo committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b66c416 View commit details
    Browse the repository at this point in the history