Releases: AY2324S2-CS2103T-W13-1/tp
Releases · AY2324S2-CS2103T-W13-1/tp
v1.4
What's Changed
- Fail gracefully upon loan storage tampering by @narwhalsilent in #186
- Remove time from being displayed in loan start and return dates by @kjw142857 in #191
- Fix message cosmetic bugs by @xiaorui-ui in #193
- Fixes #187: Fix user guide bugs found in PE-D by @Joseph31416 in #194
- Add junit test for loan class by @Joseph31416 in #195
- Update DG and images by @narwhalsilent in #197
- Add missing analytics message usage by @kjw142857 in #198
- Update analytics and active loans description in ug by @Joseph31416 in #196
- Clarify behaviour of linkloan and editloan functions by @kjw142857 in #200
- Fix bug causing urgency to return negative values by @marcus-ny in #201
- Create testcases for Analytics and DashboardData by @marcus-ny in #202
- Add test cases for loan-related commands by @kjw142857 in #205
- Updated dg by @xiaorui-ui in #206
- Write Test Cases by @xiaorui-ui in #207
- Improve UG quality and fix cosmetic issues by @kjw142857 in #208
- Add toString tests to MarkLoanCommand, UnmarkLoanCommand and DeleteLoanCommand by @kjw142857 in #209
- Fix incorrect assertions in DashboardData by @marcus-ny in #211
- Refactor GUI-related code by @marcus-ny in #210
- Tidy up DG by @narwhalsilent in #220
- Include Planned Enhancements in DG Table of Contents by @kjw142857 in #222
- Improve Javadoc comments by @kjw142857 in #221
Full Changelog: v1.3.1...v1.4
v1.4b
What's Changed
- Add tests for
JsonSerializableAddressBook
by @narwhalsilent in #223 - Add full stops for appendix in DG by @xiaorui-ui in #224
Full Changelog: v1.4...v1.4b
v1.3.1
What's Changed
- Implement defensive command access by @narwhalsilent in #111
- Update editloan command to correctly show error message for invalid values by @kjw142857 in #119
- Replace loan value types with BigDecimals by @kjw142857 in #123
- Fix behaviour of edit person in loan view by @narwhalsilent in #124
- Add Loanee Info on viewloan command by @marcus-ny in #126
- Fix stretching personList on dual panel display by @marcus-ny in #132
Full Changelog: v1.3...v1.3.1
Note: All the changes up to this point have been made strictly before the deadline of v1.3. This is corroborated by the date of the latest commit in this release.
v1.3
What's Changed
- Add view all loans command by @narwhalsilent in #81
- Add analytics command by @marcus-ny in #86
- Branch fix unique loan list bugs by @narwhalsilent in #89
- Add new flag for viewloan and merge viewloans into viewloan by @narwhalsilent in #91
- Implement editloan command by @kjw142857 in #94
- Implement Analytics GUI (Tab switching) by @marcus-ny in #95
- Update success message after a linkloan command by @kjw142857 in #102
- Create Unmarkloan Command fixes #100 by @xiaorui-ui in #101
- Implement analytics GUI (Part 2 - Piechart Display) by @marcus-ny in #99
- Implement dynamic vbox grow properties by @marcus-ny in #108
- Fix gap in GUI when
viewloan <index>
is called by @marcus-ny in #109
Full Changelog: v1.2.1...v1.3
v1.2.1
What's Changed
- Fixes #54 add isReturned field to Loan class and updated storage code to save new field by @Joseph31416 in #57
- Fixes #58 Improve loan id generation by @Joseph31416 in #59
- Add Returned Status to Loan GUI components by @marcus-ny in #63
- Add target contact at the top of viewloan interface by @marcus-ny in #62
- Fixes #71 Implement Analytics class by @Joseph31416 in #72
- Mark loan command by @xiaorui-ui in #78
Full Changelog: v1.2...v1.2.1
v1.2
What's Changed
- Add Loan class and LoanRecords class. by @Joseph31416 in #36
- Integrate LoanRecords with Person class and storage mechanism by @Joseph31416 in #38
- Add link loan command by @kjw142857 in #41
- Implement Delete Loan Command Fixes #31 and #46 by @xiaorui-ui in #40
- Add view loan command by @narwhalsilent in #42
- Improve error handling by @kjw142857 in #51
- Implement GUI for viewloan command by @marcus-ny in #53
Full Changelog: https://github.com/AY2324S2-CS2103T-W13-1/tp/commits/v1.2