Releases: rahul-nanwani/blackjack21
v3.2.0
What's Changed
- Fix rtfd build error by @rahul-nanwani in #17
- v3.2.0 by @rahul-nanwani in #18
Full Changelog: v3.1.1...v3.2.0
v3.1.0
What's Changed
- docs: fixed improper docs by @rahul-nanwani in #14
- Rn patch 1 by @rahul-nanwani in #15
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Delete wiki archive directory by @rahul-nanwani in #9
- Add rtfd by @rahul-nanwani in #10
- Update README.rst by @rahul-nanwani in #11
- v3.0.1 by @rahul-nanwani in #12
- Deleted README.rst by @rahul-nanwani in #13
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v3.0.0
Would this break your code? Probably not! You might require a small change in the imports if you are importing anything other than Table class. If you were changing any data from the class object after it has been initialized, v2.0.1 is recommended for you.
What's changed?
- deck function is now an iterable Deck class
- No more limits to the number of Players on a Table
- No more limits to the decks of cards being used on a Table
- Added exceptions
- Fixed known vulnerabilities
- Improved speeds
- Improved stability
v2.0.1
Full Changelog: 2.0.1...v2.0.1
2.0.0
What's Changed
- Add examples, only print dealer 1st card by @bbrewington in #2
- Added print dealer's first card in examples by @rahul-nanwani in #3
- kwargs for Table and additional type hints by @rahul-nanwani in #4
- v2.0.0 by @rahul-nanwani in #5
New Contributors
- @bbrewington made their first contribution in #2
- @rahul-nanwani made their first contribution in #3
Full Changelog: 1.2.1...2.0.0
1.2.1
Fixed split method
Full Changelog: 1.2.0...1.2.1
1.2.0
Optimizations and changes in classes, attributes, and methods, to make it even easier to use.
Full Changelog: 1.1.1...1.2.0
1.1.1
Fixed the issue with aces calculation in the total.
Full Changelog: 1.1.0...1.1.1
1.1.0
Optimizations and changes in classes, attributes, and methods, to make it even easier to use.
Full Changelog: 1.0.0...1.1.0