Skip to content

0.7.1

Compare
Choose a tag to compare
@Twipped Twipped released this 03 Apr 16:07
· 73 commits to master since this release
  • 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