dox v0.7.1 Release Notes

Release Date: 2015-04-03 // about 9 years ago
    • ๐Ÿ“œ 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