Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

44 lines (36 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file. This project attempts to adhere to Semantic Versioning. This changelog attempts to adhere to Keep a CHANGELOG.

[0.2.0] - 24 October 2019

Changed

  • Updated semantics to address use of frozen string literals
  • Updated minitest semantics to address global must_equal deprecations
  • Dropped support for Ruby versions older than 2.5.0
  • Numerous Rubocop related fixups

0.1.4 - 06 March 2017

Added

  • Fixed a missing '-' in the regex pattern that defined the parts of a triplet
  • Numerous Rubocop related fixups

0.1.3 - 07 July 2016

Added

  • Triplets#split method returns the expected array of values for parsed triplets

Changed

  • Improved Triplets#triplet? functionality

0.1.2 - 07 July 2016

Added

  • Triplets#triplet? method allows for fast testing on parsed triplets

0.1.1 - 09 May 2016

Added

  • Fix Ruby 2.2.0 and 2.3.0 support
  • Add JRuby to Travis checks
  • Make Rubocop print cop names by default

0.1.0 - 09 May 2016

Added

  • Initial release
  • README covers usage, licensing, and rationale