Skip to content

v0.1.3

Choose a tag to compare

@t0kubetsu t0kubetsu released this 15 May 10:42
· 3 commits to master since this release
v0.1.3
5f78235

What's changed

Added

  • assessor.assess() accepts an optional progress_cb: Callable[[str], None]
    parameter, consistent with the platform-wide public API convention.
  • reporter module now exposes a public console alias (Console(record=True))
    and a save_report(path) function; the CLI imports these rather than
    duplicating the export logic internally.

Changed

  • CLI migrated to use reporter.console and reporter.save_report()
    the private _save_report() helper in cli.py has been removed.

Impact

Platform API alignment release. assess() now accepts a progress_cb
callback for progress reporting, and save_report() is a first-class
public function — consistent with all other NC3-TestingPlatform modules.
No change to check logic or scoring.


Full changelog: https://github.com/NC3-TestingPlatform/headersvalidator/blob/master/CHANGELOG.md