Skip to content

Releases: jiniannet/jntemplate

v2.4.4

Choose a tag to compare

@jiniannet jiniannet released this 22 Nov 09:25
  • 细节优化
  • 增加 .NET 10.0支持

v2.4.3

Choose a tag to compare

@jiniannet jiniannet released this 21 May 14:02
  • 增加文件监控功能
  • 修复已知BUG
  • 增加 .NET 9.0支持

v2.4.2

Choose a tag to compare

@jiniannet jiniannet released this 05 Dec 13:58
  • 修复decimal 逻辑运算异常的问题
  • 修复输出模式为自动时各别格式不对的问题
  • 增加.net 8.0 的支持
  • 其它优化

v2.4.1

Choose a tag to compare

@jiniannet jiniannet released this 05 Dec 13:56
  • 修复已知BUG
  • 调整了自定义标签接口
  • 优化了匿名对象的支持
  • 优化了参数的智能判断
  • 其它功能代码优化

v2.3.3

Choose a tag to compare

@jiniannet jiniannet released this 29 Jan 12:38
5ab8e94

-fix bugs

v2.3.2

Choose a tag to compare

@jiniannet jiniannet released this 04 Nov 12:37
5ab8e94

-fix bugs

v2.3.1

Choose a tag to compare

@jiniannet jiniannet released this 13 Sep 14:57
  • optimized methods
  • support .net framework 2.0 / .net framework 3.5
  • fix bugs

v2.3.0

Choose a tag to compare

@jiniannet jiniannet released this 20 May 07:08
  • Support for defining simple arrays in templates
  • Fixed an issue where individual method calls would throw exceptions under .NET 6.0
  • Adjusted the switching method between the compilation engine and the interpretation engine, and optimized the asynchronous support
  • bug fixes

v2.2.5

Choose a tag to compare

@jiniannet jiniannet released this 08 Dec 08:52
  • Optimize the dynamic access of interpretation engine
  • Optimized asynchronous function support
  • Optimize the template cache, allow to disable the cache of compilation results when debugging
  • Optimize DataTable support
  • You can simplify template calling through Engine.Parse
  • .NET6.0 support
  • Other known (feedback) problem fixes

v2.2.3

Choose a tag to compare

@jiniannet jiniannet released this 27 Oct 14:26
  • Optimize the dynamic access of interpretation engine
  • Optimized asynchronous function support
  • Optimize template caching, allow to disable caching (use with caution)
  • Optimize DataTable support
  • Fix other known issues