Releases: arunkpatra/expense-tracker
Made tests independent
Enabled automatic rollback of all transactions performed by a single test. Thus, tests are not linked anymore with each other wrt to the transactions they perform with the db. Although the previous release had no test failures, it is possible that future tests would fail or would fail after refactoring due to the fact that individual tests were not rolling back their transactions.
Critical Bug Fixes
Fixed a db connection issue with MySQL databases
Bug Fixes
Contains bug fixes from 2.0.
Redesign
This is a major UI overhaul. The core functionality remains same as the last major release (1.0.0). The UI now is responsive and enables one to use the app from mobile browsers and tablets.
Initial GA release of Expense Tracker
This release contains most of the functionality that I had in mind when I started the project. Feature requests are welcome.