Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 721 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2021-10-14

Added

  • Stable release.

[0.1.0] - 2021-10-14

Added

  • Godoc examples.
  • Static code analysis with staticcheck.

Changed

  • Monitor() function on Monitor now takes variadic Check arguments, allowing you to pass multiple checks in at once. This does not break backwards compatability.

Fixed

  • README example that didn't compile.

[0.0.0] - 2021-10-13

Added

  • Initial development release.