Release v3.0.1
This is a major release, including some breaking changes in functions.
Configuration objects have been implemented, so all optional parameters from functions have been moved to configuration objects.
A bunch of new features have been implemented, such as RecordTable custom formatting, Arithmetical Tests for numbers. Doubles, Decimals and negative numbers are supported now as well.
You'll have to change the following existing functions:
- RecordTable: The "addRecordUrl" parameter was removed. Configure this using a configuration object, which is described in the ReadMe.
- Value: The "explicitTarget" parameter was removed. Configure this using a configuration object, which is described in the ReadMe. In addition to that, you can now configure which language to use for option set labels, they will always be retrieved. It is advised to configure the language, as otherwise the current user's language is used.