Skip to content

Latest commit

 

History

History
278 lines (117 loc) · 7.16 KB

CHANGELOG.md

File metadata and controls

278 lines (117 loc) · 7.16 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.2 (2020-05-09)

  • Simple dev dependency updates in 1.5.2
  • Duplicate tests removed

1.5.1 (2018-10-24)

1.5.0 (2018-03-22)

Bug Fixes

  • Poker: Resolve issue with not all combination of hands checked (df58a85), closes #9

Features

  • Poker: Improve poker hand result details with kicker cards (fa3211b)
  • Poker: Readable CardNames in order of rank/utility of scored hand (454a6ca)

1.4.4 (2018-02-11)

1.4.3 (2017-11-07)

Bug Fixes

  • chipService: Chip splitting logic too aggressive, could cause infinite loops (a7693fb)

1.4.2 (2017-10-29)

Bug Fixes

  • chipCollection: colorUp does not accept a parameter (595f09d)

1.4.1 (2017-10-29)

1.4.0 (2017-10-29)

Features

  • colorUp: ChipCollection can color up chips (e57e0f2), closes #5

1.3.3 (2017-10-26)

Bug Fixes

  • chipService: Chip Management performance improvements (8f7c27a), closes #3

1.3.2 (2017-10-19)

Bug Fixes

  • chipService: Improve chip breaking efficiency (8582360)

1.3.1 (2017-10-18)

Bug Fixes

  • docs: Hide test method from API docs (fb3d560)

1.3.0 (2017-10-17)

Features

1.2.0 (2017-10-07)

Features

  • poker: Added Poker hand scoring (a70a50f)

1.1.0 (2017-10-01)

Features

  • hand: inherit from ICardPile (feb0e29)

1.0.3 (2017-09-30)

Bug Fixes

  • uglifyjs: library now targets ES5 (21626ca)

1.0.2 (2017-09-30)

Bug Fixes

  • enums: change strongly typed strings to enumerations (95806c5)

1.0.1 (2017-09-30)

Bug Fixes

  • build: emit decorator metadata from build (a9e14d7)

1.0.0 (2017-09-30)

0.5.0 (2017-09-30)

Features

  • player: Default player names to empty string (2b1d918)

0.4.1 (2017-09-27)

Bug Fixes

  • tests: increase likelihood shuffle won't be same (9447257)

0.4.0 (2017-09-27)

Bug Fixes

  • cardCollection: Fix removal of specific cards by using new object equality service (e0cbab4)

Features

  • IObjectComparer: New common object comparer interface (e72d765)

0.3.2 (2017-09-27)

0.3.1 (2017-09-27)

0.3.0 (2017-09-26)

Bug Fixes

  • build: Windows path issue resolved for testing platform (5b059c3)

Features

  • cardCollection: add helpers to reduce repeated code (8c9f28c)
  • deck: createDeck options are now optional (7404dd3)
  • handOptions: remove unused yet required properties (89a5477)

0.2.1 (2017-09-26)

0.2.0 (2017-09-25)

Features

  • docs: Update docs theme (e15b6a0)

0.1.1 (2017-09-24)

Bug Fixes

  • build ignores case sensitivity (bd252ae)

0.1.0 (2017-09-24)

Features

  • export Player and other missing objects (2c71f59)

0.0.1 (2017-09-24)

Bug Fixes

Features