Skip to content

2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 12:25
· 51 commits to master since this release

Added

  • CoDispatch.h: A collection of classes and functions that allows you to write asynchronous C++ coroutines and generators that execute on GCD dispatch queues. Detailed guide is available here
  • Ability to subtract NSStringCharAccess::iterators
  • Ability to get starting index of NSStringCharAccess::iterator inside its string
  • Extensive unit tests for all functionality

Fixed

  • Crash in NSNumberEqual when second argument is nullptr
  • NSStringCharAccess::empty() returning opposite result
  • Compiler warnings in pedantic mode