Skip to content

Latest commit

 

History

History
87 lines (82 loc) · 3.48 KB

whatsnew.md

File metadata and controls

87 lines (82 loc) · 3.48 KB

0.2.0

  • Plugins
    • XhrPanel: changing hook to go over prototype for node.js implementation
    • Best practices:
    • Updated Modernizr plugin to support modernizr 3.0
    • Various bug fixes and improvements
      • Removed redis dependency
      • Moved to socket.io 1.4+
      • Tons of small fixes all around the place
    • DOM Explorer
      • Click on an absolute uri by holding the ctrl key will display its content into another tab. Hover is effective too.
  • Core
    • Added node.js remote debug support. Now plugins can be flagged with nodeCompliant = true
  • Dashboard
    • Stability improvements
  • Vorlon Desktop
  • General

0.1.0

  • 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
    • --version now return the current version
    • Custom log path and log level
    • Code revamping
    • Performances improvements
  • Dashboard
    • Stability improvements
    • Reload button to refresh the client
  • HTTP Proxy: inject vorlon.js javascript file without modifying the client you are testing
  • General
    • Added server authentication
    • Single click to deploy on Azure

0.0.15

  • 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
    • New control bar component available for plugins
    • Moving all CSS to LESS
    • Huge improvements for DOM Explorer
      • Loaded on demand
      • Direct inner text edit
      • Attributes display and edit
      • Hover coloration
      • Edit content as HTML
      • right click context menu on DOM node (with shortcuts to attribute, HTML edit, ...)
      • settings panel to define behavior
      • search nodes by CSS selectors
      • refresh through MutationObserver, if available in client browser
      • view layout info (margin, padding, size)
      • computed styles panel
    • Improvements on console plugin
      • history for commands
      • support for logging objects and console.dir
      • filtering on console entries
      • support for window.onerror
    • Moving catalog.json to /server/config.json
    • Adding a '+' tab to go to the plugins documentation on the website
  • Core
    • New option to remove socket.io from vorlon.js in catalog.json file
    • Simplified plugin description in catalog.json file
  • Bugs
    • Fixing bug preventing tab between plugins
  • Repo
    • Adding a plugins library for 3rd party plugins