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

[@xstate/store] Event emitter #5064

Merged
merged 36 commits into from
Sep 16, 2024
Merged

[@xstate/store] Event emitter #5064

merged 36 commits into from
Sep 16, 2024

Commits on Sep 2, 2024

  1. Add emitting

    davidkpiano committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5e688a3 View commit details
    Browse the repository at this point in the history
  2. Zod?

    davidkpiano committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    28c5b02 View commit details
    Browse the repository at this point in the history
  3. Types or schema

    davidkpiano committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bdca556 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Export setup + changeset

    davidkpiano committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0bf2c92 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update packages/xstate-store/src/setup.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ae2c03b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix types

    davidkpiano committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    612ff6c View commit details
    Browse the repository at this point in the history
  2. Overload hell

    davidkpiano committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94fee03 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. WIP

    davidkpiano committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4a74699 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    3faa641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4b4ec View commit details
    Browse the repository at this point in the history
  3. Add sub/unsub tests

    davidkpiano committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e795e0d View commit details
    Browse the repository at this point in the history
  4. Update packages/xstate-store/src/store.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a5c0ccf View commit details
    Browse the repository at this point in the history
  5. Update packages/xstate-store/test/fromStore.test.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    87012f2 View commit details
    Browse the repository at this point in the history
  6. Update packages/xstate-store/src/fromStore.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3a83da9 View commit details
    Browse the repository at this point in the history
  7. Update packages/xstate-store/src/fromStore.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    05e41f2 View commit details
    Browse the repository at this point in the history
  8. Update packages/xstate-store/src/fromStore.ts

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    480937f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Address PR comments

    davidkpiano committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d696943 View commit details
    Browse the repository at this point in the history
  2. Fix types with fromStore

    davidkpiano committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c9400fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f3d32 View commit details
    Browse the repository at this point in the history
  4. fix small things

    Andarist committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1c4ffc5 View commit details
    Browse the repository at this point in the history
  5. remove redundant NoInfer

    Andarist committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    24eaa22 View commit details
    Browse the repository at this point in the history
  6. tweak types

    Andarist committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0d680b5 View commit details
    Browse the repository at this point in the history
  7. fix knip

    Andarist committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a0c962b View commit details
    Browse the repository at this point in the history
  8. support TTypes['events']

    Andarist committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3ffa8dc View commit details
    Browse the repository at this point in the history
  9. Update .changeset/silver-maps-grab.md

    Co-authored-by: Mateusz Burzyński <[email protected]>
    davidkpiano and Andarist authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8afda45 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Revert "support TTypes['events']"

    This reverts commit 3ffa8dc.
    davidkpiano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    89989b9 View commit details
    Browse the repository at this point in the history
  2. Simplify overload

    davidkpiano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9c92e0e View commit details
    Browse the repository at this point in the history
  3. Update fromStore

    davidkpiano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aad549e View commit details
    Browse the repository at this point in the history
  4. Changeset

    davidkpiano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bb91e03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c3a94 View commit details
    Browse the repository at this point in the history
  6. Emitted after observers

    davidkpiano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7bbf78f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    5cf6531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e934c8 View commit details
    Browse the repository at this point in the history
  3. add missing import, oops

    Andarist committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c38a72c View commit details
    Browse the repository at this point in the history
  4. use a spy

    Andarist committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    db4f6f9 View commit details
    Browse the repository at this point in the history
  5. fixed test title

    Andarist committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    996b511 View commit details
    Browse the repository at this point in the history