Skip to content

Tags: kedoska/engine-blackjack

Tags

v0.9.2

Toggle v0.9.2's commit message
update dev-dependencies (#53)

Signed-off-by: Marco Casula <[email protected]>

v0.9.1

Toggle v0.9.1's commit message
Fix HandValue Hi must be equal to Lo when Hi > 21 (#52)

* impl test case for #51
* return hi == lo when hi is over 21
* ref test cases to match the fix for #51
* upgrade version
* standard format

close #51 

Signed-off-by: Marco Casula <[email protected]>

v0.9.0

Toggle v0.9.0's commit message
Impl getHigherValidValue (#50)

* impl test case for #49
* impl getHigherValidValue to ensure the higher valid number in `handValue`
* impl getHigherValidValue in `getPrize` fixes #49

Signed-off-by: Marco Casula <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Unverified

No user is associated with the committer email.
increment version to 0.6.0 (flowtized)

Signed-off-by: Marco Casula <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
More ES6 (#29)

* Replace `Object.assing` with spread/rest operators
* Fix main lib export: Export without `default`

v0.4.0

Toggle v0.4.0's commit message

Unverified

No user is associated with the committer email.
update package

Signed-off-by: Marco Casula <[email protected]>