You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed unnecessary IDataLoader, IDataSaver interfaces and moved alfunctionalityty into a IDataServices
Changed AddData to AddOrReplaceData in order to allowthe automatic replacemente of data into the project
Removed isLocal state from data because data is always local for the purpose of this service
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,46 @@ All notable changes to this package will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.9.0] - 2024-08-10
8
+
9
+
**Changed**:
10
+
11
+
## [0.8.1] - 2023-08-27
12
+
13
+
- Added GitEditorProcess class to run Git commands as processes, enabling checks for valid Git repositories, retrieving current branch names, commit hashes, and diffs from given commits.
14
+
- Introduced VersionEditorUtils class for managing application versioning. This includes setting and saving the internal version before building, loading version data from disk, and generating an internal version suffix based on Git information and build settings.
15
+
16
+
**Changed**:
17
+
- Enhanced IInstaller interface with new methods for binding multiple type interfaces to a single instance, improving modularity and code organization.
18
+
19
+
## [0.8.0] - 2023-08-05
20
+
21
+
- Introduced MainInstaller, a singleton class for managing instances in the project.
22
+
- Added RngService for generating and managing random numbers.
23
+
- Implemented VersionServices to manage application version, including asynchronous loading of version data and comparison of version strings.
24
+
25
+
## [0.7.1] - 2023-07-28
26
+
27
+
**Fixed**:
28
+
- Compilation errors in various test files and the PoolService class have been fixed.
29
+
30
+
**Changed**:
31
+
- Tests have been moved to proper folders, and the package number has been updated.
32
+
- An unused namespace import has been removed from the InstallerTest class.
33
+
34
+
## [0.7.0] - 2023-07-28
35
+
36
+
- Introduced a code review process using GitHub Actions workflow.
37
+
- Added IInstaller interface and Installer implementation for binding and resolving instances.
38
+
- Updated namespaces, removed unused code, and modified method calls in test classes.
39
+
40
+
**Changed**:
41
+
- Removed dependency on ICommandNetworkService and SendCommand method in CommandService.
42
+
- Updated IDataService interface and DataService class to handle local and online data saving.
43
+
- Improved readability of MessageBrokerService class by using var for type inference.
44
+
- Removed unused network service related interfaces, classes, and methods.
45
+
- Modified calculation of overFlow in TickService to check for zero DeltaTime.
46
+
7
47
## [0.6.2] - 2020-09-10
8
48
9
49
- Made *NetworkService* abstract and removed *INetworkService* to make easier to work with
0 commit comments