Skip to content

Releases: jiniannet/jntemplate

v2.4.2

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

v2.4.1

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

v2.3.3

29 Jan 12:38
5ab8e94
Compare
Choose a tag to compare

-fix bugs

v2.3.2

04 Nov 12:37
5ab8e94
Compare
Choose a tag to compare

-fix bugs

v2.3.1

13 Sep 14:57
Compare
Choose a tag to compare
  • optimized methods
  • support .net framework 2.0 / .net framework 3.5
  • fix bugs

v2.3.0

20 May 07:08
Compare
Choose a tag to compare
  • 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

08 Dec 08:52
Compare
Choose a tag to compare
  • 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

27 Oct 14:26
Compare
Choose a tag to compare
  • 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

v2.2.2

26 Jul 13:50
Compare
Choose a tag to compare
  • 增加匿名对象的支持
  • 配置调整,移除过期配置
  • 功能优化

v2.2.1

26 Jul 12:13
Compare
Choose a tag to compare
  • 增加匿名对象的支持
  • 优化