Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 12:44
· 325 commits to master since this release
03ab881

Minor update after the major rework:

  • everything was made safer and less functions will throw (you should still wrap the FindAllGames function call)
  • API changed a bit: FindAllGames will now return a readonly record struct instead of a named tuple
  • lots of internal changes and more tests