v0.7.11
-
Updates dependencies; in particular Lighttpd v1.4.69 ⇒ v1.4.70 (Lighttpd release notes).
-
[#29] iOS / macOS: A note regarding the correct Homebrew installation on M1 Mac machines is added to the library's README. On M1 Mac if Homebrew is relied upon for CMake installation, but not added to
PATH
explicitly, the library build step will likely fail to findcmake
command. -
[#37] Adds .removeAllStateListeners() and .removeStateListener() methods to server instances.
-
[#38] Improves server's .start() method to ensure the .origin field value is set as early as possible.
-
[#40] iOS: Ensures PCRE2 dependency is build for both arm64 and x86_64 architectures if target SDK supports them.