Skip to content

Latest commit

 

History

History
95 lines (74 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

95 lines (74 loc) · 3.37 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.

  • No unreleased changes!

Changed

  • Update API handler to accept zero padded day numbers (#34 by @YozuChris)

Changed

  • Added missing require to lib/aoc_rb/app.rb (#33 by @pacso)

Changed

  • Updated the aoc command to self-heal the bin/aoc stub with the expected AocRb::App.start command (#32 by @pacso)

Added

  • Version command, which outputs the installed version of the gem (#30 by @pacso)

Changed

  • Updated minimum gem versions for dependencies (#26 by @pacso)

Added

  • New spec --all task to run all tests (by @kauredo)
  • Tests for output task (by @kauredo)

Changed

  • Updated gitignore to exclude ruby environment and gem build files
  • Updated all specs to use the generated test app folder, rather than the gem root dir (#21 by @pacso)

Fixed

  • Thor exit_on_failure deprecation warning (by @kauredo)

Fixed

  • Output task fixed (by @kauredo)
  • Spec task added to run tests from a given day (by @kauredo)

Changed

  • Update minimum nokogiri version
  • Update thor gem

Fixed

  • FileUtils uninitialized constant bug (#10)

Changed

  • Allow any number of arguments to be passed to solutions

Changed

  • Improved input handling in puzzle solutions

Changed

  • Switch from Travis to GitHub Actions
  • Added Gem version badge
  • Update gems and fix specs

Changed

  • Simplified README

Fixed

  • Added require for pathname

Initial release.