We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc91635 commit dc5339dCopy full SHA for dc5339d
1 file changed
CHANGELOG.md
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [0.9.0] - 2024-08-10
8
9
+- Updated interfaces and classes related to data services, enhancing modularity and improving version handling.
10
+- Added classes for Git commands, version management, and random number generation.
11
+
12
**Changed**:
13
+- Restructured the data service interfaces, consolidating functionality into a single IDataService interface and removing unnecessary interfaces.
14
+- Changed AddData to AddOrReplaceData in the DataService implementation.
15
+- Removed the isLocal state from data handling.
16
17
## [0.8.1] - 2023-08-27
18
0 commit comments