File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Breaking Changes
2
2
3
+ ## 5.0.0 -> 6.0.0
4
+
5
+ - Dropped explicit builds for ` netframework ` so now its only ` netstandard2.0 `
6
+ - Root ` Events ` namespace has been removed and events live in related namespaces
7
+ - ` ObservableGroup ` implementation now requires an ` ICollectionObservableGroupTracker `
8
+
9
+ ## 4.0.0 -> 5.0.0
10
+
11
+ - Large parts of the system were moved to the ` SystemsRx ` project such as
12
+ - ` ISystem `
13
+ - ` ISystemExecutor `
14
+ - ` IPool `
15
+ - Some namespace refactors that would break existing code but should be quick to fix
16
+ - EcsRx now has a dependency on ` SystemsRx ` and related projects it builds on top of
17
+
3
18
## 3.12.0 -> 4.0.0
4
19
5
20
- ` IEcsRxPlugin ` has been renamed to ` ISystemsRxPlugin ` and lives in ` SystemsRx.Infrastructure `
You can’t perform that action at this time.
0 commit comments