Skip to content

Releases: drekka/StoryTeller

Telling it like it is

16 Nov 11:15
Compare
Choose a tag to compare

Improved details of errors when expression parsing fails.

Ooopsie

16 Nov 06:01
Compare
Choose a tag to compare

Removed flag that was building the frameworks with a requirement for Address Sanatizer to be switched on in apps that used them.

Space cadet

15 Nov 12:21
Compare
Choose a tag to compare

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

15 Nov 06:02
Compare
Choose a tag to compare

Fixing random bug triggered by multiple threads accessing the list of active keys at the same time.

Bug fix

26 Oct 00:30
Compare
Choose a tag to compare

Fixing a bug in the C code around assembling a log line which may have leaked memory.

Swift support

24 Oct 12:34
Compare
Choose a tag to compare

Added Swift support.

Bug fixing

14 Oct 03:58
Compare
Choose a tag to compare
  • Made key in bulk execution strong.
  • removed key as block argument.
  • Fixed test bugs.
  • Corrected library version.

Fixing multithreading

13 Oct 23:57
Compare
Choose a tag to compare

Fixed an issue with logging from multithreading would created mixed up text.

Bug fix

13 Oct 23:55
Compare
Choose a tag to compare

Fixed bug where a weakly reference key would crash the app when logging was being done from a dealloc.

Adding thread number and picture

12 Oct 01:40
Compare
Choose a tag to compare

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.