Skip to content

v1.0.1.6

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 10 Jun 10:23
· 17 commits to main since this release

Added:

  • Details about the newest function getAllBase() in README.

Changed:

  • generateConditionString() function is now publicly accessible to allow devs to generate their conditions arrays at any place.
  • generateConditonString() function now can use tableOverride within conditions to dynamically adress different tables for certain conditions.

Fixed:

  • generateConditionString() function was not able to correctly define the queue, wildcards wouldn't have been used when expected.
  • A minor fix that has a heavy impact: if an update was send with a value = null, the vlue would not be set as == "" is also true if the value is null.