Skip to content

Commit 42b5455

Browse files
committed
Version 0.4
1 parent 7b65f93 commit 42b5455

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.3</Version>
3+
<Version>0.4</Version>
44
<Authors>Yoh Deadfall</Authors>
55
<Description>A lightweight implementation of the Reactive framework.</Description>
66
<PackageTags>observable reactive ui</PackageTags>
77

8-
<Copyright>Copyright 2021 © Yoh Deadfall</Copyright>
8+
<Copyright>Copyright 2024 © Yoh Deadfall</Copyright>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://github.com/YohDeadfall/Kinetic</PackageProjectUrl>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ In contradiction to .NET and DynamicData, there are no multiple element changes
4444

4545
Other than that Kinetic collections looks pretty similar to what the .NET ecosystem has.
4646

47-
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.
47+
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:
48+
49+
* `OrderBy`
50+
* `OrderByAsync`
51+
* `Select`
52+
* `SelectAsync`
53+
* `Where`
54+
* `WhereAsync`
4855

4956
### Commands
5057

0 commit comments

Comments
 (0)