2.0.0 Release
Breaking Changes
Technically, v1.6.0
should have been a major release, as breaking changes were inadvertently introduced in that version. With the introduction of #68, previously excluded files living in subdirectories of directories explicitly referenced source.path
config would now be included. To exclude subdirectories, use the exclude
configuration setting. Excluding files seemed less common than wanting to include sub-dirs implicitly, so this seemed like a fair trade-off. This release also fixes a bug in the initial implementation of #68 which caused links to classes and methods in doc files to break.
What's Changed
- chore(deps): bump y18n from 4.0.0 to 4.0.3 by @dependabot in #72
- fix: source links post-recursive file discovery update by @no-stack-dub-sack in #74
- fix: vscode version, info messages, update docs by @no-stack-dub-sack in #75
Full Changelog: v1.6.0...v2.0.0