Riverpod updated to 3.2+ (Dart 3.7+), deployment platform set to TBD, riverpod_generator updated to ^4.0.2.
22 lines
647 B
Markdown
22 lines
647 B
Markdown
# changelog
|
|
|
|
All notable changes to IdeaForge.
|
|
|
|
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Initial project scaffold
|
|
- Project documentation (readme, CLAUDE.md, changelog)
|
|
- Backend and frontend directory structure
|
|
- Implementation plan with architecture, API design, and phased build order
|
|
|
|
### Changed
|
|
|
|
- Updated Riverpod to 3.2+ (flutter_riverpod ^3.2.0, riverpod_annotation ^4.0.1)
|
|
- Updated Dart minimum to 3.7+ (required by Riverpod 3.2.0)
|
|
- Set deployment platform to TBD (decided at deployment time)
|