Skip to content

Releases: ws-garcia/VBA-Expressions

VBA-Expressions v3.2.7

14 Apr 16:54
Compare
Choose a tag to compare

A note on!

Bug Fix

  • Resolved error when parsing literal strings with reserved grammar tokens.

VBA-Expressions v3.2.6

13 Apr 13:01
Compare
Choose a tag to compare

Reaffirmation!

Bug Fix

  • Resolved several collisions when analysing expressions with implicit functions and multiplications.

Changes

  • Added update notifications the LO extension.

VBA-Expressions v3.2.5

12 Apr 05:22
Compare
Choose a tag to compare

Deflating the code!

Changes

  • Unused code removal.
  • Reimplementation of functions TINV, TINV_1T and TINV_2T.

VBA-Expressions v3.2.4

11 Apr 04:26
5233374
Compare
Choose a tag to compare

Wiping out the intruder!

Bug fixes

  • Create method: solved collision with reserved token E.
  • Create method: solved collision with grammar reserved tokens {}.

Rebranding

  • New logo, all our heart in 4 symbols!

VBA-Expressions v3.2.3

07 Apr 05:52
Compare
Choose a tag to compare

Unleashing the beast!

Improvements

  • Multi-expressions evaluation. Now users can provide a list of multiple expressions to be evaluated in a single pass. For example, "YEAR(NOW());ROUND(ERF(0.05);4);UCASE('This String');{-3*4;1-7;-10/5}" is a valid input.

VBA-Expressions v3.2.2

05 Apr 14:49
Compare
Choose a tag to compare

One piece!

Review

  • Dead code removal.

Bug Fixed

  • FZERO function. The order of the parameters of the base function prevented the correct behaviour of the function.
  • Fixed not parsed expressions. Expressions were not correctly parsed when trying to use previous evaluation scopes.

VBA-Expressions v3.2.0

03 Apr 21:41
Compare
Choose a tag to compare

Breaking down barriers!

Improvements

VBA-Expressions v3.1.3

28 Mar 19:14
Compare
Choose a tag to compare

Dominating regions!

Improvements

  • Added DecimalSymbol property. The library is now able to parse and evaluate expressions with numbers in regional formats that use the comma as a decimal symbol.

VBA-Expressions v3.1.2

27 Mar 16:02
Compare
Choose a tag to compare

Cleaning the house!

Improvements

  • Better handling of function errors.

VBA-Expressions v3.1.1

26 Mar 12:40
Compare
Choose a tag to compare

Members changes

  • VBAexpressions.cls: renamed ForceBoolean--> EnforceBoolean property