Skip to content

Releases: bibaev/stream-debugger-plugin

Add a version for Android Studio

11 Jan 12:52
1e4184d
Compare
Choose a tag to compare
  • Add extension point to support new libraries/languages
  • Support Android Studio 3.0.* (only for Kotlin Sequence Debugger plugin)
  • Bug-fixes and minor improvements

Version for 2017.2

06 Nov 19:00
Compare
Choose a tag to compare
  • Update UI
  • Bug-fixes and improvements

StreamEx support

02 Jul 12:44
Compare
Choose a tag to compare
  • Support StreamEx library
  • Minor fixes and improvements

Remove usage of unsupported API

23 Jun 07:26
Compare
Choose a tag to compare
  • Remove usage of unsupported API LambdaUtil#isFullyInfered

Transitions for terminal operations

14 Jun 12:37
Compare
Choose a tag to compare
  • Add transitions for toArray/collect/find*/*Match terminal methods
  • Support stream with nulls
  • Fix bug when IDE hangs
  • Minor fixes and improvements

Small fixes

16 May 08:17
Compare
Choose a tag to compare
  • Improve lines drawing
  • Minor fixes and improvements

Initial

11 May 19:23
Compare
Choose a tag to compare
Merge pull request #37 from Roenke/release-prepare

Prepare the plugin to release

Improve stream detection

27 Apr 18:38
Compare
Choose a tag to compare
Pre-release
  • Support ambiguous stream chains
  • Show popup when many candidates to trace found
  • Multi-level search for stream chains
  • Correct handle compilation and run-time errors (not in the user code)
  • Minor improvements and bugfixes

Fixes after preview

20 Apr 17:51
Compare
Choose a tag to compare
Fixes after preview Pre-release
Pre-release
  • Fix redundant boxing for primitive results
  • Add default size for the trace window
  • Fix bug when transitions for sorted call DoubleStream.of(0., -0.).sorted().sum() were wrong

Minor fixes and improvements

19 Apr 17:11
Compare
Choose a tag to compare
Pre-release
  • Add result tree to the flat view,
  • Close Trace View when debugger session stopped,
  • Draw transition lines when linked item relatively far too,
  • Fix bug when the trace expression use a not imported class
  • Small code-style fixes