Skip to content

Releases: jsoberg/Kotlin-AoC-Utilities

Version 2025.1.1

28 Nov 20:00
caa4d35

Choose a tag to compare

Second attempt at auto-running jitpack build on publish

Version 2025.1

28 Nov 19:42
b1d1c96

Choose a tag to compare

Updating versions to latest before AoC 2025

Version 2024.6

15 Dec 16:23
6e7db9b

Choose a tag to compare

  • Added full modify function, sum functions, and a neighbor finding function to 'Grid2D'

Contributors: @jsoberg

Version 2024.5

10 Dec 19:26
9330450

Choose a tag to compare

  • Potentially breaking change from 2024.4 - Added a new traverse method to Grid2D that includes both the location and elements. Breaking change if you were using implicit it in the previous traverse method.
  • Added an opposite function to get the opposite of a Direction (e.g. North -> South)

Contributors: @jsoberg, @mjl757

Version 2024.4

08 Dec 18:14
e5d3fe7

Choose a tag to compare

Added the following Grid2D utility functions:

  • contains operator
  • Element to location map filter
  • Traversing for a direction
  • toString/print utilities
  • Distance functions for grid locations

Contributors: @jsoberg

Version 2024.3

08 Dec 01:21
b3ae5d2

Choose a tag to compare

Added AsyncSum utilities from @rhappe

Version 2024.2

06 Dec 21:33
e1a2a51

Choose a tag to compare

Added utility functions to Grid2D:

  • toGrid extension
  • Traverse
  • Collect
  • Get(row,col) operator

Contributors: @mjl757, @rhappe, @jsoberg

Version 2024.1

06 Dec 20:08
6c6ab86

Choose a tag to compare

Initial release of Kotlin Advent of Code Utilities