You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeZone in Formatting Scopes: Expanded all formatting scopes (e.g. DateFormatScope, DateTimeFormatScope, etc.) to implement TimeZonedFormatScope. The current TimeZone is now directly accessible inside formatting scopes, allowing context-dependent formatting evaluations (such as converting Clock.System.now() to LocalDateTime directly inside a formatting builder block for conditional layouts).
Formatting DSL Builder Context: Propagated context parameters (AppLocale and TimeZone) into formatting DSL builder blocks. This enables calling context-aware functions (like .toLocalDateTime()) directly within the formatting builder lambdas.
π Documentation & Demos
KDoc Improvements: Updated KDoc formatting examples in the context module to correctly reflect the dependency on the TimeZone context.
βοΈ Under the Hood / Maintenance
Build Configuration: Configured a descriptive publicationName for NMCP (Nexus Publish) aggregation to improve the build and publishing pipeline.