Releases: muhkuh-sys/org.muhkuh.lua-data_provider_pt
Releases · muhkuh-sys/org.muhkuh.lua-data_provider_pt
v1.4.0
v1.3.0
- Add helper functions for hash sums.
getHashSumFromMessage identifies a hash function by either a prefix like "sha384:" or the size of the hash. It extracts the hash from a string and converts it from hex to the binary form.
getHashForFile builds a hash sum for a complete file
getDoubleHashForFile builds 2 hash sums for the same file in one go
convertAsciiHashToBinary takes a hex hash and converts it to the binary form.
v1.2.0
- Return the merged parameter for a data provider item.
The functiongetData
returns the merged parameters as a second value. The merged parameters are a combination of the parameter found in the data provider configuration and the local configuration passed togetData
.
v1.1.0
- Add a local configuration as the 2nd parameter to the
getData
function which can add and override items in the initial config. - Add the plugin function "isCacheable" to indicate if the values returned by a plugin can be cached.
- Fix number of detected plugins in log message.
v1.0.0
First release.