Skip to content

Releases: beakerandjake/advent-of-code-runner

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 18:13

1.9.0 - 2025-11-30

Changed

  • Updated configuration to support 2025. (#249)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 03:05

1.8.0 - 2024-11-29

Changed

  • Updated configuration to support 2024. (#246)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 28 Dec 00:06

1.7.1 - 2023-12-28

Fixed

  • Updated template package.json to include npm script for the import command (#242)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 23:33

1.7.0 - 2023-12-27

Added

  • Added import command which stores correct answers to problems submitted outside of the cli. (#20 and #240)

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 05:32

1.6.1 - 2023-12-01

Fixed

  • Fixed issue with puzzle unlock time being 2pm EST instead of midnight EST (#238)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 23:18

1.6.0 - 2023-11-17

Changed

  • Remove dependencies: dom-serializer, domutils, htmlparser2

Fixed

  • Fix submission response parsing. Now handles more server responses with better output to the user. (#223)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 00:53

1.5.0 - 2023-11-16

Added

  • Add devDependencies: jest-extended

Changed

  • Input files are ignored in source control by default (#231)
  • Deprecate action chains and major rewrite of commands (#232)
  • All commands have much better unit testing.
  • Logging output less verbose when running commands.
  • Upgrade dependencies: commander 11.1.0
  • Upgrade devDependencies: jest 29.7.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 18:09

1.4.0 - 2023-11-13

Added

  • Added support for 2023 to the config file (#226)

Changed

  • Replaced inquirer package with @inquirer/prompts, will reduce package size. (#230)

Fixed

  • Fix number of solvable problems to be 49 not 50 (day 25 only has one level) (#224)

v1.3.6

Choose a tag to compare

@github-actions github-actions released this 23 Aug 18:39

1.3.6 - 2023-08-23

Fixed

  • Fix command text in template README file (#221)

Security

  • Dependabot bump word-wrap package from 1.2.3 to 1.2.4 (#220)

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Mar 17:10

1.3.5 - 2023-03-30

Fixed

  • downloadInput() no longer trims the end of the text (#218)