@hyperfrontend/project-scope
Changelog§
Every published release, newest first. The latest is v0.2.6.
8 releases, newest first
v0.2.65 fixes
Compare the commits behind v0.2.6 on GitHub ↗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
v0.2.51 fix
Compare the commits behind v0.2.5 on GitHub ↗Bug Fixes
- derive a config format from its extension when the pattern declares none
v0.2.41 fix
Compare the commits behind v0.2.4 on GitHub ↗Bug Fixes
- read cache timestamps via the immutable copy
v0.2.32 fixes
Compare the commits behind v0.2.3 on GitHub ↗Bug Fixes
- confine import resolution to the project root
- reject NUL-byte paths in fs primitives
v0.2.21 other change
Compare the commits behind v0.2.2 on GitHub ↗Other
@hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
v0.2.12 fixes
Compare the commits behind v0.2.1 on GitHub ↗Bug Fixes
@hyperfrontend/workspacedefine local custom eslint rules plugin globally on config files- use @hyperfrontend/logging api execlusively for logging
v0.2.01 other change
Compare the commits behind v0.2.0 on GitHub ↗Other
- Version sync (no direct changes to this package)
v0.1.01 feature
Features
lib-project-scopecomplete implementation (6075fbd)