Skip to content

Releases: beakerandjake/advent-of-code-runner

v1.7.1

28 Dec 00:06
Compare
Choose a tag to compare

1.7.1 - 2023-12-28

Fixed

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

v1.7.0

27 Dec 23:33
Compare
Choose a tag to compare

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

01 Dec 05:32
Compare
Choose a tag to compare

1.6.1 - 2023-12-01

Fixed

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

v1.6.0

17 Nov 23:18
Compare
Choose a tag to compare

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

16 Nov 00:53
Compare
Choose a tag to compare

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

13 Nov 18:09
Compare
Choose a tag to compare

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

23 Aug 18:39
Compare
Choose a tag to compare

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

30 Mar 17:10
Compare
Choose a tag to compare

1.3.5 - 2023-03-30

Fixed

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

v1.3.4

14 Feb 18:31
Compare
Choose a tag to compare

1.3.4 - 2023-02-14

Fixed

  • downloadInput() no longer trims the start of the text (#216)

v1.3.3

09 Feb 21:33
Compare
Choose a tag to compare

1.3.3 - 2023-02-09

Fixed

  • Removed WIP warning message on README