Skip to content

v1.10.0

Compare
Choose a tag to compare
@amclin amclin released this 07 Dec 08:33
· 380 commits to master since this release

1.10.0 (2020-12-07)

Bug Fixes

  • 2020-day-01: find the exact number of desired expense records (9f96cd3)
  • 2020-day-04: suppress excess noise in run log (c139381)

Features

  • 2020-day-01: find 3 expenses totaling 2020 (616b619)
  • 2020-day-01: find matching expenses in expense report (2969eee)
  • 2020-day-01: multiply matching expenses for part 1 solution (b2990e7)
  • 2020-day-02: find the number of valid passwords (85de1c2)
  • 2020-day-02: utilities for formatting and validating passwords (ee012b2)
  • 2020-day-03: calculate tree collisions for multiple slopes (41736ff)
  • 2020-day-03: check a route to the airport for trees (7a704d8)
  • 2020-day-03: count the valid passwords under the new rules (97c0834)
  • 2020-day-03: find number of tree collisions on provided route (b25ec56)
  • 2020-day-04: count all passports that have all fields valid (131652c)
  • 2020-day-04: optional field-level validation rules (cfe1725)
  • 2020-day-04: process a stream of passports to count valid ones (2a050ca)
  • 2020-day-04: scan and validate passport records (6357060)
  • 2020-day-04: stub out day 4 (c177121)
  • templatize new day creation (5c3f908)