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.4.0 - 2024-11-20
- Ability to import voters to a vote
- Automated gem release using GitHub Actions
0.3.0 - 2024-11-18
- Added Global configuration for setting the API key using
ElectionBuddy.configure
method - Ability to retrieve voter list's validation results
- Automated gem documentation using YARD and GitHub Pages
- Update README.md with get validtion results usage instructions
- Update .rubocop.yml with new rules
- Enhance code documentation with detailed YARD comments
- Fix changelog version ordering
0.2.0 - 2024-11-07
- Faraday as a runtime dependency
- Debug as a development dependency
- API call framework: resource-oriented design to structure and support API calls
- Ability to validate the voter list of a given vote
- Update README.md with usage instructions
- Update .rubocop.yml with new rules
- Fix console startup issue caused by incorrect code reference
0.1.0 - 2024-10-29
- Initial release