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

new utilities: flattenObject, debouncer, initialValue, uncellify options #34

Merged
merged 24 commits into from
May 26, 2024

Commits on May 13, 2024

  1. object: flattenObject

    hbbio committed May 13, 2024
    Configuration menu
    Copy the full SHA
    71d656e View commit details
    Browse the repository at this point in the history
  2. object: use async in outer maps

    hbbio committed May 13, 2024
    Configuration menu
    Copy the full SHA
    546aa45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96e64d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62cdf9c View commit details
    Browse the repository at this point in the history
  5. export flattenObject

    xikimay committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e8ec084 View commit details
    Browse the repository at this point in the history
  6. extend map signature

    xikimay committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d2231b7 View commit details
    Browse the repository at this point in the history
  7. index: sort imports

    hbbio committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bb0534a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. cellify: UncellifyOptions

    hbbio committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c1a0eaa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. initial: new helper

    hbbio committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e87e164 View commit details
    Browse the repository at this point in the history
  2. index: export initialValue

    hbbio committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bc37a89 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    b6f8fed View commit details
    Browse the repository at this point in the history
  2. cellify: update comment

    hbbio committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b01bd1c View commit details
    Browse the repository at this point in the history
  3. proxy: destroy() uses collect

    hbbio committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7061c14 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. sheet: comment collect log

    hbbio committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2025466 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e0bb301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20e4c8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. cellify: errorsAsValues option

    hbbio committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a0197b7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    8e48ca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56f679 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from okcontract/initial-value

    feature: initialValue
    hbbio committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f58b563 View commit details
    Browse the repository at this point in the history
  4. cellify: test uncellify options

    hbbio committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f0cba9f View commit details
    Browse the repository at this point in the history
  5. initial: add test

    hbbio committed May 26, 2024
    Configuration menu
    Copy the full SHA
    aa937d8 View commit details
    Browse the repository at this point in the history
  6. debouncer: add test

    hbbio committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2bb4fd5 View commit details
    Browse the repository at this point in the history
  7. debouncer: also test waiting

    hbbio committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8662a86 View commit details
    Browse the repository at this point in the history