Skip to content

Releases: Tuteliq/react-native

v2.1.0

13 Feb 15:24

Choose a tag to compare

What's New

Voice Analysis

  • useAnalyzeVoice() hook for transcribing audio and running safety analysis

Image Analysis

  • useAnalyzeImage() hook for visual safety analysis + OCR text extraction

Webhook Management

  • useListWebhooks(), useCreateWebhook(), useUpdateWebhook(), useDeleteWebhook()
  • useTestWebhook(), useRegenerateWebhookSecret()

Pricing & Usage

  • useGetPricing(), useGetPricingDetails()
  • useGetUsageHistory(), useGetUsageByTool(), useGetUsageMonthly()

Other

  • All new types re-exported from @tuteliq/sdk
  • Requires @tuteliq/sdk ^2.0.0

v2.0.0 — Tuteliq Rebrand

13 Feb 11:33

Choose a tag to compare

Tuteliq v2.0.0

Complete rebrand from SafeNest to Tuteliq.

Breaking Changes

  • Package renamed from @safenest/react-native to @tuteliq/react-native
  • Hook renamed from useSafeNest to useTuteliq
  • Provider renamed from SafeNestProvider to TuteliqProvider
  • API endpoint changed to https://api.tuteliq.ai

Migration

- import { SafeNestProvider, useSafeNest } from '@safenest/react-native'
+ import { TuteliqProvider, useTuteliq } from '@tuteliq/react-native'

What's New

v1.1.0

12 Feb 10:50

Choose a tag to compare

What's New

  • GDPR compliance endpoints (account deletion + data export)
  • Customer ID tracking for multi-tenant/B2B2C scenarios
  • Improved error handling with rich metadata

v1.0.1

07 Feb 09:35

Choose a tag to compare

  • Update @safenest/sdk dependency to ^1.0.2
  • API compatibility fixes

1.0.0

06 Feb 14:34

Choose a tag to compare

Initial release of SafeNest React Native SDK