Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@etiennemargraff etiennemargraff released this 05 Jul 09:42
  • 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 :
      • Generic node.js debugging plugin
      • Displays env variables and their values
      • There is a graph connected to memory usage
      • List for modules required inside the app
    • Various fixes and improvements
      • Fix a bug that made safari remote debug impossible
      • Various refactoring
      • Fixing errors in gulp file
      • Accessibility improvements
      • Adding support for identify in node.js debugging
      • Fixed a bug that made express with static files crashes when debugging using vorlon
      • Fixed ssl support