Files
detector/changelog.md

71 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

# Changelog
## 2025-05-26 - 2.1.2 - fix(documentation)
Improve documentation formatting and code consistency across project files
- Refined readme.md: replaced CI status badges with streamlined installation and usage instructions
- Updated code formatting and whitespace in detector classes and interfaces for clarity
- Enhanced test file formatting and adjusted options to improve test readability
- Minor improvements in commit info data structure
## 2025-05-26 - 2.1.1 - fix(detector)
Improve test coverage and adjust detection result handling
- Updated readme hints and plan to document the enhanced comprehensive test suite
- Expanded tests to cover backward compatibility, performance benchmarks, and multiple service types
- Modified detection logic to set serviceType to UNKNOWN when a port is inactive with detectServiceType option
## 2025-05-26 - 2.1.0 - feat(detector)
Enhance port detection and service fingerprinting with improved HTTP/HTTPS and SSH checks, update test scripts for verbose output, and revise documentation with new hints and a detailed improvement plan.
- Updated package.json to use verbose testing and added '@git.zone/tsrun' dependency
- Improved Detector class: finalized detectType implementation with protocol-specific checks and banner grabbing
- Refined test cases to verify active ports and service detection for HTTP, HTTPS, and SSH
- Expanded readme hints with project overview, key components, and detailed improvement plan
## 2025-05-26 - 2.0.2 - fix(ci)
Update CI workflows, dependency paths, and project configuration
- Added new CI workflow files (.gitea/workflows/default_nottags.yaml and .gitea/workflows/default_tags.yaml) to replace the old GitLab CI configuration
- Removed obsolete .gitlab-ci.yml file
- Updated dependency import paths from '@pushrocks' to '@push.rocks' in source and commit info files
- Revised package.json with new metadata fields and updated dependency versions
- Enhanced tsconfig.json with decorator metadata and NodeNext module settings
- Minor adjustments in .gitignore and readme formatting
## 2022-07-16 - 2.0.1 - no significant changes
This release was a version update only and did not include any relevant changes.
- No noteworthy modifications.
## 2022-07-16 - 2.0.0 - core
fix(core): update
- Updated core functionality.
## 2022-07-16 - 1.0.5 - core
BREAKING CHANGE(core): switch to esm
- Switched to ES modules, introducing breaking changes.
## 2022-07-16 - 1.0.4 - core
fix(core): update
- Updated core functionality.
## 2021-04-14 - 1.0.3 - core
fix(core): update
- Updated core functionality.
## 2021-04-13 - 1.0.2 - core
fix(core): update
- Updated core functionality.
## 2021-04-12 - 1.0.1 - core
fix(core): update
- Updated core functionality.
Other releases that were simple version bumps have been omitted from detailed descriptions.