What's Changed
🎉 New Features
- Added
-no-default-ext-filteroption to disable default extension filter by @mjkim610 in #1386 - Added
-eofand-lofflags for JSON output filtering by @hanXen in #1390
🐞 Bug Fixes
- Fixed
-kfoption validation by guarding it with pre-defined values by @mjkim610 in #1359 - Fixed nil ptr dereference in response handling by @dogancanbakir in #1407
- Fixed onclick event detection in javascript by @zsbahtiar in #1427
- Fixed nil ptr dereference in response handling in makeRequest function by @zzdboy in #1460
- Fixed
-no-scopebehaviour by @Deamhan in #1454
Other Changes
- Added crawl depth for each entry in verbose logs by @mjkim610 in #1418
- Updated .gitignore by @mjkim610 in #1395
- Updated
formatJSONfunction to useOrderedMapto preserve order of output fields by @hanXen in #1417 - Improved program exit status handling by @dogancanbakir in #1388
- Improved error handling for for empty response by @mjkim610 in #1409
- Improved depth filtering by updating order of operations by @Deamhan in #1455
New Contributors
- @hanXen made their first contribution in #1390
- @mjkim610 made their first contribution in #1386
- @zsbahtiar made their first contribution in #1427
- @zzdboy made their first contribution in #1460
- @Deamhan made their first contribution in #1455
Full Changelog: v1.2.2...v1.3.0