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

Add Party Mode #17

Merged
merged 18 commits into from
Aug 3, 2022
Merged

Add Party Mode #17

merged 18 commits into from
Aug 3, 2022

Conversation

foundrium
Copy link
Member

Enabling Party Mode for the SDK. This performs an update to the get leaderboards functions. See docs.hastearcade.com for more details.

# [@hastearcade/web-v4.0.0-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/web-v3.0.1...@hastearcade/web-v4.0.0-next.1) (2022-02-19)

### Bug Fixes

* **server:** updated build and added limit parameter ([9cf8725](9cf8725))
* **web:** updated to force build ([8b87151](8b87151))

### Features

* **web:** changing build interface to ignore client id ([2e827b3](2e827b3))

### BREAKING CHANGES

* **web:** updating the build interface to no longer require client id
# [@hastearcade/models-v1.4.0-next.2](https://github.com/playhaste/haste-sdk/compare/@hastearcade/models-v1.4.0-next.1...@hastearcade/models-v1.4.0-next.2) (2022-03-25)

### Bug Fixes

* **sdk:** implementing formatted cost string ([05bdc6b](05bdc6b))
# [@hastearcade/server-v1.6.0-next.2](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.0-next.1...@hastearcade/server-v1.6.0-next.2) (2022-03-25)

### Bug Fixes

* **sdk:** implementing formatted cost string ([05bdc6b](05bdc6b))
# [@hastearcade/models-v1.4.0-next.3](https://github.com/playhaste/haste-sdk/compare/@hastearcade/models-v1.4.0-next.2...@hastearcade/models-v1.4.0-next.3) (2022-03-25)

### Bug Fixes

* **sdk:** removing formatted name change ([74cfad6](74cfad6))

### Reverts

* Revert "fix(sdk): implementing formatted cost string" ([9230cd7](9230cd7))
# [@hastearcade/server-v1.6.0-next.3](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.0-next.2...@hastearcade/server-v1.6.0-next.3) (2022-03-25)

### Bug Fixes

* **sdk:** removing formatted name change ([74cfad6](74cfad6))

### Reverts

* Revert "fix(sdk): implementing formatted cost string" ([9230cd7](9230cd7))
# [@hastearcade/models-v1.4.2-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/models-v1.4.1...@hastearcade/models-v1.4.2-next.1) (2022-07-23)

### Bug Fixes

* **sdk:** removing formatted name change ([74cfad6](74cfad6))
# [@hastearcade/server-v1.6.4-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.3...@hastearcade/server-v1.6.4-next.1) (2022-07-23)

### Bug Fixes

* **sdk:** removing formatted name change ([74cfad6](74cfad6))
Changes leaderboards server SDK method to accept a player id in order to support filtering for
future party mode

BREAKING CHANGE: leaderboards is going from a sync call to an async call
BREAKING CHANGE: Leaderboards going from sync to async interface
# [@hastearcade/server-v2.0.0-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.4-next.1...@hastearcade/server-v2.0.0-next.1) (2022-07-23)

### Features

* **server:** support party mode ([c08009a](c08009a))

### BREAKING CHANGES

* **server:** leaderboards is going from a sync call to an async call
@foundrium foundrium merged commit a859e8a into main Aug 3, 2022
github-actions bot pushed a commit that referenced this pull request Aug 3, 2022
# [@hastearcade/models-v2.0.0](https://github.com/playhaste/haste-sdk/compare/@hastearcade/models-v1.4.1...@hastearcade/models-v2.0.0) (2022-08-03)

* Add Party Mode (#17) ([a859e8a](a859e8a)), closes [#17](#17)

### BREAKING CHANGES

* leaderboards is going from a sync call to an async call

* feat(server): updated package-lock to fix ci bug
* Leaderboards going from sync to async interface

* chore(release): 2.0.0-next.1 [skip ci]

# [@hastearcade/server-v2.0.0-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.4-next.1...@hastearcade/server-v2.0.0-next.1) (2022-07-23)

### Features

* **server:** support party mode ([c08009a](c08009a))

### BREAKING CHANGES

* **server:** leaderboards is going from a sync call to an async call

* docs(server): updated for new async leaderboards method

Shows how party mode can be used

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Keith LaForce <klaforce@gmail.com>
@github-actions
Copy link

github-actions bot commented Aug 3, 2022

🎉 This PR is included in version @hastearcade/models-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Aug 3, 2022
# [@hastearcade/server-v2.0.0](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.3...@hastearcade/server-v2.0.0) (2022-08-03)

* Add Party Mode (#17) ([a859e8a](a859e8a)), closes [#17](#17)

### BREAKING CHANGES

* leaderboards is going from a sync call to an async call

* feat(server): updated package-lock to fix ci bug
* Leaderboards going from sync to async interface

* chore(release): 2.0.0-next.1 [skip ci]

# [@hastearcade/server-v2.0.0-next.1](https://github.com/playhaste/haste-sdk/compare/@hastearcade/server-v1.6.4-next.1...@hastearcade/server-v2.0.0-next.1) (2022-07-23)

### Features

* **server:** support party mode ([c08009a](c08009a))

### BREAKING CHANGES

* **server:** leaderboards is going from a sync call to an async call

* docs(server): updated for new async leaderboards method

Shows how party mode can be used

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Keith LaForce <klaforce@gmail.com>
@github-actions
Copy link

github-actions bot commented Aug 3, 2022

🎉 This PR is included in version @hastearcade/server-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/models-v2.0.1-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/server-v3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/models-v2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/server-v3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/web-v4.1.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @hastearcade/web-v4.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants