Skip to content

Releases: jsoberg/Kotlin-AoC-Utilities

Version 2025.3.1

06 Dec 15:58
705c973

Choose a tag to compare

Reverting artifact ID because of trouble with Jitpack

Full Changelog: 2025.3...2025.3.1

Version 2025.3

06 Dec 15:34
e9bbe3b

Choose a tag to compare

Added a column(colIndex) convenience function for Grid2D

Full Changelog: 2025.2...2025.3

Version 2025.2

05 Dec 23:18
a2e186d

Choose a tag to compare

Added asyncCount and Grid2D.count functions

Full Changelog: 2025.1.1...2025.2

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