Releases: johnameyer/cards-ts
Releases · johnameyer/cards-ts
@cards-ts/[email protected]
Minor Changes
- Add generic state machine composition structures and execution as well as initial set of machine factory functions for common use cases. Adds
sequence
,conditionalState
, andloop
for generic state wiring and the functionshandleSingle
,handleAll
,handleRoundRobin
, andhandleRoundRobinFirst
to cover most handler-calling use cases.
@cards-ts/[email protected]
Minor Changes
-
630015b
Thanks @johnameyer! - Change signature of event handler definition for future ease of reusing standard messages and components -
#131
f40b9ce
Thanks @johnameyer! - ExportbuildGameFactory
method to reduce generic hell from typing the oldAbstractGameFactory
@cards-ts/[email protected]
Minor Changes
- #131
f40b9ce
Thanks @johnameyer! - Update to use library best practices
Patch Changes
- Updated dependencies [
630015b
,f40b9ce
]:- @cards-ts/[email protected]
@cards-ts/[email protected]
Minor Changes
- #131
f40b9ce
Thanks @johnameyer! - Update to use library best practices
Patch Changes
- Updated dependencies [
630015b
,f40b9ce
]:- @cards-ts/[email protected]
@cards-ts/[email protected]
Minor Changes
- #131
f40b9ce
Thanks @johnameyer! - Update to use library best practices
Patch Changes
- Updated dependencies [
630015b
,f40b9ce
]:- @cards-ts/[email protected]
@cards-ts/[email protected]
Minor Changes
- #131
f40b9ce
Thanks @johnameyer! - Update to use library best practices
Patch Changes
- Updated dependencies [
630015b
,f40b9ce
]:- @cards-ts/[email protected]
@cards-ts/[email protected]
Patch Changes
- 4a55a3f: Fix bug where bidder was reset when parameter was undefined