Skip to content

Releases: amomra/muParserNET

Version 1.0.1

24 Jan 01:00

Choose a tag to compare

Changelog

  • Changes:
    • Linking muParser library with MSVC static libraries
    • Bug fixes
  • Issues closed:
    • #5 Access violation when setting Expr with null value
    • #6 Exception message displaying the invalid token instead of the message itself
    • #9 Variable factory not working
    • #11 Link muparser against static MSVC++ libraries
    • #12 Error handler pointer getting garbage collected

Version 1.0.0

27 Apr 19:46

Choose a tag to compare

Changelog

  • Changes:
    • The project was rewritten in C# and using the DLL API of muParser instead of the class library
    • Included some changes in the muParser DLL API to support the features that the original API don't support
    • Added the auto-load of the muParser library according the platform
    • Added the support for implicit variable declaration
    • Fixing some bugs
  • Issues closed:
    • #1 Include the OprtPrecedence constants
    • #2 Implement the implicit variable declaration
    • #3 Auto load platform specific binaries (x86 or x64)
    • #4 Change muParser library version to 2.2.4

Initial release

20 Apr 12:32

Choose a tag to compare

Initial release of the library. It contains most of the muparserlibrary features.