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

Release v1.6 #219

Merged
merged 77 commits into from
Sep 26, 2024
Merged

Release v1.6 #219

merged 77 commits into from
Sep 26, 2024

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    057d86a View commit details
    Browse the repository at this point in the history
  2. [movex-master] Test the "reducer.$transformState" functionality more …

    …using a "speedPushGame" reducer
    GabrielCTroia committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1358c65 View commit details
    Browse the repository at this point in the history
  3. chore(libs): 🔨 [libs] Add the "tsc" script to all the libs that didn'…

    …t already have it (i.e. movex-master, movex-vue, etc)
    GabrielCTroia committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2fc5f8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0347fc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. test($stateTransformer feat): ✅ Add a story to test the $stateTransfo…

    …rmer feature using the "SpeedPushGame"
    GabrielCTroia committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    48fa69b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    f629515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d522f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103c6a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix(movex-master, movex-server, movex-store): 🐛 fix the ability to fe…

    …tch the pblic state of a resource
    GabrielCTroia committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    62ce435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f3ef4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 17, 2024

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

Commits on Aug 18, 2024

  1. refactor([movex-core-utils]): ♻️ strengthen the "isAction" input type…

    … to only AnyAction or ActionTuple instead of unknown
    GabrielCTroia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f79ca48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from movesthatmatter/add-state-transformer

    Add state transformer
    GabrielCTroia authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0756c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40529ee View commit details
    Browse the repository at this point in the history
  4. feat(movex-master, movex): ✨ wIP - First draft of masterActions - wor…

    …ks with public actions (client-master emit)
    GabrielCTroia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    63763c7 View commit details
    Browse the repository at this point in the history
  5. test(movex-react-local-master, movex-master): ✅ add the masterActions…

    … to the speedPushGame story to test
    GabrielCTroia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    64a4d86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bba2490 View commit details
    Browse the repository at this point in the history
  7. 0.1.6-3

    GabrielCTroia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9e2216c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. test(movex-master, movex-core-util): ✅ add tests for the MasterAction…

    … Ack Response & Fwd Action to Peers
    GabrielCTroia committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bb882b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d04d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    777d560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695d6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8ec6f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    931743b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d408d3 View commit details
    Browse the repository at this point in the history
  3. fix(movex-service): 🐛 switch back to dependencies from peerDependenci…

    …es as that creates more issues
    GabrielCTroia committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e0b7ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    438093d View commit details
    Browse the repository at this point in the history
  5. feat(movex-master, movex-service, movex-server): ✨ add ability to dis…

    …connect an old client connection in favor of the new one
    GabrielCTroia committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b621db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f010799 View commit details
    Browse the repository at this point in the history
  7. refactor(movex-master, movex, movex-core-util): ♻️ move the Connectio…

    …nToClient and ConnectionToMaster out of movex-core-util and refactor the client param
    GabrielCTroia committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    76727e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f76f968 View commit details
    Browse the repository at this point in the history
  9. feat(io): ✨ add "disconnect" & "connectionError" states, so the consu…

    …mer UI can handle them better
    GabrielCTroia committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    32f7f3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3adc91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c80e931 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. feat(movex, movex-master, movex-server): ✨ wIP - Add a way to sync th…

    …e times between client and master. Append clockOffset prop to SanitiziedClient
    GabrielCTroia committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2a09b8b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix(movex): 🐛 fwdAction Checksum Mismatch wasn't calling resync state…

    …, therefore that was allowing an inconsistent state to occur
    GabrielCTroia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4bc25d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6525c View commit details
    Browse the repository at this point in the history
  3. fix(movex-server): 🐛 wIP - Attempt to provide a way to call the $tran…

    …sformState on resource operations as well such aas GET, CREATE, ADdResourceSubscriber etc.x
    GabrielCTroia committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d5eb8da View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    fe50959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd46350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6201f4f View commit details
    Browse the repository at this point in the history
  4. 0.1.6-38

    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    48b8940 View commit details
    Browse the repository at this point in the history
  5. Bump to v0.1.6-40

    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9053510 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    624585a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1706fcc View commit details
    Browse the repository at this point in the history
  8. Bump to v0.1.6-42

    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dc4eb4f View commit details
    Browse the repository at this point in the history
  9. refactor(movex-master, movex-server): ♻️ temporary - Add extra params…

    … to the movex context to log
    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0d9690a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b29668d View commit details
    Browse the repository at this point in the history
  11. Bump to v0.1.6-44

    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2bb2518 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20ba97c View commit details
    Browse the repository at this point in the history
  13. Bump to v0.1.6-45

    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b28afd5 View commit details
    Browse the repository at this point in the history
  14. WIP - Added the idea that the stateTransformer can run on local as lo…

    …ng as it shares the same masterContext
    GabrielCTroia committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    26305e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix(movex-master, movex): 🐛 add tests and fix issue between applying …

    …the master and local state transformer
    GabrielCTroia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ff2dd80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74906e View commit details
    Browse the repository at this point in the history
  3. 0.1.6-51

    GabrielCTroia committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    83c9797 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a644792 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.1.6-57

    GabrielCTroia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    47c2545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a00f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0336d7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0490a01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dab4a3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea71e9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    622946e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e3a0fb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    ca02917 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from movesthatmatter/improve-connection-events

    Improve connection events
    GabrielCTroia authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2c79bf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26db7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #223 from movesthatmatter/fix-state-transformer

    Fix state transformer
    GabrielCTroia authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f745354 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #221 from movesthatmatter/state-transformer-master…

    …-actions
    
    State Transformer + Master Actions
    GabrielCTroia authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0a528f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b054ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd2e9d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1278ca2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d154f92 View commit details
    Browse the repository at this point in the history
  10. 0.1.6

    GabrielCTroia committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dcfa331 View commit details
    Browse the repository at this point in the history