Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 3.2 KB

File metadata and controls

72 lines (56 loc) · 3.2 KB

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.

1.1.0.0

-> Add small adjustments and fixes;
-> Small core reorganization;
-> Parameters rename;
-> Update the packages reference version;

1.0.10.3531

-> Add methods to set content SetContent with internal property changed event;

1.0.9.5667

-> Add internal extension.
-> Add own implementation EntityPropChangeEventBase for INotifyPropertyChanged .

1.0.8.2220

-> Fix wrong modification.

1.0.7.2114

-> Update lib version.
-> Add option to sign the new version of the files.

1.0.6.2158

-> Add fluent extensions to access available methods for save save string properties.
-> Reorganize some classes in the project.

1.0.5.0555

-> Add validation on ctor attribute input param.

1.0.4.1134

-> Change List to IReadOnlyCollection and IEnumerable.
-> Add few tests.
-> Adjust usage.

v.1.0.3.1800

-> Parse only one property from entity.

v.1.0.2.2008

-> Support for net45, netstandard1.5, netstandard2.1.

v.1.0.1.0644

-> Small code adjustments.