0.7.1
- Context parsing has been re-factored into an array of functions that are iterated over until a match is found. This array is exposed as
dox.contextPatternMatchers
, allowing for extension with new contexts without needing to edit the dox source. - Fix: ES6 classes extended from sub-properties (such as Backbone.View) are now properly matched