v3.0.0.7529 [RzR] 19-05-2026
- [DEV] - (RzR) -> Added configurable trailing-space handling during truncation, allowing preserve-space or trim-end behavior before suffixing.
- [DEV] - (RzR) -> Propagated trim-end control through interceptor and fluent overloads, with global and per-property option support.
- [DEV] - (RzR) -> Expanded policy flow with fail-fast throw behavior and richer trim context via a typed max-length exception.
- [DEV] - (RzR) -> Hardened edge-case coverage for tiny max lengths, start/end truncation, whitespace preservation, and null-entity guards.
- [DEV] - (RzR) -> Extended benchmark coverage for option-heavy processing and metadata cache warm/cold/concurrent scenarios.
v2.0.0.5778 [RzR] 21-04-2026
- [2b50993] (RzR) -> Adapt with small validation in
ApplyStringMaxAllowedLength. - [eb37829] (RzR) -> Add property cacher.
- [6614844] (RzR) -> Adapt
EntityPropChangeEventBase.SetContent - [94d1ad9] (RzR) -> Adapt code for TrimPolicy.Throw
- [4e0ddd7] (RzR) -> Change the namespace to
RzR.Extensions.EntityLength.
v1.3.2.5621 [RzR] 04-12-2025
- [fef303e] (RzR) -> Upgrade deprecated package version.
v1.3.1.5535 [RzR] 04-12-2025
- [66989b8] (RzR) -> Auto commit uncommited files
- [229c8ea] (RzR) -> Upgrade deprecated package version.
v1.3.0.8142 [RzR] 02-12-2025
- [29782c9] (RzR) -> Auto commit uncommited files
- [b58d384] (RzR) -> Add new interceptor method based on trim options.
v1.2.0.6745 [RzR] 25-08-2025
- [f96dfff] (RzR) -> Reorganize the changlelog file.
- [16a0796] (RzR) -> Adjust the documentation/using file.
- [4d98d87] (RzR) -> Add new scripts for version and changelog build.
- [820162a] (RzR) -> Adjust the ignore file list.
- [184aba7] (RzR) -> Add new param (optional) for string truncate.
-> Add small adjustments and fixes;
-> Small core reorganization;
-> Parameters rename;
-> Update the packages reference version;
-> Add methods to set content SetContent with internal property changed event;
-> Add internal extension.
-> Add own implementation EntityPropChangeEventBase for INotifyPropertyChanged .
-> Fix wrong modification.
-> Update lib version.
-> Add option to sign the new version of the files.
-> Add fluent extensions to access available methods for save save string properties.
-> Reorganize some classes in the project.
-> Add validation on ctor attribute input param.
-> Change List to IReadOnlyCollection and IEnumerable.
-> Add few tests.
-> Adjust usage.
-> Parse only one property from entity.
-> Support for net45, netstandard1.5, netstandard2.1.
-> Small code adjustments.