v3.6.6
Rich-Harris/degitv3.6.6Sep 4, 2026by YogliB
AI Summary
Enhances GitLab support and documentation while adding validation tools and fixing URL handling for subdirectories.
Key Highlights
- Support for GitLab nested groups
- Added JSON Schema for `degit.json`
- Decodes URL-encoded subdirectory segments
New Features
- GitLab nested groups support
- JSON Schema validation
- URL decoding for subdirectories
Full Release Notes
- Support GitLab nested groups by probing candidate `user/repo` paths at runtime ([#76](https://github.com/Rich-Harris/degit/issues/76)). - Clarify `--cache` flag and default offline fallback behavior in help text and README ([#314](https://github.com/Rich-Harris/degit/issues/314)). - Add a JSON Schema for `degit.json` at `schemas/degit.schema.json`. - Decode URL-encoded subdirectory segments in full repository URLs ([#477](https://github.com/Rich-Harris/degit/issues/477)).