All Versions
10
Latest Version
Avg Release Cycle
4 days
Latest Release
2690 days ago

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.