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.
- Changed linting development dependency from
panolint
topanolint-ruby
.
0.3.0 - 2020-06-30
- Dependabot configuration for automatic dependency update PRs
- Added Parker Finch as a gem author in the gemspec!
- Moved panolint to development dependency (oops!)
- Fixed YARD docs link and other typos
0.2.1 - 2020-05-15
- Additional documentation and examples
- Fixed formatting inside of YARD documentation comments
- Fixed syntax highlighting in examples in YARD doc comments
0.2.0 - 2020-05-14
- Optional refinement to add a
#scan_left
directly toEnumerable
- Badges in README.md for tests, gem version, and docs
- Documentation link in gemspec to rubydoc.info
- Improved YARD doc formatting for RubyDoc.info
0.1.0 - 2020-05-08
- Initial implementation of
ScanLeft
- Code of conduct
- Rubocop configuration
- Tests run via Github Actions configuration
- Bumped bundler version to 2.x
- Scaffolding from the gem skeleton structure
0.0.1 - 2020-05-06
- Initial gem project structure
- Initial CHANGELOG.md based on keepachangelog.com