Skip to content

Commit edc1b59

Browse files
5.2.0
1 parent 942b9e6 commit edc1b59

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
## mXparser - a super easy, rich and highly flexible Mathematical Expression Parser (Math Parser, Expression Evaluator) library for JAVA, Android, C# .NET, TypeScript and JavaScript.
66

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+
721
# v.5.1 Libris: Implied Multiplication, Unicode Math Symbols, Additional Probability Distributions, Calculation Steps Register, Serialization Support
822
- [**Implied Multiplication**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/243), click to see [usage example](https://mathparser.org/mxparser-tutorial/implied-multiplication/)
923
- [**Unicode Math Symbols**](https://github.com/mariuszgromada/MathParser.org-mXparser/issues/249), click to see [usage example](https://mathparser.org/mxparser-tutorial/unicode-math/)
@@ -21,19 +35,19 @@
2135
## Nuget - Packgae Manager
2236

2337
```
24-
Install-Package MathParser.org-mXparser -Version 5.1.0
38+
Install-Package MathParser.org-mXparser -Version 5.2.0
2539
```
2640

2741
## Nuget – .NET CLI
2842

2943
```
30-
dotnet add package MathParser.org-mXparser --version 5.1.0
44+
dotnet add package MathParser.org-mXparser --version 5.2.0
3145
```
3246

3347
## Nuget – Package Reference
3448

3549
```
36-
<PackageReference Include="MathParser.org-mXparser" Version="5.1.0"/>
50+
<PackageReference Include="MathParser.org-mXparser" Version="5.2.0"/>
3751
```
3852

3953
## Maven - Dependency
@@ -42,20 +56,20 @@ dotnet add package MathParser.org-mXparser --version 5.1.0
4256
<dependency>
4357
<groupId>org.mariuszgromada.math</groupId>
4458
<artifactId>MathParser.org-mXparser</artifactId>
45-
<version>5.0.7</version>
59+
<version>5.2.0</version>
4660
</dependency>
4761
```
4862

4963
## Maven - Gradle
5064

5165
```
52-
implementation 'org.mariuszgromada.math:MathParser.org-mXparser:5.1.0'
66+
implementation 'org.mariuszgromada.math:MathParser.org-mXparser:5.2.0'
5367
```
5468

5569
## Maven – Gradle (Kotlin)
5670

5771
```
58-
implementation("org.mariuszgromada.math:MathParser.org-mXparser:5.1.0")
72+
implementation("org.mariuszgromada.math:MathParser.org-mXparser:5.2.0")
5973
```
6074

6175
## NPM

0 commit comments

Comments
 (0)