Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 1.3 KB

Changelog

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.

[1.3.0] - 2022-06-14

Added

Changed

  • LoadValues function now uses goroutines to load values into the internal dictionaries faster
  • Reduced GetQuantityString function complexity

[1.2.1] - 2022-06-11

Fixed

  • Fixed pending debug code

[1.2.0] - 2022-06-11

Added

Changed

  • CreateXMLFile function is now CreateResourceFile and takes a FileType parameter
  • DeleteResourceFile function is now DeleteResourceFile
  • LoadValues function now takes a FileType parameter

[1.1.0] - 2022-06-06

Added

  • Support for XML file format

  • CreateXMLFile, DeleteXMLFile, LoadValues, NewString, NewStringArray, NewQuantityString, SetFewThreshold, GetString, GetStringArray, GetQuantityString functions