File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 5.2.0
2
+ * Added ` FunctionExtractionVisitor ` by @gumbarros in https://github.com/ncalc/ncalc/pull/290
3
+ * Re-use ` LogicalExpressionList ` logic for ` Function ` parameters by @gumbarros in https://github.com/ncalc/ncalc/pull/291
4
+ * Added ` EvaluationHelper ` and ` in ` operator should respect string comparer by @gumbarros in https://github.com/ncalc/ncalc/pull/292
5
+ * Small refactoring of MathHelper.ConvertToHighestPrecision by @Bykiev in https://github.com/ncalc/ncalc/pull/293
6
+ * Code cleanup by @Bykiev in https://github.com/ncalc/ncalc/pull/294
7
+ * Added ` ExpressionBase ` by @gumbarros in https://github.com/ncalc/ncalc/pull/297
8
+ * ifs improvement by @Bykiev in https://github.com/ncalc/ncalc/pull/298
9
+ * Update Parlot package by @Bykiev in https://github.com/ncalc/ncalc/pull/299
10
+ * Update Parlot (1.0.2) by @Bykiev in https://github.com/ncalc/ncalc/pull/300
11
+ * Add ` ValueType.Guid ` by @gumbarros in https://github.com/ncalc/ncalc/pull/301
12
+ * Breaking Change: Use ` ValueTask ` instead of ` Task ` at ` NCalc.Async ` by @gumbarros in https://github.com/ncalc/ncalc/pull/302
13
+
14
+ ** Full Changelog** : https://github.com/ncalc/ncalc/compare/v5.1.0...v5.2.0
15
+
1
16
# 5.1.0
2
17
* Fix typo in MathHelper by @Bykiev in https://github.com/ncalc/ncalc/pull/273
3
18
* Small refactoring of Expression.IterateParameters by @Bykiev in https://github.com/ncalc/ncalc/pull/274
You can’t perform that action at this time.
0 commit comments