Skip to content

Releases: birdofpreyru/react-native-static-server

v0.6.0-alpha.3

29 Aug 12:22
Compare
Choose a tag to compare

The aim for upcoming v0.6.0 release is to refactor the library to support TurboModules (new React Native's architecture), and to have the codebase following the standard RN template for libraries.

As of v0.6.0-alpha.3:

  • The overall code refactoring is, presumably, completed.
  • TypeScript signatures changed slightly for some methods / fields to match the actual implementation (they turned to be inaccurate in previous versions).
  • The resulting library is tested to work with Old RN Architecture both on Android and iOS.
  • NOT YET TESTED on Android and iOS with New RN Architecture, probably needs minor fixes there. Help is appreciated if somebody can jump in to test & fix any problems here.

Changes in v0.6.0-alpha.3:

  • iOS: Updates error messaging when StaticServer fails to start, to include underlying error details, if available, into the error sent to JavaScript layer (in the previous versions generic StaticServer could not start errors did not include further details helpful to debug the problem).

v0.6.0-alpha.2

11 Aug 14:53
Compare
Choose a tag to compare

The aim for upcoming v0.6.0 release is to refactor the library to support TurboModules (new React Native's architecture), and to have the codebase following the standard RN template for libraries.

As of v0.6.0-alpha.2:

  • The overall code refactoring is, presumably, completed.
  • TypeScript signatures changed slightly for some methods / fields to match the actual implementation (they turned to be inaccurate in previous versions).
  • The resulting library is tested to work with Old RN Architecture both on Android and iOS.
  • NOT YET TESTED on Android and iOS with New RN Architecture, probably needs minor fixes there. Help is appreciated if somebody can jump in to test & fix any problems here.

This release, v0.6.0-alpha.2, is done to publish updated README to NPM, and otherwise it is identical to v0.6.0-alpha.1.

The updated README mentions the need to have @babel/plugin-proposal-private-methods in Babel config, and tells how to configure it (closes #6); it also mentions that using this library in Expo apps requires additional setup, and redirects to #8 for details.

v0.6.0-alpha.1

12 Jul 17:42
Compare
Choose a tag to compare

The aim for upcoming v0.6.0 release is to refactor the library to support TurboModules (new React Native's architecture), and to have the codebase following the standard RN template for libraries.

As of v0.6.0-alpha.1:

  • The overall code refactoring is, presumably, completed.
  • TypeScript signatures changed slightly for some methods / fields to match the actual implementation (they turned to be inaccurate in previous versions).
  • The resulting library is tested to work with Old RN Architecture both on Android and iOS.
  • NOT YET TESTED on Android and iOS with New RN Architecture, probably needs minor fixes there. Help is appreciated if somebody can jump in to test & fix any problems here.

v0.6.0-alpha.0

11 Jul 16:37
Compare
Choose a tag to compare

The aim for upcoming v0.6.0 release is to refactor the library to support TurboModules (new React Native's architecture), and to have the codebase following the standard RN template for libraries.

As of v0.6.0-alpha.0:

  • The overall code refactoring is, presumably, completed.
  • TypeScript signatures changed slightly for some methods / fields to match the actual implementation (they turned to be inaccurate in previous versions).
  • The outcome is tested to work on Android with Old RN Architecture.
  • NOT YET TESTED on Android with New RN Architecture, probably needs minor fixes there. Help is appreciated if somebody can jump in to test & fix any problems here.
  • NOT YET TESTED on iOS, and most probably broken there.

v0.5.5

17 May 10:18
Compare
Choose a tag to compare
  • Dependency updates.

v0.5.4

25 Feb 23:19
Compare
Choose a tag to compare
  • Minor dependency updates, and Gradle config corrections.

v0.5.3

27 Jan 14:34
Compare
Choose a tag to compare
  • Fix of podspec.

v0.5.2

27 Jan 14:18
Compare
Choose a tag to compare
  • Fixes podspec (thus, iOS builds).

v0.5.1

22 Jan 13:38
Compare
Choose a tag to compare
  • Updated for RN 0.67.1 compatibility.