Releases: junctor/hackertracker-export
Releases · junctor/hackertracker-export
Legacy JavaScript implementation
This release preserves the final JavaScript version of hackertracker-export before the repository is rewritten in Go.
The JavaScript implementation is no longer the active development target, but this release is kept as a stable reference point for:
- comparing generated output during the Go rewrite
- preserving historical behavior
- recovering the previous implementation if needed
- documenting the transition from the original exporter to the new Go implementation
The next version of this repository will replace the JavaScript codebase with a Go implementation while preserving output compatibility for info.defcon.org.
Notes
- This release is intended as an archival checkpoint.
- No new JavaScript features are planned.
- The rewrite should preserve existing output paths, filenames, and JSON schema compatibility where practical.
- Any intentional behavior differences in the Go version should be documented separately.
Recommended migration target
Future development should happen on the Go rewrite in this same repository.
The previous JavaScript implementation can be referenced from this release tag.