Skip to content

Releases: birdofpreyru/react-native-static-server

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

v0.13.0

12 Apr 17:09
Compare
Choose a tag to compare

Breaking Changes

  • iOS: Patched the way stopInBackground option (see constructor() docs) treats "inactive" app state (in which the app is not focused, but may continue to work as normal, unlike in the background). Before this change entering the inactive state was considered as entering the background, thus the server was stopped (if stopInBackground was opted-in), and it was only re-started when the app entered the active state. Now the inactive state is considered as the foreground, i.e. the server is stopped when entering any other state beside active and inactive, and it is re-started when entering either active or inactive state (transitions back-and-forth between active and inactive states have no effect on the server state).

Other Updates

v0.12.0

18 Mar 22:29
Compare
Choose a tag to compare
  • Updates dependencies, in particular:
    • [#101] Lighttpd v1.4.74 β‡’ v1.4.75.
    • React Native v0.73.4 β‡’ v0.73.6.