Releases: Eukon05/financetracker
Releases · Eukon05/financetracker
Release 1.3.0
Release 1.2.4
What's Changed
- Fixed issues related to editing wallets by @Eukon05 in #87
- Moved exception handling to Spring 6's
ProblemDetailclass by @Eukon05 in #88
Full Changelog: v1.2.3...v1.2.4
Release 1.2.3
What's Changed
- Changed HTTP methods from PUT to PATCH by @Eukon05 in #81
- Added service interfaces by @Eukon05 in #80
Full Changelog: v1.2.2...v1.2.3
Release 1.2.2
Release 1.2.1
Release 1.2.0
Release 1.1
What's Changed
- Implemented currency wallets by @Eukon05 in #42
- Implemented automatic expired token removal. by @Eukon05 in #43
- Auth code cleanup by @Eukon05 in #49
- Rewrote all tests by @Eukon05 in #55
- Refactored email use cases (reduced them to one) by @Eukon05 in #56
- Imlemented transaction categories by @Eukon05 in #60
- Implemented admin account creation by @Eukon05 in #61
- Release 1.1 by @Eukon05 in #62
Full Changelog: v1.0...v1.1
Release 1.0
Initial release.
What's Changed
- Feature wallet creation by @Eukon05 in #1
- Removed name and surname fields from the User entity by @Eukon05 in #2
- Implemented deleting wallets by @Eukon05 in #3
- Create LICENSE.md by @Eukon05 in #5
- Implemented editing wallets by @Eukon05 in #6
- Implemented retrieving wallets by @Eukon05 in #7
- Refactored the tests by @Eukon05 in #8
- Enabled CodeQL by @Eukon05 in #9
- Implemented creating transactions by @Eukon05 in #10
- Implemented getting single wallet's details by @Eukon05 in #11
- Created a separate REST path for transactions by @Eukon05 in #12
- Implemented deleting transactions by @Eukon05 in #13
- Improved test performance by @Eukon05 in #14
- Implemented retrieving a single transaction by ID by @Eukon05 in #15
- Implemented editing transactions by @Eukon05 in #16
- Implemented retrieving transactions for wallet by @Eukon05 in #17
- Implemented retrieving wallet balance by @Eukon05 in #18
- Enabled CORS by @Eukon05 in #19
- Implemented retrieving logged in user's details by @Eukon05 in #20
- Implemented changing user's email (no integration tests included!!!) by @Eukon05 in #21
- Refactored JWT implementation by @Eukon05 in #22
- Improved exception handling by @Eukon05 in #23
- Implemented password reset and change (NO INTEGRATION TESTS INCLUDED!!!) by @Eukon05 in #24
- Refactored use case classes to reduce code repetition by @Eukon05 in #26
- Bump spring-boot-starter-parent from 2.7.3 to 2.7.4 by @dependabot in #25
- Bump testcontainers.version from 1.17.3 to 1.17.4 by @dependabot in #27
- Implemented Swagger by @Eukon05 in #28
- Reduced interactions between modules by @Eukon05 in #29
- Release 1.0 by @Eukon05 in #38
- Fixed Dockerfile to account for different names of the Jar file by @Eukon05 in #39
New Contributors
- @dependabot made their first contribution in #25
Full Changelog: https://github.com/Eukon05/financetracker/commits/v1.0