File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to the Engine Tracking library will be documented in this fi
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.1] - 2025-01-23
9+
10+ ### Changed
11+ - Improved README.md structure and organization
12+ - Removed duplicate content and explanations
13+ - Enhanced documentation clarity for better developer experience
14+ - Optimized Mermaid diagrams for better readability
15+ - Consolidated examples and usage patterns
16+
17+ ### Documentation
18+ - Restructured README.md with better progressive disclosure
19+ - Improved Quick Start section for faster onboarding
20+ - Enhanced architecture overview with clearer diagrams
21+ - Better organization of usage examples and configuration options
22+ - Streamlined installation and setup instructions
23+
824## [ 1.5.0] - 2025-01-23
925
1026### Added
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
1919
2020``` yaml
2121dependencies :
22- engine_tracking : ^1.5.0
22+ engine_tracking : ^1.5.1
2323` ` `
2424
2525Initialize the library:
@@ -248,7 +248,7 @@ Add to your `pubspec.yaml`:
248248
249249``` yaml
250250dependencies :
251- engine_tracking : ^1.5.0
251+ engine_tracking : ^1.5.1
252252` ` `
253253
254254Run:
Original file line number Diff line number Diff line change 11name : engine_tracking
22description : Plugin Flutter para tracking, analytics, crashlytics e logs do Engine Framework
3- version : 1.5.0
3+ version : 1.5.1
44homepage : https://stmr.tech
55repository : https://github.com/moreirawebmaster/engine-tracking
66issue_tracker : https://github.com/moreirawebmaster/engine-tracking/issues
You can’t perform that action at this time.
0 commit comments