Releases: drekka/StoryTeller
Releases · drekka/StoryTeller
Telling it like it is
Ooopsie
Space cadet
Added support for Swift projects which have spaces in their names. i.e. 'My Project' will generate the class name My_Project.MyClass.
Sync me
Bug fix
Swift support
Added Swift support.
Bug fixing
- Made key in bulk execution strong.
- removed key as block argument.
- Fixed test bugs.
- Corrected library version.
Fixing multithreading
Fixed an issue with logging from multithreading would created mixed up text.
Bug fix
Adding thread number and picture
Simple change to add the option to print the thread number and/or thread picture to the log. Thread picture is designed to be a ASCII representation which indicates whether the logging statement came from the main or a background thread.