Skip to content

Latest commit

 

History

History
144 lines (75 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

144 lines (75 loc) · 5.46 KB

0.9.1 (2021-03-24)

Bug Fixes

0.9.0 (2021-03-24)

Features

  • update @appland/appmap to v1.7.0 (16635b4)

0.8.6 (2021-03-23)

Bug Fixes

  • doc and video update for recent agent changes (eaef258)

0.8.5 (2021-03-18)

Bug Fixes

  • adding java video and tutorial to docs (b6684ed)

0.8.4 (2021-03-11)

Bug Fixes

  • adding support@ email to documentation (b888dcd)

0.8.3 (2021-03-11)

Bug Fixes

  • sharing instructions, setup videos (8273f34)

0.8.2 (2021-03-06)

Bug Fixes

  • updated description and keywords (3e0a1f3)

0.8.1 (2021-03-05)

Bug Fixes

  • update docs for positioning, arrow keys in trace (#146) (cb7e690)

0.8.0 (2021-03-05)

Features

  • update @appland/appmap to v1.4.0 (c7d9a7f)

0.7.0 (2021-02-25)

Features

0.6.1 (2021-02-25)

Bug Fixes

  • documentation improvements (ea791fa)

0.6.0 (2021-02-23)

Features

  • update @appland/appmap to v1.1.2 (3b7ca61)

0.5.1 (2021-02-19)

Bug Fixes

0.5.0 (2021-02-19)

Features

0.4.1 (2021-02-18)

Bug Fixes

  • reverting package-lock.js to master version (dc2ea81)

0.4.0 (2021-02-12)

Features

  • update @appland/appmap to v1.0.1 (f0ac6f3)

0.3.2

  • "View source" from the context menu should now work in all cases
  • Routes in the dependency map will now favor the normalized path if available
  • Components which have no associated runtime execution data will not be displayed
  • HTTP events in the trace view will now be named correctly when viewing an appmap generated from Java
  • Packages will continue to be highlighted after expand, collapse or switching views
  • Packages are now represented by their leafs instead of their top level identifier
  • Links from a class to a query now go to the expected destination
  • Details for query events no longer use the raw SQL as the title

0.3.1

  • Upgrade @appland/appmap to v0.2.2
  • Rename 'component diagram' to 'dependency map'
  • Rename 'flow view' to 'trace'
  • 'Reset view' can be selected from the context menu from anywhere in the viewport
  • Packages are now visible when expanded
  • Fix an issue where long vertical columns could cause the diagrams to center out of the visible space.
  • HTTP server responses are now visible in the event details panel

0.2.1

  • Update documentation

0.2.0

  • Allow 'view source code' from events, functions and classes
  • Improved compatability with VS Code theme
  • Reduced file size of extension

0.1.0

  • Initial release