Skip to content

Releases: Synthird/object-oriented-bank-account

v1.1.0

19 Aug 19:04
c7f52dd

Choose a tag to compare

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

18 Jun 03:35
79a5cbb

Choose a tag to compare

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

19 Apr 21:19
aedecfa

Choose a tag to compare

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