Skip to content

Releases: birdofpreyru/react-native-static-server

v0.20.0

21 Feb 13:57
Compare
Choose a tag to compare

Breaking Changes

  • Android, iOS, macOS: Upgraded to React Native v0.78, with a reset of the library scaffolding.
  • Windows: Upgrade is pending, as [email protected] is not released yet; and this library version has not been tested on Windows.

Other Updates

  • Update of dependencies.

v0.19.0

03 Feb 09:48
Compare
Choose a tag to compare

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.

v0.18.0

29 Oct 22:10
Compare
Choose a tag to compare

Breaking Changes

Other Updates

  • Update of dependencies.

v0.17.1

19 Sep 22:57
Compare
Choose a tag to compare
  • [#111] Fixes library builds with the latest CMake v3.30.2.
    Beware: I've only tested the update with CMake v3.30.2, when building with Xcode, targeting iOS & Mac (Catalyst) β€” potentially, it may not work with older CMake versions, or when building from the command line.
  • Update of dependencies.

v0.17.0

09 Sep 08:28
Compare
Choose a tag to compare

Important

  • Android: Now supports older Android versions, starting with SDK 23 β€” the same as React Native itself; i.e. you may now set minSdkVersion = 23 in your build.gradle file (e.g. see the Example App).

    Sponsored By Integreat

    Integreat App

Other Updates

  • Update of dependencies.

v0.16.0

30 Aug 17:48
Compare
Choose a tag to compare

Breaking Changes

  • The project has been migrated to the latest [email protected]
    • Builds for macOS (Catalyst) target fail on legacy, Intel-based build hosts; but, presumably, work just fine on new, Apple Silicon based build hosts. See #118 and facebook/react-native#46213 for details.
    • Beware: The support of the old architecture has not been tested on any platform.

Other Updates

  • Update of dependencies.

v0.15.2

24 Aug 13:40
Compare
Choose a tag to compare
  • Minor updates.

v0.15.1

13 Jul 14:48
Compare
Choose a tag to compare
  • [#111] CMake v3.30.0 is not supported β€” attempts to build the library using it are now force-failed on all platforms with a clear error message.
  • Update of dependencies.

v0.15.0

08 May 13:46
Compare
Choose a tag to compare

v0.14.0

03 May 15:39
Compare
Choose a tag to compare