Changelog History
-
v1.8.5 Changes
November 16, 2016๐ Improved details of errors when expression parsing fails.
-
v1.8.4 Changes
November 16, 2016โ Removed flag that was building the frameworks with a requirement for Address Sanatizer to be switched on in apps that used them.
-
v1.8.3 Changes
November 15, 2016โ Added support for Swift projects which have spaces in their names. i.e. 'My Project' will generate the class name My_Project.MyClass.
-
v1.8.2 Changes
November 15, 2016๐ Fixing random bug triggered by multiple threads accessing the list of active keys at the same time.
-
v1.8.1 Changes
October 26, 2016๐ Fixing a bug in the C code around assembling a log line which may have leaked memory.
-
v1.8.0 Changes
October 24, 2016โ Added Swift support.
-
v1.7.5 Changes
October 14, 2016- Made key in bulk execution strong.
- โ removed key as block argument.
- ๐ Fixed test bugs.
- Corrected library version.
-
v1.7.4 Changes
October 13, 2016๐ Fixed an issue with logging from multithreading would created mixed up text.
-
v1.7.3 Changes
October 13, 2016๐ Fixed bug where a weakly reference key would crash the app when logging was being done from a dealloc.
-
v1.7.2 Changes
October 12, 2016๐จ 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.