diff --git a/Directory.Build.props b/Directory.Build.props index 5beaa0a..68d339a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,11 +1,11 @@ - 0.3 + 0.4 Yoh Deadfall A lightweight implementation of the Reactive framework. observable reactive ui - Copyright 2021 © Yoh Deadfall + Copyright 2024 © Yoh Deadfall MIT https://github.com/YohDeadfall/Kinetic README.md diff --git a/README.md b/README.md index 8ce5909..c534027 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,14 @@ In contradiction to .NET and DynamicData, there are no multiple element changes Other than that Kinetic collections looks pretty similar to what the .NET ecosystem has. -For possible scenarios of making views using LINQ operators please refer to tests. Currently only `Where` and `OrderBy` are supported, but more options and operators should come to Kinetic. +For possible scenarios of making views using LINQ operators please refer to tests. Currently there are three operators with their async variants are available, but more options and operators should come to Kinetic: + +* `OrderBy` +* `OrderByAsync` +* `Select` +* `SelectAsync` +* `Where` +* `WhereAsync` ### Commands