-
v2.6.4-updated-README-file-detailed29322aec · ·
Updated the README file with detailed instructions on how to run program.
-
v2.6.3-update-to-readme-file-correct-spelling40951fd5 · ·
Update to README file, correct spelling on package name
-
-
-
-
v2.5.0-added-more-detailed-documentation40228c9a · ·
Added more details to documentation of all classes and methods, added more visibility to error messages printed in terminal.
-
-
v1.8.1-refactor-init-method7073344a · ·
Refactored init method in UserInterface class, objects are now created in TrainRegister class directly.
-
v2.3.0-added-documentation-class-methodsf2d524e8 · ·
Added documentation to classes and methods, small update on few methods for UserInterface class, methods involve using userInput methods.
-
v2.1.1-added-test-methods6208cf2f · ·
Added test methods for TrainDepartureTest class, testing toString method, testing Hashcode method.
-
v2.2.0-added-test-methods-util-test-classd6eaf0f9 · ·
Added methods for testing UtilTest class, clean up existing test classes for valid google checkstyle.
-
v2.1.0-added-methods-train-departure-testing37f2cd86 · ·
Added methods for test class TrainDepartureTest, methods check constructor and validates.
-
-
v1.9.1-added-methods-testinge249fc77 · ·
Added more methods for testing TrainRegister class, cleaned up redundant logic in method for testAddTrainDeparture.
-
v1.9.0-added-methods-test-class-train-registerd774b1d4 · ·
Added methods for test class TrainRegister, added methods for test class TrainDeparture, positive and negative track methods.
-
v1.8.0-added-sub-menu-user-interface4ef8cbe4 · ·
Added submenu to UserInterface, added methods for submenus, refactor userMenu, added variables for submenus, clean up UserInterface to be more userfriendly, refactor Util methods to follow google checkstyle, changed from public to private on variables.
-
v1.7.0-added-method-remove-all-trainsdbcf1b4b · ·
Added method to remove all trains, added method in TrainRegister to add removed trains to expired list, added 2 more object variables, clean up on UserInterface.
-
v1.6.0-added-method-validation6123b262 · ·
Added method validation for AddTrain method, cleaned up UserInterface.
-
v1.5.0-added-methods-user-interface-train-register978c51e3 · ·
Added methods in TrainRegister for showing list over expired trains, updated methods to allign with expired train table, added method in UserInterface to show expired list.
-
v1.2.8d5bccfea · ·
Bug fix on toString in TrainDeparture class, delay is now placed correct in the correct column if track is not present in a train, update to REGEX variable, user no longer needs to set track in certain format, bug fix on clock method which prompted user to enter twice, update on addTrack method.