Skip to content

Commit 4b81fe5

Browse files
committed
Changelog
1 parent d54327b commit 4b81fe5

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,53 @@ This version introduces significant simplifications and standardizations. There
4646
3. **Accept data loss**: Previous database files will not be accessible
4747
4. Re-populate your database with fresh data
4848

49+
### 0.7.0
50+
#### Added
51+
- Enhanced hot reload support for better development experience
52+
- Comprehensive test suite improvements
53+
- Security enhancements for FFI operations
54+
- Improved error handling and logging
55+
56+
#### Changed
57+
- Enhanced FFI stability and performance
58+
- Better connection management
59+
- Improved memory leak prevention
60+
61+
#### Fixed
62+
- Hot reload issues with database connections
63+
- Memory leaks in FFI layer
64+
- Connection management improvements
65+
66+
### 0.6.0
67+
#### Added
68+
- Full web platform support using IndexedDB
69+
- Hot restart support for development
70+
- Cross-platform unified API
71+
72+
#### Changed
73+
- Improved platform abstraction
74+
- Enhanced web integration
75+
- Better cross-platform compatibility
76+
77+
#### Fixed
78+
- Platform-specific initialization issues
79+
- Web compatibility problems
80+
81+
### 0.5.1
82+
#### Fixed
83+
- Minor bug fixes and improvements
84+
- Enhanced stability
85+
86+
### 0.5.0
87+
#### Added
88+
- Web platform support (IndexedDB integration)
89+
- Unified API across all platforms
90+
- Enhanced cross-platform compatibility
91+
92+
#### Changed
93+
- Improved platform detection and initialization
94+
- Better error handling across platforms
95+
4996
### 0.4.1
5097
- Update description.
5198
- Improve database initialization.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_local_db
22
description: "A high-performance cross-platform local database for Flutter. Native platforms use Rust+LMDB via FFI, web uses IndexedDB for optimal performance."
3-
version: 0.6.0
3+
version: 0.8.0
44
homepage: https://github.com/JhonaCodes/flutter_local_db
55
repository: https://github.com/JhonaCodes/flutter_local_db.git
66

0 commit comments

Comments
 (0)