Skip to content

Releases: rahul-nanwani/blackjack21

v3.2.0

27 Aug 09:39
5074c8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.0

02 Feb 09:05
6363f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

11 Dec 06:34
8764b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Dec 13:51
4be5e3e
Compare
Choose a tag to compare

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

09 Dec 15:16
ff4be65
Compare
Choose a tag to compare

Full Changelog: 2.0.1...v2.0.1

2.0.0

05 Oct 09:55
bebfa80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...2.0.0

1.2.1

17 Jan 07:52
3d0f50e
Compare
Choose a tag to compare

Fixed split method

Full Changelog: 1.2.0...1.2.1

1.2.0

12 Jan 11:00
54ba8fd
Compare
Choose a tag to compare

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

11 Jan 09:13
e040f8a
Compare
Choose a tag to compare

Fixed the issue with aces calculation in the total.

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Jan 17:42
43cb60f
Compare
Choose a tag to compare

Optimizations and changes in classes, attributes, and methods, to make it even easier to use.

Full Changelog: 1.0.0...1.1.0