Releases: birdofpreyru/react-native-static-server
v0.6.0-alpha.3
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
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
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
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
- Dependency updates.
v0.5.4
- Minor dependency updates, and Gradle config corrections.
v0.5.3
- Fix of podspec.
v0.5.2
- Fixes podspec (thus, iOS builds).
v0.5.1
- Updated for RN 0.67.1 compatibility.