MicrosoftDX/Vorlonjs
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
11 Releases
Latest: 9y ago
0.5.4Latest
📦 0.5.4
- Plugins
- Bot Framework Inspector
- Fixes on UI
- Vorlon behind proxy
- Fixing Socket.io when Vorlon.js is behind a proxy and BaseUrl is configured
0.50.5.0
📦 0.5.0
- Plugins
- Bot Framework Inspector
- Plugin creation
- Helps you inspect and debug bot created in Node.js using Bot Builder (https://github.com/Microsoft/BotBuilder)
- Features: Get dialogs list, See live dialog stacks and events, live graph showing path in the bot.
- Various fixes and improvements
- Add support for listening with host 0.0.0.0 (https://github.com/kkeybbs)
- Dashboard working correctly if baseUrl is set in config file (https://github.com/mboelter)
- + 1 more
0.4.0
📦 0.4.0
- Plugins
- Dom Timeline
- New plugin to record history of dom changes
- Article available here : https://meulta.com/en/?p=208
- Credit : @FremyCompany
- Configuration
- You can now provide a --config flag at startup to use another config file
- Various fixes and improvements
- + 2 more
0.3.0
📋 Changes
- Plugins
- Node.js sample:
- New sample using Express with landing page and buttons to simulate express routes
- Express.js plugin :
- Displays information about an Express app connected to Vorlon.js
- Routes and objects are available
- A new entry appears each time a route is hit via a request
- Node.js plugin :
- + 12 more
0.2.2b
Fixing version in package.json ... :p
0.2.2
📋 Changes
- Plugins
- Interactive Console :
- Displays log in correct order
- Office addin
- Allows you to debug office addin (they are done using web tech) : http://i1.blogs.msdn.com/b/mim/archive/2016/02/18/vorlonjs-plugin-for-debugging-office-addin.aspx
- UWP Plugin
- Allows you to debug Universal windows apps dev in JavaScript
- Various fixes and improvements
- + 8 more
0.2.1
Fixing reference in package.json...
0.2.0
📋 Changes
- Plugins
- XhrPanel: changing hook to go over prototype for node.js implementation
- Best practices:
- integration with aXe rules for accessibility : http://www.deque.com/products/aXe/
- Moved all code to client side
- Updated Modernizr plugin to support modernizr 3.0
- Various bug fixes and improvements
- Removed redis dependency
- + 16 more
0.1.0
📋 Changes
- Plugins
- Object explorer was revamped for better integration
- New device plugin: Know your numbers!
- New (Q)Unit test plugin
- Wappalyzer plugin (3rd party)
- DOM Explorer: display all html nodes (head and body, instead of body only) in domExplorer, improve UI of search, update css, select DOM in client (target button)
- Best practices: analyze your website to discover how you can improve your code
- Core
- + 11 more
v0.0.15
📋 Changes
- Plugins
- Plugins are now split into 2 files (client and dashboard)
- New plugins:
- XHR Panel to track xhr calls
- Network Monitor to render performances data
- Resources Explorer to display local/session storage and cookies variables
- ngInspector to analyze your Angular's scopes
- Add envelope and commands for messages between dashboard and client
- + 28 more
0.0.14v0.0.14
Integration textNode in domExplorer Fixing various UI issues