Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 999 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 999 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-04-23

Changed

  • README updated
  • Small documentation clarification @smnscp.
  • Rakefile cleaned up. You can now just run rake which will run specs and fix linting using standardrb

Breaking Changes

  • Very niche but a breaking change never the less. The to_s method no longer accepts the :true and :false arguments, but prefers :dark and :light.

0.2.0 - 2020-12-26

Changed

  • fix required_ruby_version for Ruby 3 support