Releases: cmcWebCode40/react-native-api-debugger
Releases · cmcWebCode40/react-native-api-debugger
Release 0.9.0
0.9.0 (2026-04-27)
- chore: update demo assets by replacing PNG with JPEG and modifying GIF (90a52df)
- docs: update README to clarify optional peer dependency for react-native-svg (37d322f)
- docs: update README with react-native-svg dependency and dark theme default (03b2dfa)
- fix: adjust styling for empty container in NetworkLoggerOverlay (3022a93)
- feat: add react-native-svg dependency to enhance SVG support (abc88c6)
- feat: redesign UI with new design system and security improvements (11a9c63)
Release 0.8.0
0.8.0 (2026-04-23)
- chore: bump version to 0.7.0 in package.json (a956fe6)
- chore: update demo assets with new logger and library GIFs (9f5e991)
- chore: update demo GIF for improved visual representation (79bda2e)
- docs: add CLAUDE.md development guide and update package.json (4b1944a)
- docs: rewrite README with clearer structure and complete feature coverage (6bf67e4)
- fix: close modal before showing share sheet (7e3253d)
- fix: fixed modal syc (4c7f0d1)
- fix: resolve dark theme toggle and add delete button for individual logs (b0ce919)
- feat: add Badge and FilterChip UI components (c9d7754)
- feat: add comprehensive learning guide for React Native API Debugger (8bbd3ff)
- feat: add constants module with theme colors and default configuration (26b07b6)
- feat: add export utilities for HAR, Postman, and JSON formats (dd2331a)
- feat: add ExportModal component for log export format selection (cbfc2d6)
- feat: add JsonViewer component with collapsible tree and syntax highlighting (2bd118f)
- feat: add request replay utility with response comparison (16fbe87)
- feat: add sensitive data redaction utilities (7faf8fa)
- feat: add utility modules for filtering, cURL generation, and formatting (005656d)
- feat: enhance NetworkInterceptor with configuration and request filtering (933442b)
- feat: enhance overlay UI with theming, filtering, and export capabilities (3c063eb)
- feat: export new modules from package entry point (dd7c017)
- feat: update example app to demonstrate new features (61d06f2)
Release 0.6.1
0.6.1 (2025-10-02)
- fix: reorder peerDependencies for consistency (b105caa)
- fix: update demo GIF format and improve README image tag (1625be7)
- fix: update demo GIF to correct file and remove outdated demo (b664461)
- fix: update image link for React Native API Debugger (1ae7fbb)
- fix: update image link to point to video for React Native API Debugger (2087386)
- docs: update README for clarity and feature details (8c68381)
- style: format root style for consistency (74966ca)
Release 0.6.0
0.6.0 (2025-10-02)
- refactor: remove test job from CI workflow (cdcf31b)
- refactor: remove unnecessary comment from CustomXMLHttpRequest interface (5cb16a1)
- refactor: remove unused icons from utils file (3e0a57f)
- refactor: update styles in App and NetworkLogItem components for better readability (61061fd)
- fix: update NetworkLoggerOverlay props for improved functionality (742cf59)
- chore: update dependency versions for react-native-gesture-handler and react-native-reanimated (0885c60)
- chore: update file permissions for asset images (5124519)
- chore: update file permissions for configuration files (767fa39)
- feat: add error handling for device shake functionality and integrate useCopyToClipboard prop (1658da2)
- feat: enhance FloatingButton with draggable functionality and error handling for missing libraries (4b0fce9)
- feat: enhance NetworkLogItem with copy to clipboard functionality and adjust scroll indicator (91a72dd)
- feat: implement dynamic Clipboard import and enhance error handling for copy functionality (1b9adeb)
Release 0.5.0
0.5.0 (2025-09-13)
- chore: added gif demo (582ff53)
- chore: update README with correct GitHub links and demo image (479494b)
- deps: add react-native-gesture-handler and react-native-reanimated dependencies (5e38c65)
- deps: update react-native-gesture-handler and react-native-reanimated to latest versions (ef14109)
- feat: add FloatingButton component with draggable functionality (2b88ef9)
- feat: add NonFloatingButton component for enhanced user interaction (013183c)
- feat: add options to show request and response headers in network log (8a2396d)
- feat: add react-native-reanimated plugin to Babel configuration (f31b3c9)
- feat: enhance NetworkLoggerOverlay with draggable button options (da27777)
- feat: implement user authentication flow with token management (4985f18)
- feat: increase font size of close button in Icon component (c2486da)
- feat: wrap main app in GestureHandlerRootView for improved gesture handling (7feee73)
- draft: working on hiding header auth token (6e4e3ab)