Releases: roryclaasen/advent2021
Releases · roryclaasen/advent2021
v2.2.0
2.2.0 (2021-12-09)
Update
v2.1.0
2.1.0 (2021-12-09)
New
- Adds day 9 completed challenge (247ad65)
v2.0.0
2.0.0 (2021-12-08)
Breaking
- Changes default command to lowercase (0bcfa06)
Fix
- Tests should use correct part1 answer (432a30a)
New
- Adds day 8 completed challenge (ce66834)
v1.6.1
1.6.1 (2021-12-07)
Fix
- Part2 input should be copied before part1 is run (ef16c94)
v1.6.0
1.6.0 (2021-12-07)
Chore
- Changes part2 to use the General Summation Formula. (96595ab)
- Refactors command in prep to run each part separately (1b42f28)
- Removes some processing cycles by starting at the closest crab (1158577)
New
- Adds the ability to run each part individuality (cf14761)
v1.5.0
1.5.0 (2021-12-07)
New
- Adds day 7 completed challenge (61a77d4)
v1.4.0
1.4.0 (2021-12-06)
Chore
- Makes grid resize itself based off its input (a31fbee)
New
- Adds day 6 completed challenge (77ceea9)
v1.3.0
1.3.0 (2021-12-05)
New
- Adds command aliases to all current challenges (cecb1c6)
- Adds day 5 completed challenge (49f3a3c)
Upgrade
- Updates all packages to latest (not eslint) (aae4ca8)
v1.2.0
1.2.0 (2021-12-04)
Chore
- Ensures all lines read are in '\n' format (66ff1ce)
New
- Adds day 4 completed challenge (e6deac2)
v1.1.1
1.1.1 (2021-12-03)
Chore
- Removes final line in input files (0b9cb9e)
- Removes generic type from challenge commands as they're not needed (82bbe5b)
- Updates vscode settings to ignore paintext files (16daefd)
Fix
- Changes Day3 test name to actually be Day3 (eec5a41)