Skip to content

pacwich 0.6.0 - Verify feature improvements

Latest

Choose a tag to compare

@ScottMorse ScottMorse released this 20 Jul 22:34

Added

  • Config:
    • Workspace config now accepts the same verify options as project config
      • ignoreInputFiles are relative to the workspace path (use leading slash to make relative to project root)
    • Added verify option ignoreImportsFromWorkspacePatterns to ignore imports/exports from specific workspaces by using workspace patterns
    • Docs: project config, workspace config, new dedicated Verify page

Fixed

  • pacwich uses a temp dir versioned to the package for running scripts. The version directories are cleaned up less aggressively to prevent the edge case of one pacwich process wiping another’s temp dir mid-process.
  • verify config: Values "/" and "." for ignoreInputFiles were silently ignored and now take effect. Using these values isn’t recommended, but now verify will explicitly ignore all files in scope if they are passed.