Releases: YohDeadfall/Kinetic
Releases · YohDeadfall/Kinetic
v0.5.0
What's Changed
- Fixed OrderBy for collection changes by @YohDeadfall in #143
- Added GroupBy for collections by @YohDeadfall in #144
- Added DebuggerDisplay to properties by @YohDeadfall in #146
- Added OnItemAdded and OnItemRemoved for collections by @YohDeadfall in #145
- Rethrow unhandled errors by @YohDeadfall in #149
- Added fat pointers to state machines by @YohDeadfall in #148
- Added an ability to inspect state machine chains by @YohDeadfall in #151
- Improved debugging experience for properties by @YohDeadfall in #152
- Unsubscribe observers on error by @YohDeadfall in #153
- Updated Avalonia to v11 in #158
Full Changelog: v0.4...v0.5.0
v0.4
In addition to some fixes that release brings LINQ operators for collections:
OrderBy
OrderByAsync
Select
SelectAsync
Where
WhereAsync
v0.3
Added collections and basic LINQ to make views over them.
v0.2.1
Added the Do
LINQ extension and readme.md
to the packages.