What's new in EzyPlatform 1.1.9?
This release focuses on upgrading core platform dependencies and improving consistency across utility methods in the common SDK.
- Upgraded core platform dependenciesUpdated key platform dependencies to align with the latest fixes and improvements.
ezyfox-serverwas upgraded from1.3.1.1to1.3.1.2, andgame-boxwas upgraded from1.2.7to1.2.8. - Improved number-conversion utility in the common SDKThe method
Numbers.toLongOrZeroFromObject(Object value)inezyplatform-common-sdkhas been converted into a static utility method. It can now be called directly asNumbers.toLongOrZeroFromObject(value), providing a more consistent experience with other utility methods in theNumbersclass. The method retains its existing behavior, supporting conversion fromNumber,BigInteger,BigDecimal, and positive or negative numeric strings tolong, while returning0Lfornull, empty strings, or values that cannot be parsed.