All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for MessagePack file format
- LoadValues function now uses goroutines to load values into the internal dictionaries faster
- Reduced GetQuantityString function complexity
- Fixed pending debug code
-
Support for JSON file format
-
Support for YAML file format
-
Support for TOML file format
-
Support for WATSON file format
-
SetResourceType function
-
FileType enum
- CreateXMLFile function is now CreateResourceFile and takes a FileType parameter
- DeleteResourceFile function is now DeleteResourceFile
- LoadValues function now takes a FileType parameter
-
Support for XML file format
-
CreateXMLFile, DeleteXMLFile, LoadValues, NewString, NewStringArray, NewQuantityString, SetFewThreshold, GetString, GetStringArray, GetQuantityString functions