pluginlab@0.4.0
·
100 commits
to master
since this release
🔧 pluginlab crate
🐛 Bug Fixes
- Permission precedence fix: Fixed an issue where
--allow-allflag wasn't properly overriding--allow-netpermissions. Previously, when both--allow-alland--allow-netwere specified, the network permissions would be determined by--allow-netinstead of granting all permissions as expected. Now--allow-allcorrectly takes precedence and grants full permissions.
✨ New Features
- Improved
list-commandsoutput: Thelist-commandscommand now provides a cleaner, tab-separated output format that clearly distinguishes between plugin commands and reserved commands. It also now lists themancommand as a reserved command.
🌐 web-host
✨ New Features
- Enhanced REPL experience: Added log message when REPL host is ready
- Example tracking: Added badge on wand button to track which examples haven't been tested yet
- Mobile UX improvements: Removed autoComplete/Correct/Capitalize to prevent mobile keyboard interference with user inputs
🧪 Testing & Quality
- Added comprehensive tests for the new
mancommand functionality - Enhanced test coverage for
list-commandsoutput changes
📦 Installation
cargo install pluginlab@0.4.0Full Changelog: https://github.com/topheman/webassembly-component-model-experiments/compare/pluginlab@0.3.0...pluginlab@0.4.0