@hyperfrontend/project-scope

Changelog§

Every published release, newest first. The latest is v0.2.6.

  1. v0.2.65 fixes

    Bug Fixes

    • stop walkTree at a directory symlink and validate symlinks on directory queries
    • reject a nul byte in any tree path before it is buffered
    • apply gitignore negation and directory-only patterns the way git does
    • let a walker swallow only filesystem failures
    • build core/logger as its own entry instead of a file module
    Compare the commits behind v0.2.6 on GitHub ↗
  2. v0.2.51 fix

    Bug Fixes

    • derive a config format from its extension when the pattern declares none
    Compare the commits behind v0.2.5 on GitHub ↗
  3. v0.2.41 fix

    Bug Fixes

    • read cache timestamps via the immutable copy
    Compare the commits behind v0.2.4 on GitHub ↗
  4. v0.2.32 fixes

    Bug Fixes

    • confine import resolution to the project root
    • reject NUL-byte paths in fs primitives
    Compare the commits behind v0.2.3 on GitHub ↗
  5. v0.2.21 other change

    Other

    • @hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
    Compare the commits behind v0.2.2 on GitHub ↗
  6. v0.2.12 fixes

    Bug Fixes

    • @hyperfrontend/workspacedefine local custom eslint rules plugin globally on config files
    • use @hyperfrontend/logging api execlusively for logging
    Compare the commits behind v0.2.1 on GitHub ↗
  7. v0.2.01 other change

    Other

    • Version sync (no direct changes to this package)
    Compare the commits behind v0.2.0 on GitHub ↗
  8. v0.1.01 feature

    Features

    • lib-project-scopecomplete implementation (6075fbd)