Releases: Synthird/object-oriented-bank-account
Releases · Synthird/object-oriented-bank-account
v1.1.0
Changelog
- Added IDs to transactions
- Added a sample code in the README
- Swapped both the balance and transaction name in the constructor of the bank accounts
- Mentioned both the email and phone number in one of the user's constructors in the javadocs
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Changelog
- Changed the javadocs
- Reworded the credit and debit variables in the Transactions class
- Shortened a couple sentences to be more concise
Full Changelog: v1.0.0...v1.0.1
v1.0.0 latest
Changelog
- ArrayLists should no longer have duplicate objects
- SingleAccount objects/instances should appear in only one BankAccount ArrayList field of a User object/instance
Full Changelog: https://github.com/Synthird/object-oriented-bank-account/commits/v1.0.0