Skip to content

Latest commit

 

History

History
executable file
·
28 lines (23 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

executable file
·
28 lines (23 loc) · 1.49 KB

0.3.2

  • Rename launch.json snippets to make it easier to add React Native launch configurations to existing launch.json
  • Fix regressions in app worker introduced after moving to 'node2' debugger
  • Fix bug with loading assets in exponent and upgrade XDL
  • Prevent unhandled rejection warnings to be logged to debug console when breakpoints are not set up successfully
  • Prefer xcworkspace files over xcodeproj when launching xcodebuild
  • Updated README .babelrc instructions

0.3.1

  • Fixed an issue when no .vscode folder is present in a project
  • Added support for launch.json snippets

0.3.0

  • Updated to use node2 debug engine instead of node. We now spawn a separate node process to run the app logic rather than using node's vm infrastructure.
  • Fixed support for android variants
  • Fixed the ability to open source files by tapping on stack frames when the app red-boxes

0.2.5

  • Removed require from app worker context to work around change in node 7. __debug__.require is still present for applications which need it

0.2.4

  • Allowed using this extension in a workspace with the react-native project in a subfolder.
  • Ignore references to inline sourcemaps, in the hopes of finding another reference to a map file
  • Exposed react-native-tools.showInternalLogs and react-native-tools.logLevel to print additional output for debugging issues with the extension.
  • Added CHANGELOG.md!

0.2.3

  • Added a workaround for max-stack issues with react-native 0.37