Skip to content

Releases: PankajKumardev/Flowpay

v1.0.2

23 Nov 09:23

Choose a tag to compare

Version 1.0.1 - November 23, 2024

Summary

This release addresses key issues from version 1.0.0 and introduces Continuous Integration (CI) to automate testing and builds for smoother development workflows.

Bug Fixes

  • Fixed issue in P2PTransfer.tsx that was causing errors during peer-to-peer transactions.
  • Corrected incorrect package export in package.json that was affecting the UI module.

New Features

  • CI Implementation: Integrated Continuous Integration (CI) to automate testing and builds, improving the stability and efficiency of the development process.

Tech Stack

  • Frontend: Next.js,Tailwind
  • Backend: Prisma ORM
  • Database: PostgreSQL

Version 1.0.0 - November 23, 2024

23 Nov 06:33

Choose a tag to compare

Initial release of a full-stack digital wallet application that allows users to manage funds, track expenses, and transfer money. This version includes core features such as real-time balance updates, transaction history, and secure authentication.

Features

  • Add Funds: Transfer money securely from a bank account to the wallet.
  • Spend & Transfer: Manage payments and transfers from your wallet balance.
  • Balance Overview: View real-time wallet balance after each transaction.
  • Transaction History: Detailed log of all transactions (credit/debit).
  • Secure Authentication: Protect user data with JWT-based login.

Tech Stack

  • Frontend: Next.js, Tailwind
  • Backend: Prisma ORM
  • Database: PostgreSQL