Skip to content

Releases: fazzysyed/react-native-nitro-api

v0.1.1

28 Apr 17:48

Choose a tag to compare

Changelog

0.1.1

Nitro integration release.

Changed

  • Added direct integration with react-native-nitro-modules NitroModules proxy.
  • Cache adapter now resolves native NitroCache HybridObject via createHybridObject('NitroCache') when available.
  • Kept safe fallback path to legacy/global cache bridge and JS cache.
  • Updated package metadata to declare react-native-nitro-modules as 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

28 Apr 17:37

Choose a tag to compare

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