Skip to content

v0.8.0 / 2018-10-12

Compare
Choose a tag to compare
@matthiasr matthiasr released this 12 Oct 09:09
· 734 commits to master since this release
  • [ENHANCEMENT] Speed up glob matching (#157)

This release replaces the implementation of the glob matching mechanism,
speeding it up significantly. In certain sub-optimal configurations, a warning
is logged.

This major enhancement was contributed by Wangchong Zhou.