Releases: jiniannet/jntemplate
Releases · jiniannet/jntemplate
v2.4.4
Compare
Sorry, something went wrong.
No results found
v2.4.3
Compare
Sorry, something went wrong.
No results found
增加文件监控功能
修复已知BUG
增加 .NET 9.0支持
v2.4.2
Compare
Sorry, something went wrong.
No results found
修复decimal 逻辑运算异常的问题
修复输出模式为自动时各别格式不对的问题
增加.net 8.0 的支持
其它优化
v2.4.1
Compare
Sorry, something went wrong.
No results found
修复已知BUG
调整了自定义标签接口
优化了匿名对象的支持
优化了参数的智能判断
其它功能代码优化
v2.3.3
Compare
Sorry, something went wrong.
No results found
v2.3.2
Compare
Sorry, something went wrong.
No results found
v2.3.1
Compare
Sorry, something went wrong.
No results found
optimized methods
support .net framework 2.0 / .net framework 3.5
fix bugs
v2.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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