What's Changed
- Bump form-data by @dependabot[bot] in #41
- Bump sweetalert2 from 11.17.2 to 11.22.4 by @dependabot[bot] in #42
- Bump tmp and inquirer by @dependabot[bot] in #43
- Bump on-headers, morgan and compression by @dependabot[bot] in #44
- Revert "Bump on-headers, morgan and compression" by @UjjwalSaini07 in #46
- Revert "Bump tmp and inquirer" by @UjjwalSaini07 in #47
- Revert "Bump sweetalert2 from 11.17.2 to 11.22.4" by @UjjwalSaini07 in #48
- Revert "Bump form-data" by @UjjwalSaini07 in #49
- Release 2 File Change and Enhancements Batch-1 by @UjjwalSaini07 in #45
- Bump esbuild from 0.16.17 to 0.25.0 in /Frontend by @dependabot[bot] in #50
- Bump esbuild from 0.21.5 to 0.25.9 in /Frontend by @dependabot[bot] in #51
- Release 2 File Change and Enhancements Batch-2 by @UjjwalSaini07 in #52
π Overview
This release marks the major v2.0 upgrade of Invest IQ, focusing on modernized dependency management, improved containerization, enhanced workflows, and expanded developer tooling.
The transition from npm β pnpm, new Docker/Nginx setup, and workflow APIs ensure greater performance, maintainability, and scalability.
β¨ Grouped Features & Changes
π¨ Frontend & UI/UX
- e5a904c (2025-09-07) β Added
chart.jsdependency for advanced charting - ad31235 (2025-09-09) β Updated ToastContainer config and meta tags
- e77bf24 (2025-09-09) β Removed redundant ToastContainer components
- 25daba5 (2025-09-08) β Added
LayoutMetaDatacomponent and metadata.json
βοΈ Dependency & Package Management
- 99c3747 (2025-09-07) β Switched to pnpm and updated requirements files
- e8f642f (2025-09-07) β Added pnpm lockfile for dependency management
- de7334d (2025-09-07) β Updated package name to
workflows - e51df0a (2025-09-08) β Finalized switch from npm β pnpm
- Dependabot bumps reverted (9ac9d09, 89952af, 1ca93db, f2e3cf4) to maintain stability
π¦ DevOps, CI/CD & Infrastructure
- f046cab (2025-09-07) β Moved Action workflows into
workflows/directory - 20ce845 (2025-09-07) β Updated workflows to use pnpm and new structure
- 27434b8 (2025-09-08) β Added CODEOWNERS documentation
- 0c42098 (2025-09-08) β Added Dependabot configuration
π³ Docker & Deployment
- 49796ed (2025-09-07) β Updated license year & frontend Docker context
- e835a6c (2025-09-08) β Enhanced docker-compose with networks, healthchecks & labels
- 50c1b93 (2025-09-08) β Added Docker Compose files for dev & prod environments
- 66feb60 (2025-09-08) β Added Nginx Dockerfile and removed legacy docker-compose.yml
- e039c60 (2025-09-08) β Added NGINX config and startup script
- 69804de (2025-09-08) β Added Dockerfile for workflows build/runtime
π₯οΈ Backend & APIs
- e758ec9 (2025-09-08) β Added Express server with workflow API endpoints
- 765c092 (2025-09-08) β Added Express 5 and types to dependencies
- 8b38f3a (2025-09-08) β Added Firebase config and hello function with CORS
- d8dbdab (2025-09-09) β Updated email sender config & added Resend dependency
π Documentation & Project Metadata
- 2519149 (2025-09-08) β Updated project metadata and version β 2.0.0
- 60410bc (2025-09-08) β Updated
package.jsonmetadata for functions/workflows - 6d0529a (2025-09-08) β Added ReleaseV1.0_commits.txt
- f12c711 (2025-09-08) β Added release notes for v1.0
- affe8a7 (2025-09-08) β Added release notes for v1.1 and v1.2
- c15fcdd (2025-09-08) β Added ReleaseV2.0.md with git log commands
- 6141585 (2025-09-09) β Revised README for clarity & feature updates
- 838052a (2025-09-09) β Revised README for installation & Docker setup
- d40e2ea (2025-09-08) β Cleaned README formatting
π Miscellaneous Enhancements
- c99cca1 (2025-09-08) β Removed unused funding provider placeholders
- a953cc6 (2025-09-08) β Revamped and expanded GitHub issue templates
- 47767e7 (2025-09-08) β Updated .dockerignore & enhanced SECURITY.md
- d679a8b (2025-09-09) β Added contributor badge
π Notable Commits & Tags
| Commit ID | Date | Description |
|---|---|---|
| 2519149 | 2025-09-08 | Updated project metadata and version β 2.0.0 |
| e758ec9 | 2025-09-08 | Added Express server with workflow API endpoints |
| e835a6c | 2025-09-08 | Enhanced docker-compose with networks & labels |
| 99c3747 | 2025-09-07 | Switched to pnpm and updated requirements |
| e5a904c | 2025-09-07 | Added chart.js dependency to frontend |
| 6141585 | 2025-09-09 | Revised README for clarity & feature updates |
β Final Notes
Version v2.0 is a major milestone for Invest IQ.
It introduces pnpm, improves Dockerized deployments, adds Express APIs, and strengthens workflow automation.
This release lays the groundwork for future integrations, scalable architecture, and production readiness.
Full Changelog: v1.0.2...v2.0.0