Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mysticatea mysticatea released this 09 Jan 19:04
· 348 commits to master since this release

Breaking Changes:

  • No longer no-missing-* rules are checking whether or not import targets are published.
    So "publish" option was removed. (#3)
  • "convertBinPath" option of shebang rule was removed.
    Please use new "convertPath" option.
    It's consistent with other rules. (#7)

Updates:

  • no-unpublished-* rules were added.
    They were split out from no-missing-* rules. (#3)
  • shebang rule got fixable. (#8)
  • "tryExtensions" option was added to no-missing-* and no-unpublished-*. (#14)
    As a result, the behavior that checks files with additional extensions was improved.
    Thank you @AprilArcus !
  • We got an ability to use shared settings for rules.
    • "convertPath" for no-unpublished-* and shebang.
    • "tryExtensions" for no-missing-* and no-unpublished-*.