Skip to content

Releases: Raathigesh/majestic

v1.7.0

06 May 10:29
Compare
Choose a tag to compare

v1.6.2

09 Jan 11:43
Compare
Choose a tag to compare

1.6.1

31 Oct 09:18
Compare
Choose a tag to compare

1.6.0

11 Jun 09:45
Compare
Choose a tag to compare

1.5.0

26 May 10:37
Compare
Choose a tag to compare

✨ Enhancements

🐛 Bug fixes

  • Fix for not being able to toggle failed test only filter by @briwa (#136)

  • Fix active file layout issue in the sidebar by @krazylegz (#132)

  • Better handle section resizing by @briwa (#137)

❤ This is truly a community-driven release. Thank you all for your contributions

1.4.1

17 Apr 09:58
Compare
Choose a tag to compare

1.4.0

15 Apr 11:37
Compare
Choose a tag to compare

🎉 Features

🌵 Bug fixes

  • Fix --version flag to report the correct version number (#116)
  • Better handling when there are syntax errors on test files

1.3.0

05 Apr 10:55
Compare
Choose a tag to compare

🎉 Coverage support

Majestic allows running tests with coverage enabled and shows report inline.

image

💪 And a lot of great humans helped to fix a lot of issues

1.2.24

28 Mar 11:18
Compare
Choose a tag to compare

v0.2.0

11 Jan 11:13
Compare
Choose a tag to compare

Features

  • In-built console.log() panel (Experimental)
  • VS Code debugging integration. Thanks to VSCode Jest for implementing this so I could just copy. More info here.

Enhancements

  • Move the output panel to side (#20)
  • Ability to collapse the sidebar via shortcut (ctrl + b)
  • Colorized console output (#40)
  • Install app for the user and not per machine, so elevation is not required on windows (#18)
  • Menu enhancements (By @James-E-Adams)

Bug Fixes

  • Can not open the project when there is no test regex (#2)
  • Sometimes individual test skips without running (#8)