Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.7 KB

File metadata and controls

31 lines (27 loc) · 1.7 KB

v2.1.0.4942 [RzR] 28-10-2025

  • [d6fb76f] (RzR) -> Auto commit uncommited files
  • [74ebbfa] (RzR) -> Fix project name in scripts.
  • [92206fc] (RzR) -> Add script generation and adjust docs.
  • [859d865] (RzR) -> Add new export methods from DataTable and DataSet.
  • [0e37bee] (RzR) -> Add max row limit per sheet implementation.
  • [b6dbce2] (RzR) -> Add max row limit per sheet configure option.
  • [e2e3cfb] (RzR) -> Reorganize methods and add new method.
  • [d964bc5] (RzR) -> Rename internal extension methods.

v2.0.0.0

-> Add template generation based on user defined configuration (fields and validations) GenerateTemplateAsync and GenerateTemplate;
-> Add custom user defined fields on template generation based on class type (GenerateTemplate/Async<T>);
-> Remove cast to int on data validation attribute;
-> Add new test to verify data validation on DATE buid;
-> Adjust cell data validation build flow. Add/adjust DATE format on validation;
-> Adjust store and data format to use custom defined;
-> Add custom numbering formats;
-> Upgrade reference package version: AggregatedGenericResultMessage, DocumentFormat.OpenXml, DomainCommonExtensions.

v1.2.0.0

-> Upgrade reference package version: AggregatedGenericResultMessage, DocumentFormat.OpenXml, DomainCommonExtensions.

v1.1.1.6701

-> Update reference package version, fixing CVE (CVE-2024-43485);

v1.1.0.0

-> Add template generation;
-> Add attribute with column validation on generate template and complete it;
-> Small code clean and fixes;
-> Upgrade reference libraries.