What’s new in EzyPlatform 0.9.7?
A summary of notable improvements and updates in this release.
- Added pagination classes for UserKeywordProvides clearer pagination support based on UserKeyword,making it easier to extend and reuse across query flows.
- Added update notes when a new Windows version is availableImproves the update experience by adding guidance and context soWindows users know when an update is required and how to proceed.
- Use
isWhitespaceinstead of manual character checksPreviously:ch != ' ' && ch != 't' && ch != 'n'
Now: usingisWhitespacefor better clarity,standardization, and maintainability.