-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
246 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.7/rn-debugger-macos-x64.zip", | ||
"name": "v0.7.7", | ||
"notes": "1. Fix ReactInspector server opened if panel is hidden\n2. Catch certificate-error in favor of Network Inspect feature\n3. Don't persist network inspect enable in local storage\n4. Add warning if XHR have been replaced before enable Network Inspect\n5. Use WebSocket from browser instead of ws\n6. Clear to explain React Inspector server listening error" | ||
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.8/rn-debugger-macos-x64.zip", | ||
"name": "v0.7.8", | ||
"notes": "1. Fix show/hide react panel makes server start listening even if no worker running\n2. Fix problem of react-devtools default theme doesn't change\n3. Clear RND interval before debugger window close\n4. Ignore __RND_INTERVAL__ logging on MessageQueue.spy\n5. Hide source map of react-devtools-core\n6. Add method to show AsyncStorage contents by console.table\n7. Add keyboard shortcuts for trigger dev menu methods\n8. Remove Reload Window menu item\n9. Update dependencies" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.