Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@stevegrunwell stevegrunwell released this 18 Dec 16:09
· 24 commits to main since this release
acf6ad0
  • Add the following multipliers to help with sub-second timings (#13):
    • MILLISECONDS_PER_SECOND (1,000ms/s)
    • MICROSECONDS_PER_SECOND (1,000,000µs/s)
    • NANOSECONDS_PER_SECOND (1,000,000,000ns/s)
    • PICOSECONDS_PER_SECOND (1,000,000,000,000ps/s)
  • Remove the composer.lock file, overhaul CI pipeline so tests can be run across all supported versions of PHP (#14, props @peter279k).
  • Define an archive.exclude section in composer.json (#15).