Releases: cmcWebCode40/react-native-api-debugger
Releases · cmcWebCode40/react-native-api-debugger
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)