You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
5
5
## mXparser - a super easy, rich and highly flexible Mathematical Expression Parser (Math Parser, Expression Evaluator) library for JAVA, Android, C# .NET, TypeScript and JavaScript.
6
6
7
+
# v.5.2.0 (2023-01-29): Orion: Improvement and standardization of descriptions and messages. Definition of your own translations. Exporting help in multiple formats. Clones for thread safe.
8
+
-[**Improvement and standardization of built-in elements description**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/290)
9
+
-[**Improvement and standardization of error messages**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/286)
10
+
-[**Definition of your own translations**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/294)
11
+
-[**Help content in the CSV format**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/277)
12
+
-[**Help content in the HTML format**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/276)
13
+
-[**Help content in the Markdown format**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/275)
14
+
-[**Help content in the JSON format**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/274)
15
+
-[**Clones for thread safe**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/293)
16
+
-[**Bug fixed #291 Euler polynomial function producing wrong results**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/291)
17
+
-[**Bug fixed #292 Implied Multiplication bug when blank character separates**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/292)
18
+
-[**Bug fixed #283 Unnecessary newline at the end in getErrorMessage()**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/283)
19
+
-[**Bug fixed #284 Unnecessary space in function expression string returned by getErrorMessage()**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/284)
20
+
7
21
# v.5.1 Libris: Implied Multiplication, Unicode Math Symbols, Additional Probability Distributions, Calculation Steps Register, Serialization Support
8
22
-[**Implied Multiplication**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/243), click to see [usage example](https://mathparser.org/mxparser-tutorial/implied-multiplication/)
9
23
-[**Unicode Math Symbols**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/249), click to see [usage example](https://mathparser.org/mxparser-tutorial/unicode-math/)
0 commit comments