Skip to content

lib-v1.0.0-preview.4

Pre-release
Pre-release

Choose a tag to compare

1.0.0-preview.4 — August 24, 2026

A rename that reads better, and a size ceiling analyzer and library now agree on.

⚠️ Breaking changes

  • AnyChar and AnyString rename LowerCase()/UpperCase() to InLowerCase()/InUpperCase() — the bare names read like a state change, not a quality of the drawn value. No behaviour changes; only the two names do.

🐛 Bug Fixes

  • JD014 now reports a size ceiling above the producible cap: WithMaxLength and WithMaxCount were declared uncapped while the library caps them, so a call the analyzer blessed could be refused at run time with nothing between the two to say so.