You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Juice Shop Project
This release brings technical breaking changes or renamings (⚠️) which might require migrating to a newer Node.js version or updating existing customization files.
👟 Runtime
Added support for Node.js 18.x
Removed support for Node.js 12.x and 17.x and no longer provide packaged distributions for these versions (⚠️)
Removed inofficial support for Node.js 13.x
🎭 Customization
89fd86b: Playback speed of tutorial hints can be adjusted by setting hackingInstructor.hintPlaybackSpeed property to faster/slower (±50%), fast/slow (±25%) or leaving it normal
👨🏫 Hacking Instructor
#1785: Skippable hints will now by skipped on double-click instead of single-click to avoid accidental skipping
Skippable hints will now show a tooltip "Double-click to skip" when hovered over
⚙️ DevOps Automation
Split CI/CD job test into test (for unit tests), api-test (for Frisby.js) and coverage-report (for Codeclimate merge and upload)
🧹 Technical Debt Reduction
#1757: All sequelize ORM models have been migrated to TypeScript (kudos to @ShubhamPalriwala)
b7a2edb: Cache of Refactoring Safety Net (RSN) is now stored in pretty-printed format