Skip to content

Commit d5e2084

Browse files
adjust docs.
1 parent c052f4f commit d5e2084

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to the Engine Tracking library will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
1919

2020
```yaml
2121
dependencies:
22-
engine_tracking: ^1.5.0
22+
engine_tracking: ^1.5.1
2323
```
2424
2525
Initialize the library:
@@ -248,7 +248,7 @@ Add to your `pubspec.yaml`:
248248

249249
```yaml
250250
dependencies:
251-
engine_tracking: ^1.5.0
251+
engine_tracking: ^1.5.1
252252
```
253253
254254
Run:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: engine_tracking
22
description: Plugin Flutter para tracking, analytics, crashlytics e logs do Engine Framework
3-
version: 1.5.0
3+
version: 1.5.1
44
homepage: https://stmr.tech
55
repository: https://github.com/moreirawebmaster/engine-tracking
66
issue_tracker: https://github.com/moreirawebmaster/engine-tracking/issues

0 commit comments

Comments
 (0)