Releases: Raathigesh/majestic
Releases · Raathigesh/majestic
v1.7.0
- Support optional chaining by @gregveres (#178 )
- Support for HTTPS protocol by @pavelzubov (#182)
- Fix for hidden update snapshot button by @adamkleingit (#187)
- Fix the flat tree regression (#188)
v1.6.2
- Fix to template literals rendering by @rahulakrishna (#169)
1.6.1
- Wrap files paths better by @jsmey (#161)
- Pretty prining HTML in console.log() by @rahulakrishna (#167)
1.6.0
- Change keyboard shortcut binding by @BuckAMayzing (#150)
1.5.0
✨ Enhancements
-
Support for keyboard shortcuts by @jsmey (#147)
-
Remembering the previously selected file when toggling coverage report by @jsmey (#144)
-
Make open in editor respect the
EDITOR
env variable by @krazylegz (#127)
🐛 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)
❤ This is truly a community-driven release. Thank you all for your contributions
1.4.1
1.4.0
🎉 Features
- Coverage now respects the
coverageDirectory
specified in Jest config - Allow multiple configurations by @MacZel. (#118)
🌵 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
🎉 Coverage support
Majestic allows running tests with coverage enabled and shows report inline.
💪 And a lot of great humans helped to fix a lot of issues
1.2.24
v0.2.0
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)