Skip to content

v1.13.0

Compare
Choose a tag to compare
@amclin amclin released this 09 Dec 10:14
· 352 commits to master since this release
97491c3

1.13.0 (2020-12-09)

Features

  • 2020-day-07: bagception - count the number of child bags a bag has (f618b49)
  • 2020-day-07: count the bags in full data (90f656e)
  • 2020-day-07: find all bags that can eventually contain a shiny gold bag (5142768)
  • 2020-day-07: parse a bag rule into an addressable object (8ec6621)
  • 2020-day-07: recursively find all bag colors that allow specified child bag (920ff55)
  • utilities: include log level suppression in daily template (014f9db)
  • utilities: logger hijacks console.log with levels for suppressing debugging noise (0bfdae1)

Performance Improvements

  • 2020-day-07: optimize bag search (428da57)
  • 2020-day-07: remove unnecessary check (a78fc2f)
  • 2020-day-07: simplify recursion logic (17a60e2)