Skip to content

v1.1.0

Choose a tag to compare

@digitalghost-dev digitalghost-dev released this 26 Mar 20:50
· 764 commits to main since this release
v1.1.0
8329b94

Added

  • Added a new search command. Search for a Pokémon or ability with a full or partial match. As well as ^ for regex.

Changed

  • Changed functions calling the PokeAPI URL to use a const variable set in connections/connections.go. (#121)

Fixed

  • Fixed issues found by linters. (#123)