Skip to content

Releases: Eukon05/financetracker

Release 1.3.0

12 Feb 18:29
a30aab3

Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.3.0

Release 1.2.4

14 Jan 16:31
e27eba9

Choose a tag to compare

What's Changed

  • Fixed issues related to editing wallets by @Eukon05 in #87
  • Moved exception handling to Spring 6's ProblemDetail class by @Eukon05 in #88

Full Changelog: v1.2.3...v1.2.4

Release 1.2.3

09 Jan 20:31

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

Release 1.2.2

09 Jan 20:08

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

Release 1.2.1

30 Dec 20:56

Choose a tag to compare

What's Changed

  • Fixed failing shoud_delete_category test by @Eukon05 in #74
  • Added OAuth2 login to Swagger UI by @Eukon05 in #75

Release 1.2.0

29 Dec 11:51
fe48298

Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

Release 1.1

04 Dec 21:49
50730b8

Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1

Release 1.0

06 Oct 18:59

Choose a tag to compare

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

Full Changelog: https://github.com/Eukon05/financetracker/commits/v1.0