Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 03 Feb 09:48

Breaking Changes

  • [#128] Upgrade of supported React Native version, v0.76 ⇒ v0.77.

  • [#133] Fixes getActiveServer() method — since library v0.10.1 it was returning a Set of active server instances, rather than a single server object, as per its documentation; now getActiveServer() again returns a single server object (or undefined), and the new getActiveServerSet() method returns the Set (with a single object, in most cases) of active servers, or undefined — the same as getActiveServer() did in the recent versions.

Other Updates

  • [#115] Android, iOS, macOS: Makes sure all core and built-in Lighttpd modules are available in the library. See «Core and Built-in Modules» for details.

  • [#128] Upgrade of Lighttpd v1.4.76 ⇒ v1.4.77.

  • Update of other dependencies.