Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Latest commit

 

History

History
338 lines (164 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

338 lines (164 loc) · 14.1 KB

2.12.0 (2021-12-17)

Fix

  • Updates prepack command. This was accidentally reverted (c0de41b)

New

  • Adds day 17 completed challenge (3c1c8d0)

Update

  • Can now support promise parts (bcfa671)

2.11.5 (2021-12-17)

Fix

  • Changes output dir back to lib, fixes oclif readme not picking up the correct dir (8baf526)

2.11.4 (2021-12-17)

Fix

  • Attempts to fix prepack as its is hanging (0d89e46)

2.11.3 (2021-12-17)

Fix

  • Adds echo to end of build, prepack is hanging and I need to know where (a6e9a08)

2.11.2 (2021-12-17)

Build

  • Adds lock file to files that can be updated after a release (d417ef5)

Fix

  • Possible fix to release being blocked, changes auth to GH_TOKEN (5159fc7)

2.11.1 (2021-12-17)

Fix

  • Attempts to fix ci issues (93c0bb2)

2.11.0 (2021-12-16)

Chore

  • Moves tsconfig-paths register to .mochaharc.json (36c8bc7)
  • Removes outdated package (99264c3)

Docs

New

  • Adds day 16 completed challenge (8eb69c9)

Upgrade

  • Updates @oclif/plugin-help to 5.1.10 (05cbe2d)

2.10.0 (2021-12-15)

Chore

  • refactors bottomLeft in day15 to make a bit more sense (c08f258)
  • removes extra function in day15 (c9fa938)

Fix

  • Adds input files to build directory (bd3653e)
  • Fixes tests from not using typescript paths (5c4e7fc)

Update

  • Refactors code to use typescript paths (1c159f0)

2.9.0 (2021-12-15)

Chore

  • Refactors incrementMap to be generic (3e2494c)
  • Renames parseInput variables in day14 (cff8460)

New

  • Adds day 15 completed challenge (8a3ca63)

Update

  • Makes day9 use the new PointMap (cc836c9)

2.8.0 (2021-12-14)

Chore

  • Deconstruct's input parameters if possible (81794d6)

New

  • Adds day 14 completed challenge (14f6602)

2.7.0 (2021-12-13)

New

  • Adds day 13 completed challenge (17d2ad3)

2.6.0 (2021-12-12)

Update

  • Refactors day12 into one method (608c5c8)

2.5.1 (2021-12-12)

Fix

  • lowers valid node version to 12.x (2ae139a)

2.5.0 (2021-12-12)

Chore

  • Moves line in day11 into existing loop (2de041d)
  • Refactors day11 (211d8dc)

New

  • Adds day 12 completed challenge (9588ca9)
  • Adds performance time to output (f26e9ed)

2.4.0 (2021-12-11)

Chore

  • allows for break when onError undefined (9e5b84c)

New

  • Adds day 11 completed challenge (87df02e)

2.3.0 (2021-12-10)

Build

Chore

  • adds return types to all methods (ffb5e92)
  • moves 'path' import to base.ts (3a3a9f4)
  • Removes unnecessary method (55fd8f0)
  • shares the Point type between classes (7709702)
  • Updates '@oclif/core' to latest (d137067)

Fix

  • Reverts back to @oclif/dev-cli (af89e11)

New

  • Adds day 10 completed challenge (58c1e19)

2.2.0 (2021-12-09)

Update

2.1.0 (2021-12-09)

New

  • Adds day 9 completed challenge (247ad65)

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)

1.6.1 (2021-12-07)

Fix

  • Part2 input should be copied before part1 is run (ef16c94)

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)

1.5.0 (2021-12-07)

New

  • Adds day 7 completed challenge (61a77d4)

1.4.0 (2021-12-06)

Chore

  • Makes grid resize itself based off its input (a31fbee)

New

  • Adds day 6 completed challenge (77ceea9)

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)

1.2.0 (2021-12-04)

Chore

  • Ensures all lines read are in '\n' format (66ff1ce)

New

  • Adds day 4 completed challenge (e6deac2)

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)

1.1.0 (2021-12-03)

Build

  • Adds GH_TOKEN (e7269b8)
  • Adds new workflow for pull requests. Adds workflow testing for node versions (76c637a)

Chore

  • Adds tests using the example data (5b00f4e)

Docs

  • Updates changelog to have some data for v1.0.0 (b8ae6c5)

New

  • Adds day 3 completed challenge (de26e08)

1.0.3 (2021-12-02)

Fix

  • Changes package manager from pnpm back to npm (462dd39)

1.0.2 (2021-12-02)

Fix

  • Changes package manager from pnpm back to npm (42c88e2)

1.0.1 (2021-12-02)

Fix

  • removes private field from package.json (f614842)
  • Sets the preset for @semantic-release/release-notes-generator (0ef6059)

1.0.0 (2021-12-02)

New

  • Adds day 2 solution (520b635)
  • Adds day 1 attempt (1f64082)
  • Adds initial setup for advent of code 2021 (9e8077d)