Skip to content

Timmy 1.2.0 (Stable)

Latest
Compare
Choose a tag to compare
@cszach cszach released this 07 May 16:11
· 213 commits to master since this release

Timmy 1.2.0

Thanks for checking out. This is Timmy 1.2.0.

What's in this release?

This stable release (1.2.0) provides the TTimmy object with 3 ways to add keywords clues, and 4 ways to remove keywords clues, along with TStrArray - Array of String, and several helper functions like StrSplit and StrTrim that aren't part of the TTimmy object. Moreover, the functions, procedures and variables of TTimmy now have visibility levels in version 1.2.0. See the included README file to learn more.

Change log (from 1.1.0 to 1.2.0)

  • Turn TTimmy.Init() into a constructor
  • Add methods visibility (public and private)
  • Add TTimmy.Enable() and TTimmy.Disable()
  • Optimize StrTrim() function
  • Remove the Initialized boolean variable
  • Examples are updated to the latest changes
  • Remove tables in README.md

For more details, see the included README.md and RELEASE.md files.