Skip to content

Commit 164943d

Browse files
committed
Added breaking changes blurb
1 parent e097a29 commit 164943d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/breaking-changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Breaking Changes
22

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+
318
## 3.12.0 -> 4.0.0
419

520
- `IEcsRxPlugin` has been renamed to `ISystemsRxPlugin` and lives in `SystemsRx.Infrastructure`

0 commit comments

Comments
 (0)