Skip to content

Releases: Tuteliq/react-native

v2.3.1

18 Feb 19:17

Choose a tag to compare

Add free certification program to documentation

v2.3.0

17 Feb 15:21

Choose a tag to compare

Added

  • Fraud detection: social engineering, app fraud, romance scam, mule recruitment
  • Safety extended: gambling harm, coercive control, vulnerability exploitation, radicalisation
  • Multi-endpoint analysis (analyse multiple detections in a single call)
  • Video analysis support
  • Language and LanguageStatus enums
  • SUPPORTED_LANGUAGES constant

v2.2.0

16 Feb 18:47

Choose a tag to compare

Added

  • useVoiceStream hook for real-time voice analysis with auto-cleanup on unmount
  • Voice streaming type re-exports from @tuteliq/sdk

Changed

  • Bump @tuteliq/sdk from ^2.0.0 to ^2.1.0

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