Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 1.69 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.4.0 - 2024-11-20

Added

  • Ability to import voters to a vote
  • Automated gem release using GitHub Actions

0.3.0 - 2024-11-18

Added

  • 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

Changed

  • Update README.md with get validtion results usage instructions
  • Update .rubocop.yml with new rules
  • Enhance code documentation with detailed YARD comments

Fixed

  • Fix changelog version ordering

0.2.0 - 2024-11-07

Added

  • 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

Changed

  • Update README.md with usage instructions
  • Update .rubocop.yml with new rules

Fixed

  • Fix console startup issue caused by incorrect code reference

0.1.0 - 2024-10-29

  • Initial release