- Added
_build/prereqs
parsing to handle ancient Module::Build - Added
Makefile.PL
parsing foruse
orMIN_PERL_VERSION
declarations - Added
all-sources
option to include prereqs from all sources rather than first found
- More testing
- Use a module hook or esbuild plugin to load peggy parsers. Avoids needing to rebuild the parsers when developing, but has no impact on the final build.
- Fixed handling of named plugins in
dist.ini
.
- Added
exclude
option.
- Revised to use eslint only for linting
- Various refactorings
- Additional tests
- Can now parse
dist.ini
files forauthor
dependencies.
- Apply prettier and more linting to all files
- Initial release