lib-v1.0.0-preview.4
Pre-release
Pre-release
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
AnyCharandAnyStringrenameLowerCase()/UpperCase()toInLowerCase()/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:
WithMaxLengthandWithMaxCountwere 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.