Skip to content

Releases: wix-incubator/DetoxInstruments

v1.10.10233

24 Apr 00:30
d80d9cb
Compare
Choose a tag to compare
  • Added support for internal React Native events—see Profiling Options for more information
  • Improved the way events are handled by Detox Instruments when live recording

v1.10.10110

01 Apr 15:03
4a57895
Compare
Choose a tag to compare
  • React Native 0.59 support
  • Further improvements to Touch Bar

v1.10.10071

25 Mar 12:31
fea23cd
Compare
Choose a tag to compare

This build disables some WIP network metric collection that was added but not completed, and caused some client crashes.


Requests Playground

  • Requests in Requests Playground can now be saved as documents for future testing
    • You can now create new Request documents by selecting FileNewRecording
  • Add support for different body types, and improve the body editor
  • Response headers and body, and now some metrics, are displayed in a new Response section
  • When exporting code snippets, body data is exported as base64 to allow for binary body data

Detox Instruments

  • Improvements to Touch Bar support across the app

v1.10.10070

25 Mar 06:41
bbc2184
Compare
Choose a tag to compare

The previous build was built using beta Xcode due to an Apple bug.


Requests Playground

  • Requests in Requests Playground can now be saved as documents for future testing
    • You can now create new Request documents by selecting FileNewRecording
  • Add support for different body types, and improve the body editor
  • Response headers and body, and now some metrics, are displayed in a new Response section
  • When exporting code snippets, body data is exported as base64 to allow for binary body data

Detox Instruments

  • Improvements to Touch Bar support across the app

v1.10.10069

24 Mar 09:28
33c0896
Compare
Choose a tag to compare

Requests Playground

  • Requests in Requests Playground can now be saved as documents for future testing
    • You can now create new Request documents by selecting FileNewRecording
  • Add support for different body types, and improve the body editor
  • Response headers and body, and now some metrics, are displayed in a new Response section
  • When exporting code snippets, body data is exported as base64 to allow for binary body data

Detox Instruments

  • Improvements to Touch Bar support across the app

v1.10.9989

12 Mar 15:59
23f073b
Compare
Choose a tag to compare
  • Introducing Requests Playground—a utility for replaying network requests
  • Improved the network recorder to prevent network request duplicates when using NSURLProtocol in the profiled app
  • Properly record cookie and user agent headers when recording network requests
  • You can now disable recording performance metrics in the profiling options

v1.9.9876

18 Feb 20:39
2280fee
Compare
Choose a tag to compare
  • This makes a small change to the integration script

  • Events now track start and end threads
  • Added option to sort Events instrument timeline by category or starting thread
  • "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
  • General performance improvements and visual tweaks

v1.9.9875

18 Feb 15:49
926e6bf
Compare
Choose a tag to compare
  • This build fixes small visual artifacts when live recording.

  • Events now track start and end threads
  • Added option to sort Events instrument timeline by category or starting thread
  • "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
  • General performance improvements and visual tweaks

v1.9.9874

14 Feb 10:44
8a3000f
Compare
Choose a tag to compare
  • Events now track start and end threads
  • Added option to sort Events instrument timeline by category or starting thread
  • "Additional Info" strings have been renamed to "Messages" and are displayed in Events summary view for much easier access to data
  • General performance improvements and visual tweaks

v1.9.9808

09 Feb 20:05
f06db59
Compare
Choose a tag to compare

Built using Xcode 10.1 to prevent AppStore issues


Detox Instruments

  • Recording document extension is now .dtxrec (but old .dtxprof documents will still work)
  • Keyboard zooming improvements
  • You can now zoom by holding the Option key (⌥) and using the mouse wheel
  • Performance improvements to the events summary view
  • Added CLI integration
    • Install CLI integration by selecting the Detox InstrumentsInstall Command Line Utility menu item
  • Improved migration model
    • Much more robust solution for future versions
    • You will see a dialog box informing you when a migration of an old document is happening
  • General bug fixes and improvements

CLI

  • The CLI tool allows querying and exporting data from recording documents
  • Install CLI integration by selecting the Detox InstrumentsInstall Command Line Utility menu item
  • Run dtxinst —help for documentation