Skip to content

Releases: baincd/vscode-maven-log-folding-and-colors

v0.2.0

27 Nov 23:12
Compare
Choose a tag to compare

Changed

  • Rewrote internal folding logic for better maintainability

v0.1.3

20 Nov 21:32
Compare
Choose a tag to compare

Changed

  • Make debug line folding sections consistent by not including non-debug lines

v0.1.2

16 Nov 03:31
Compare
Choose a tag to compare

Changed

  • Improved folding logic of downloading section when only a single artifact is downloaded
  • Only include specific debug lines in downloading region
  • Include "Could not transfer metadata" into downloading region

v0.1.1

14 Nov 05:09
Compare
Choose a tag to compare

Changed

  • Update Future Enhancements section of README

v0.1.0

14 Nov 04:58
Compare
Choose a tag to compare

Added

  • Logical folding for maven log in debug mode
  • Fold lines emitted directly to stdout and stderr (missing log level at start of line)
  • Fold indented debug lines
  • Fold error lines

Changed

  • Improved Downloading/Progress/Downloaded log lines behavior

Fixed

  • Fixed bug in detecting Reactor Summary section

v0.0.3

11 Apr 03:35
Compare
Choose a tag to compare

Removed

  • Remove support for logs with ANSI escape/color codes

Changed

  • Minor improvements to RegExs that match Maven log lines
  • Refactored internals to improve maintainability and to support future planned features

v0.0.2

29 Mar 02:10
Compare
Choose a tag to compare

Added

  • RegEx pattern setting for non-Maven output that might at the beginning of each line, to support build system logs that prefix each line of Maven output with information like a date.

Fixed

  • Support additional characters in group ids, artifact ids, and repo ids
  • Improve RegExs that match Maven log lines

v0.0.1

27 Mar 19:48
Compare
Choose a tag to compare

Added

  • Top level of folding (each Maven project as well as the Maven reactor build order, summary, and status)
  • Second level of folding (each plugin that runs)
  • Third level of folding (each test class run)
  • Folding regions for consecutive "downloading..."/"downloaded..." lines, and downloading progress lines