Releases: fazzysyed/react-native-nitro-api
Releases · fazzysyed/react-native-nitro-api
v0.1.1
Changelog
0.1.1
Nitro integration release.
Changed
- Added direct integration with
react-native-nitro-modulesNitroModulesproxy. - Cache adapter now resolves native
NitroCacheHybridObject viacreateHybridObject('NitroCache')when available. - Kept safe fallback path to legacy/global cache bridge and JS cache.
- Updated package metadata to declare
react-native-nitro-modulesas an optional peer dependency.
0.1.0
Initial public release.
Added
- Typed API client factory with
get/post/put/patch/delete - Error normalization pipeline
- Dynamic route parameter resolution
- GET cache with TTL and SWR
- Optional Nitro cache adapter + JS fallback cache
- In-flight GET request deduplication
- Auth bearer injection + refresh-on-401 flow
- Offline queue (in-memory)
- Endpoint helpers (
createEndpoints,createResource,createNamespace) - Optional React Query helpers
- Multipart upload helper (
upload) - Link upload helper (
uploadLink) - Resumable/chunked upload (
uploadResumable) - Native example app for iOS/Android testing
- Jest test harness for core/upload behaviors
v0.1.0
Changelog
0.1.0
Initial public release.
Added
- Typed API client factory with
get/post/put/patch/delete - Error normalization pipeline
- Dynamic route parameter resolution
- GET cache with TTL and SWR
- Optional Nitro cache adapter + JS fallback cache
- In-flight GET request deduplication
- Auth bearer injection + refresh-on-401 flow
- Offline queue (in-memory)
- Endpoint helpers (
createEndpoints,createResource,createNamespace) - Optional React Query helpers
- Multipart upload helper (
upload) - Link upload helper (
uploadLink) - Resumable/chunked upload (
uploadResumable) - Native example app for iOS/Android testing
- Jest test harness for core/upload behaviors