Skip to content

v1.8.3

Choose a tag to compare

@digitalghost-dev digitalghost-dev released this 29 Dec 02:46
· 15 commits to main since this release
v1.8.3
975eb97

Changed

  • Changed return values of SetupPokemonFlagSet() and SetupAbilityFlagSet() to return a struct instead of several separate values. (#218)
  • Changed the tableGeneration() function by splitting this into two separate functions to improve testing coverage. (#220)

Removed

  • Removed os.Exit() from being called in commands. (#219)