Releases: birdofpreyru/react-native-static-server
v0.20.0
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
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 (orundefined
), and the new getActiveServerSet() method returns theSet
(with a single object, in most cases) of active servers, orundefined
β 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.
-
Update of other dependencies.
v0.18.0
Breaking Changes
- [#123] Upgrade to [email protected] for Android, iOS, macOS.
- Consider Windows support broken for now, and stick to the previous library version v0.17.1 and [email protected]. The upgrade for Windows will be done after react-native-windows v0.76 is out.
Other Updates
- Update of dependencies.
v0.17.1
- [#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
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 yourbuild.gradle
file (e.g. see the Example App).Sponsored By Integreat
Other Updates
- Update of dependencies.
v0.16.0
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
- Minor updates.
v0.15.1
v0.15.0
- [#105] Upgrade to [email protected].
- Update of dependencies.
v0.14.0
- [#105] Update of dependencies, in particular Lighttpd v1.4.75 β v1.4.76
- [#106] Fixes graceful shutdown timeout β prior to this fix the Lighttpd server did not terminate upon reaching the graceful shutdown timeout (see Lighttpd's
server.graceful-shutdown-timeout
option).