Releases: YohDeadfall/Kinetic
Releases · YohDeadfall/Kinetic
v0.6.0
Features
- Added an option to use a property as an observer by @YohDeadfall in #160
- Added WPF support by @YohDeadfall in #184
- Added property changing hooks by @YohDeadfall in #186
- Implemented
CollectionChangedfor collection types by @YohDeadfall in #216 - Stack allocated operators by @YohDeadfall in #209
- Implemented
FromAsyncfactory by @YohDeadfall in #229 - Observable creation from a generator by @YohDeadfall in #230
- Added
FromRangeto Observable by @YohDeadfall in #232 - Added
Neverobservable by @YohDeadfall in #235 - Added
Returnobservable by @YohDeadfall in #237 - Added
WhenAnyValueby @YohDeadfall in #240
Fixes
- Fixed extension names to follow the guideline by @YohDeadfall in #181
- Validate that property belongs to the current object by @YohDeadfall in #183
- Applied auto layout kind to structs by @YohDeadfall in #220
- Fixed dispose before async completion by @YohDeadfall in #234
- Added layout attributes to
Neverby @YohDeadfall in #236
Refactoring
- Removed
SubscribefromReadOnlyObservableListby @YohDeadfall in #169 - Documentation for basic types by @YohDeadfall in #170
- Moved list types to own files by @YohDeadfall in #171
- Shared solution for Windows and non-Windows platforms by @YohDeadfall in #185
Full Changelog: v0.5.0...v0.6.0
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:
OrderByOrderByAsyncSelectSelectAsyncWhereWhereAsync
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.