Skip to content

feat: add ignoreCase option to compute() for case-insensitive directive matching#105

Merged
cyjake merged 2 commits intomasterfrom
feature/ignore-case-compute
Feb 26, 2026
Merged

feat: add ignoreCase option to compute() for case-insensitive directive matching#105
cyjake merged 2 commits intomasterfrom
feature/ignore-case-compute

Conversation

@cyjake
Copy link
Copy Markdown
Owner

@cyjake cyjake commented Feb 26, 2026

  • Add ComputeOptions interface with ignoreCase property
  • Update compute() to accept optional second argument for compute options
  • Normalize directive names to lowercase when ignoreCase is true
  • Add comprehensive test cases for ignoreCase functionality

Closes #88

…ve matching

- Add ComputeOptions interface with ignoreCase property
- Update compute() to accept optional second argument for compute options
- Normalize directive names to lowercase when ignoreCase is true
- Add comprehensive test cases for ignoreCase functionality

Closes #88
@cyjake cyjake merged commit 16d5218 into master Feb 26, 2026
7 checks passed
@cyjake cyjake deleted the feature/ignore-case-compute branch February 26, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consideration of aligning cases to lower case when compute to match OpenSSH behavior

1 participant