Version History - danielep71/VBA-PERFORMANCE_MANAGER GitHub Wiki

Version History

This page records the published version history of cPerformanceManager.

Versioning approach

The current documented release baseline is:

  • Version: 1.1.0
  • Updated: 2026-04-18

Version 1.1.0

Release date: 2026-04-18
Status: Current documented public baseline

Summary

Version 1.1.0 extends the documented public baseline with:

  • structured checkpoint capture
  • per-session run labels
  • CheckpointCount
  • ClearCheckpoints
  • ReportAsArray
  • ReportAsText
  • expanded regression coverage for checkpoint/reporting behavior
  • documentation refresh across README and wiki pages

Version 1.0

Release date: 2026-03-28

Summary

Version 1.0 introduced the documented public form of cPerformanceManager with:

  • a session-bound timing model
  • multiple timing backends
  • validation-aware elapsed-time reads
  • formatted elapsed-time output
  • formatting of an already measured elapsed value without a second timing sample
  • structured diagnostics
  • benchmark-support helpers
  • explicit cleanup semantics
  • shared TW participation support through a required companion module
  • demo, usage-example, and test modules in the GitHub project