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()
andTTimmy.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.