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.
1.7.1 - 2023-12-28
- Updated template
package.json
to include npm script for theimport
command (#242)
1.7.0 - 2023-12-27
- Added
import
command which stores correct answers to problems submitted outside of the cli. (#20 and #240)
1.6.1 - 2023-12-01
- Fixed issue with puzzle unlock time being 2pm EST instead of midnight EST (#238)
1.6.0 - 2023-11-17
- Remove dependencies: dom-serializer, domutils, htmlparser2
- Fix submission response parsing. Now handles more server responses with better output to the user. (#223)
1.5.0 - 2023-11-16
- Add devDependencies: jest-extended
- 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
1.4.0 - 2023-11-13
- Added support for 2023 to the config file (#226)
- Replaced inquirer package with @inquirer/prompts, will reduce package size. (#230)
- Fix number of solvable problems to be 49 not 50 (day 25 only has one level) (#224)
1.3.6 - 2023-08-23
- Fix command text in template README file (#221)
- Dependabot bump word-wrap package from 1.2.3 to 1.2.4 (#220)
1.3.5 - 2023-03-30
downloadInput()
no longer trims the end of the text (#218)
1.3.4 - 2023-02-14
downloadInput()
no longer trims the start of the text (#216)
1.3.3 - 2023-02-09
- Removed WIP warning message on README
1.3.2 - 2023-02-09
- Initial Release