Releases: AY2324S2-CS2113-W13-1/tp
Releases · AY2324S2-CS2113-W13-1/tp
v2.1
Final Version of AeroCade!
What's Changed
- Update DG for Ui Implementation by @JackieNeoCEG in #82
- update UG to include tutorial by @JackieNeoCEG in #83
- Fix runtest.bat infinite loop error by @JackieNeoCEG in #84
- fix some TTT related issues from PE-D by @ttasnim5 in #136
- fixes some bugs related to input cleaning and validation by @ttasnim5 in #137
- gradle check by @ttasnim5 in #138
- further validates hamngam categories + does not allow empty inputs fo… by @ttasnim5 in #139
- tahsin's PPP draft 1 by @ttasnim5 in #141
- Fix Timer Tutorial inputs and edit Authorship edits for RepoSense by @JackieNeoCEG in #140
- added own PP and edited UG by @YoengKokLeong in #143
- Rename YoengKokLeong.md to yoengkokleong.md by @YoengKokLeong in #144
- edited class assertion by @YoengKokLeong in #145
- Big merge by @nicknamenic in #147
- Update Jackie's PPP by @JackieNeoCEG in #148
- Logging, assertions, and test codes done for Ui Component by @JackieNeoCEG in #150
- updated uml diagrams for parser with v2.1 in mind by @ttasnim5 in #152
- Add PPP for self by @nigelheng in #153
- allow quitting while picking hangman category by @ttasnim5 in #154
- Improved TTT functionality by @nicknamenic in #155
- fixed stats bugs by @YoengKokLeong in #158
- Fixed bug where non-english alphabets were accepted as hangman inputs by @nigelheng in #159
- added other stats to 'stats' features by @YoengKokLeong in #160
- added draw stat to 'stats' features by @YoengKokLeong in #161
- makes the UG more comprehensive and visual by @ttasnim5 in #157
- Refactored the whole Ui component (Ui, Render, TimerTutorial), bug fix for input in while loop for displaying tutorial, add Logging and update DG and PPP by @JackieNeoCEG in #162
- Package the Ui Component for easy debugging by @JackieNeoCEG in #163
- edited UG and DG by @YoengKokLeong in #164
- updated UG by @YoengKokLeong in #165
- updated documentation for Game and subclasses by @YoengKokLeong in #166
- More documentation, fix gradle bugs by @JackieNeoCEG in #168
- More Documentation by @JackieNeoCEG in #169
- Github pages please by @JackieNeoCEG in #170
- githubpages why by @JackieNeoCEG in #171
- For githubpages again by @JackieNeoCEG in #172
- Add Java Docs for Hangman by @nigelheng in #173
- SLAP Ui component for Code Quality by @JackieNeoCEG in #174
- Not sure what i did but somehow merge conflict resolved itself by @JackieNeoCEG in #175
- Fixed bug where program exits when inputting quit while selecting category by @nigelheng in #176
- More Documentation by @JackieNeoCEG in #177
- tahsin's documentation by @ttasnim5 in #178
- Included user feedback and amended UG by @nicknamenic in #179
- Edited my PPP a bit by @nicknamenic in #180
- update DG about storage class by @ttasnim5 in #181
- Yet more documentation by @JackieNeoCEG in #182
- updated PPP by @YoengKokLeong in #183
- Small edit on DG by @JackieNeoCEG in #184
- Added instructions for manual testing by @nicknamenic in #185
- updated DG with user stories, glossary, and sequence diagram by @ttasnim5 in #187
- More minor changes by @JackieNeoCEG in #186
Full Changelog: v2.0...v2.1
v2.0
v1.0
implements basic Tic Tac Toe and Hangman games, with options to read a help menu and quit.
What's Changed
- Added name by @YoengKokLeong in #2
- Changed Line 4 by @nicknamenic in #4
- try # 302 by @ttasnim5 in #6
- Fix and update Readme by @JackieNeoCEG in #7
- Add name and Github by @JackieNeoCEG in #5
- Add Github username by @nigelheng in #8
- adds basic parser class by @ttasnim5 in #9
- Created TicTacToe class by @nicknamenic in #10
- add parser class by @ttasnim5 in #12
- Added Game class by @YoengKokLeong in #13
- Add UI logo and potential greet/byes by @JackieNeoCEG in #14
- Package everything into seedu, edit to Gradle CheckStyle, fix runtest.bat ACTUAL and EXPECTED.txts by @JackieNeoCEG in #16
- Added Game JUnit test by @YoengKokLeong in #17
- Adds JUnit testing to Parser class by @ttasnim5 in #19
- Created JUnit Test by @nicknamenic in #21
- edited parent Game class and child class TicTacToe by @YoengKokLeong in #22
- Add Hangman Class by @nigelheng in #23
- adds main driver while loop in duke + updates parser class to throw exceptions upon invalid inputs by @ttasnim5 in #24
- accounts for null input in ifQuit and ifHelp by @ttasnim5 in #30
- Try Number 3 v1.0 Final Increment by @nicknamenic in #31
- accounts for some null pointers and separates help and readGame from the same iteration by @ttasnim5 in #32
- Add HangMan Functionality by @nigelheng in #33
- Fix errors by @JackieNeoCEG in #35
- update while loop by @ttasnim5 in #34
- Hangman ? by @JackieNeoCEG in #36
- Increment Number 4 for Tic Tac Toe Class to fulfill v1.0 by @nicknamenic in #37
- Fixed bugs preventing HangMan from running by @nigelheng in #38
- last minute updates, fixes minor issues by @ttasnim5 in #39
- Fix Gradle and runtest.bat tests by @JackieNeoCEG in #40
New Contributors
- @YoengKokLeong made their first contribution in #2
- @nicknamenic made their first contribution in #4
- @ttasnim5 made their first contribution in #6
- @JackieNeoCEG made their first contribution in #7
- @nigelheng made their first contribution in #8
Full Changelog: https://github.com/AY2324S2-CS2113-W13-1/tp/commits/v1.0