Skip to content

V0.0.4

Compare
Choose a tag to compare
@jasonLaster jasonLaster released this 25 Oct 15:53
· 489 commits to master since this release

Added

  • backboneAgent improvements
    • Added a queue to the backboneAgent message system so that messages that are sent from the browser window to inspector tab would be debounced and capped at 1000.
    • Added more information to backboneAgent messages, so that the inspector has more information about what happened to the application.
  • Inspector Application improvements:
    • Started debouncing key inspector data fetch and render functions because they were being called excessively.
    • Added a new Logger utility for monitoring inspector events without cluttering the console.
  • Inspector UI improvements:
    • Added a new UI tree with expanding / collapsing powers.
    • Improved the UI layout with independent pain scrolling.

Changed

  • Refactored the backboneAgent so that each module was in its own file diff.

Removed

  • removed the backboneAgent eventInterceptor.

Fixed

  • Fixed bug where the regionTree was not serializing collection child views
  • Fix bug where the patched amd define function was no longer checking if the module was Backbone.
  • Fixed bug where showing a view's information when the element was empty would throw an error.