Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 1.89 KB

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.

[0.3.1] - 2023-06-05

Changed

  • Changed linting development dependency from panolint to panolint-ruby.

0.3.0 - 2020-06-30

Added

  • Dependabot configuration for automatic dependency update PRs
  • Added Parker Finch as a gem author in the gemspec!

Changed

  • Moved panolint to development dependency (oops!)
  • Fixed YARD docs link and other typos

0.2.1 - 2020-05-15

Added

  • Additional documentation and examples

Changed

  • Fixed formatting inside of YARD documentation comments
  • Fixed syntax highlighting in examples in YARD doc comments

0.2.0 - 2020-05-14

Added

  • Optional refinement to add a #scan_left directly to Enumerable
  • Badges in README.md for tests, gem version, and docs
  • Documentation link in gemspec to rubydoc.info

Changed

  • Improved YARD doc formatting for RubyDoc.info

0.1.0 - 2020-05-08

Added

  • Initial implementation of ScanLeft
  • Code of conduct
  • Rubocop configuration
  • Tests run via Github Actions configuration

Changed

  • Bumped bundler version to 2.x

Removed

  • Scaffolding from the gem skeleton structure

0.0.1 - 2020-05-06

Added

  • Initial gem project structure
  • Initial CHANGELOG.md based on keepachangelog.com