What’s new in EzyPlatform 0.9.7?

A summary of notable improvements and updates in this release.
  1. Added pagination classes for UserKeyword
    Provides clearer pagination support based on UserKeyword,making it easier to extend and reuse across query flows.
  2. Added update notes when a new Windows version is available
    Improves the update experience by adding guidance and context soWindows users know when an update is required and how to proceed.
  3. Use isWhitespace instead of manual character checks
    Previously:ch != ' ' && ch != 't' && ch != 'n'
    Now: using isWhitespace for better clarity,standardization, and maintainability.