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)
- 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)
- chipService: Chip splitting logic too aggressive, could cause infinite loops (a7693fb)
1.4.2 (2017-10-29)
- chipCollection: colorUp does not accept a parameter (595f09d)
1.4.1 (2017-10-29)
1.4.0 (2017-10-29)
1.3.3 (2017-10-26)
1.3.2 (2017-10-19)
- chipService: Improve chip breaking efficiency (8582360)
1.3.1 (2017-10-18)
- docs: Hide test method from API docs (fb3d560)
1.3.0 (2017-10-17)
- chips: Chip management (05a00e7)
1.2.0 (2017-10-07)
- poker: Added Poker hand scoring (a70a50f)
1.1.0 (2017-10-01)
- hand: inherit from ICardPile (feb0e29)
1.0.3 (2017-09-30)
- uglifyjs: library now targets ES5 (21626ca)
1.0.2 (2017-09-30)
- enums: change strongly typed strings to enumerations (95806c5)
1.0.1 (2017-09-30)
- build: emit decorator metadata from build (a9e14d7)
1.0.0 (2017-09-30)
0.5.0 (2017-09-30)
- player: Default player names to empty string (2b1d918)
0.4.1 (2017-09-27)
- tests: increase likelihood shuffle won't be same (9447257)
0.4.0 (2017-09-27)
- cardCollection: Fix removal of specific cards by using new object equality service (e0cbab4)
- 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)
- build: Windows path issue resolved for testing platform (5b059c3)
- 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)
- docs: Update docs theme (e15b6a0)
0.1.1 (2017-09-24)
- build ignores case sensitivity (bd252ae)
0.1.0 (2017-09-24)
- export Player and other missing objects (2c71f59)