Releases: beakerandjake/advent-of-code-runner
Releases · beakerandjake/advent-of-code-runner
v1.8.0
29 Nov 03:05
Compare
Sorry, something went wrong.
No results found
1.8.0 - 2024-11-29
Changed
Updated configuration to support 2024. (#246 )
v1.7.1
28 Dec 00:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.3.4 - 2023-02-14
Fixed
downloadInput() no longer trims the start of the text (#216 )