formatted changelog

This commit is contained in:
Sergey Penkovsky
2025-05-16 12:52:59 +03:00
parent e2562d22bb
commit 33c97bdf34

View File

@@ -1,58 +1,44 @@
## 2.0.2
- **FIX**: support passing params when resolving dependency recursively in parent scope.
- **FIX**: support passing params when resolving dependency recursively in parent scope.
## 2.0.1
- **FIX**: fix warning.
- **FIX**: fix warning.
## 2.0.0
- **FEAT**: support for Dart 3.0.
## 1.1.0
- **FEAT**: verified Dart 3.0 support.
# Changelog
## 1.0.4
- **FIX**: Fixed exception "ConcurrentModificationError".
2.0.0 supported Dart 3.0
## 1.0.3
- **FEAT**: Added provider with params.
---
## 1.0.2
- **DOCS**: Updated docs and fixed syntax error.
1.1.0 cheked support Dart 3.0
## 1.0.1
- **FIX**: Fixed syntax error.
---
## 1.0.0
- **REFACTOR**: Refactored code and added experimental API.
1.0.4 Fixed exception "ConcurrentModificationError"
## 0.1.2+1
- **FIX**: Fixed initialization error.
---
## 0.1.2
- **FIX**: Fixed warnings in code.
1.0.3 Added provider with params
## 0.1.1+2
- **MAINT**: Updated libraries and fixed warnings.
---
## 0.1.1+1
- **MAINT**: Updated pubspec and readme.md.
1.0.2 Updated doc and fixed syntax error
## 0.1.1
- **MAINT**: Updated pubspec.
---
1.0.1 Fixed syntax error
---
1.0.0 Refactored code and added experimental api
---
0.1.2+1 Fixed initializtaion error
---
0.1.2 Fixed warnings in code
---
0.1.1+2 Updated libraries and fixed warnings
---
0.1.1+1 Updated pubspec and readme.md
---
0.1.1 Updated pubspec
---
0.1.0 Initial release
---
## 0.1.0
- **INIT**: Initial release.