Skip to content

Releases: dhruvaray/spa-eye

Backbone Eye : v0.2.0

28 Jun 11:24
Compare
Choose a tag to compare
  • Supports Firebug 2.0+

Backbone Eye: v0.1.2

12 Feb 09:45
Compare
Choose a tag to compare
  • Attach and detach key events on show/hide of spa-eye panel for #12
  • Add support for firefox 28

Backbone Eye : v0.1.1

02 Dec 08:54
Compare
Choose a tag to compare
  • Enables Firebug Script panel automatically (if disabled)
  • Adds some defensive checks

UPDATE (3rd Dec 2013)

This version clears the full Mozilla review process and all restrictions are removed!

Backbone Eye : v0.1.0

29 Nov 12:56
Compare
Choose a tag to compare
  • Bumped up FF version to v 26.*
  • Fix for source template coming in as undefined (in view debug screens)
  • Minor changes after clearing Mozilla preliminary review. This version is submitted for full review

Backbone Eye : v0.1.0-rc6

18 Oct 14:30
Compare
Choose a tag to compare

Maintenance release - Incorporates comments from Mozilla's preliminary review process.

UPDATE (20th Nov 2013)

We cleared the Mozilla preliminary review process on Nov 20, 2013. Backbone Eye is now publicly available on the Mozilla add-ons website

Backbone Eye : v0.1.0-rc5

26 Sep 05:26
Compare
Choose a tag to compare
Pre-release

Introducing 'Deep Check' option
Deep Check option is disabled by default. Switch it on to do a more intensive detection of Backbone usage. (in any closure/function context) Use it if your application uses environments like Browserify.js.

deepcheck

Backbone Eye : v0.1.0-rc4

24 Sep 08:20
Compare
Choose a tag to compare
Pre-release

Enhanced auto-discovery of Backbone in any closure context

With this release, Backbone Eye can detect the Backbone library in any closure or function context - in addition to the global context. This feature brings in support for environments like Browserify.js which attach the Backbone library to a non-global context.

Normalize Journal and Interaction Trails View
Change Journals view to use generic time markers (t=1, 2 etc) and sort from latest to the beginning.

journal

Backbone Eye : v0.1.0-rc3

08 Sep 11:11
Compare
Choose a tag to compare
Pre-release

Auto discovery of Backbone usage across IFRAME(s) within an app

Consolidates Backbone Models/Views/Collections across nested IFRAMES. This will also make it work with Backbone.js snippets in demonstration/code-pen(s) like JSFiddle and JSBin

Minor

  • Normalize behavior : Remove side panels when switching from a Backbone app context to a non-Backbone app context. (Earlier side panels were shown with no data)

Backbone Eye : v0.1.0-rc2

28 Aug 13:38
Compare
Choose a tag to compare
Pre-release

Performance

  • Performance enhancements - debounce draw operations for interaction trails/journals.

Usability

  • Persist panel selection on re-load.
  • Select a model (view or collection) by default when a particular tab is selected.
  • Provide a splitter widget for the Interaction trails. Now users can now re-size the graphical/tabular regions appropriately.

Minor Additions

  • Show Backbone Eye version. Please specify while filing bugs.
  • Eye logs title now shows a counter. Know if errors have been encountered without having to navigate to Eye Logs.

Backbone Eye : v0.1.0-rc1

22 Aug 10:29
Compare
Choose a tag to compare
Pre-release
  • Rendering performance fixes for applications with large data.
  • Honor view template settings.
  • View encoding fixes.
  • Warning for Firebug v < 1.11
  • Build script.
  • FB Test suite addition.

Please remember that the plugin works with Firefox 23+ and Firebug 1.12+
Firebug 1.11.4+ is also supported, but it is not possible to edit model values.