Skip to content

Releases: dnlgrv/advent-rb

v0.1.9

03 Dec 09:15
4f8b26a
Compare
Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

  • Forgot to bundle for an updated Gemfile.lock so re-releasing in case that causes errors (shouldn't have)
  • Updated README to better reflect new usage

v0.1.8

03 Dec 08:21
23807af
Compare
Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

Fixes the test template generated with a new solution after paths have been updated.

v0.1.7

02 Dec 22:40
2209459
Compare
Choose a tag to compare

What's Changed

  • Simple rewrite by @dnlgrv in #15
  • Configuration is gone
  • Solution methods have been renamed from #part1 and #part2 to #part_1 and #part_2 respectively
  • Input is loaded into your solutions using #text_input, previously #load_input
  • advent generate has been renamed to advent new

Full Changelog: v0.1.6...v0.1.7

v0.1.6

02 Dec 13:38
f0b3ca9
Compare
Choose a tag to compare

What's Changed

  • Fix commands that don't require root being set by @dnlgrv in #14

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Nov 19:59
3501bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Nov 19:59
5c5dfce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Nov 10:23
041913f
Compare
Choose a tag to compare

What's Changed

  • Change to solve files by path rather than year/day by @dnlgrv in #3
  • Generate test cases alongside solutions by @dnlgrv in #4
  • Validations by @dnlgrv in #5

Full Changelog: v0.1.2...v0.1.3