Skip to content

Releases: tmatijevich/IecString

IecString V2.0.3

13 Apr 04:30
Compare
Choose a tag to compare

IecString V2.0.2

24 Mar 21:38
Compare
Choose a tag to compare

IecString V2.0.0

05 Feb 03:47
Compare
Choose a tag to compare
  • Minor improvements to memory protection
  • Significant improvements to performance
  • IecStringInteger IecStringDecimal (future plans for IecStringBinary/Octal/Hexidecimal)
  • New format flags for number functions
  • Rearrange IecStringReplace parameters for consistency
  • Renames to constants
  • New functions: IecStringFloat, IecStringDateTime

IecString V1.0.1

21 Nov 20:56
Compare
Choose a tag to compare
  • Add back IecStringInteger function (previously IecStringPad)
  • Update license

IecString V1.0.0

19 Sep 17:52
Compare
Choose a tag to compare
  • Standardize names
  • Extensive memory checks and return status code
  • Test function cases in project

IecString V0.3.1

11 Jan 16:56
Compare
Choose a tag to compare
  • Create IecPadNumber function
  • Rename constants and update comments

IecString V0.3.0

13 Sep 01:19
Compare
Choose a tag to compare
  • Rename library from IecFrmtStr to IecString
  • Update IecFormatString implementation to use C string standard runtime library, specifically strncat
  • Collect all target string updates after switch statement in IecFormatString
  • Modify IecFormatString parameter types for compatibility with C source

IecFrmtStr V0.2.5

14 Sep 21:59
Compare
Choose a tag to compare
  • Rename library files and include version history

IecFrmtStr V0.2.4

14 Sep 21:58
Compare
Choose a tag to compare
  • Fix issue when displaying FALSE booleans
  • Update project and runtime version

IecFrmtStr V0.2.3

14 Sep 21:58
Compare
Choose a tag to compare
  • First public release
  • Add comments
  • Minor spelling changes