Skip to content

Releases: saveourtool/save-cli

Release v0.3.0

20 Dec 08:34
0940e6b
Compare
Choose a tag to compare
Update renovate.json to respect `-native-mt` classifier (#334)

Change `versioning` parameter for kotlinx.coroutines dependencies, so that renovate respects `-native-mt` suffix.

Co-authored-by: Peter Trifanov <peter.trifanov@mail.ru>

Release v0.2.6

30 Nov 08:43
288ed4c
Compare
Choose a tag to compare
Adding extra logging for matched warnings (#326)

### What's done:
- Now MATCHED warnings are printed even in case of FAIL or PASS

Release v0.2.5

29 Nov 21:39
88b3ab2
Compare
Choose a tag to compare
Multiline warnings (#323)

* Multiline comments

What's done:
* Added support multiline warnings
Closes #321

Release v0.2.4

24 Nov 11:53
530f7e8
Compare
Choose a tag to compare
ignoreLines feature for filtering the input file (#307)

* feature/ignoreLines

###What's done:
 * Added ignoreLines option for Fix plugin.
 * Added tests for ignoreLines and Fix plugin.
 * Added ignoreLines option for Warn plugin.
 * Added tests for ignoreLines and Warn plugin.
 * Implemented copying a file in Warn plugin in order to filter out lines that match any regex from ignoreLines.

(#303)

Release v0.2.3

28 Oct 11:11
77be59a
Compare
Choose a tag to compare

24c2680 Build save-common for JS target (#304, #306)
f02bc6c FixAndWarn plugin should return TestResults with *Test files (#301)
aadd6b5 execCmd is now a filed of DebugInfo dataclass (#305)
acca0b7 GH Actions: Set minimal retention for gradle test reports (#302)
d0a9f4d HotFix for Save (#299)

Release v0.2.2

21 Oct 13:24
993aa62
Compare
Choose a tag to compare

Stability hotfixes for LIT integration

Release v0.2.1

18 Oct 12:39
79a7f4a
Compare
Choose a tag to compare
Test Suffix detection to usual regex (#290)

### What's done:
* changed suffix detection in warn plugin to usual regex detection.
* edited README.md file for warn plugin.
* added tests.
(#286)

Release v0.2.0

05 Oct 13:05
e205850
Compare
Choose a tag to compare

What' new:

  • Changes in logging: logging is now less heavy, more information is moved to debug;
  • New --quiet option is added. It supresses all save warnings;
  • ExecFlags (run configurations) in tests resources
  • New plain-failed test reporter that prints only failed tests
  • Save now prints the statistics of failed/passed tests, calculates pass-rate
  • Refactoring and bugfixing

Release v0.1.2

31 Aug 13:40
c22931f
Compare
Choose a tag to compare
Create the logic in Plugins, which will manage redirectTo for Process…

…Builder (#220)

* Create the logic in Plugins, which will manage redirectTo for ProcessBuilder

What's done:
* Added logic for redirectTo
Closes #122

Release v0.1.1

08 Jul 11:29
ca145c3
Compare
Choose a tag to compare
Running individual tests doesn't work as expected (#171)

* Running individual tests doesn't work as expected

What's done:
* Check for the full path to the file
Closes #137