Skip to content

Releases: digitalghost-dev/poke-cli

v1.2.0

08 Apr 22:19
v1.2.0
27ff7c9

Choose a tag to compare

Added

  • Added a new move command that allows a user to search for a move and get its details. (#125)
  • Added the new move command as a search option for the search command. (#128)

v1.1.0

26 Mar 20:50
v1.1.0
8329b94

Choose a tag to compare

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)

v1.0.3

19 Mar 18:00
v1.0.3
4f1dde6

Choose a tag to compare

Added

  • Added bullet points to basic stats output for the pokemon command. (#119)

Changed

  • Changed ability command to use flavor_text_entry if short_effect is null. (#117)

Removed

  • Removed dependency on go-cororful library. (#118)

v1.0.2

13 Mar 21:58
v1.0.2
f90d674

Choose a tag to compare

Added

  • Added an alpine image to Dockerfile to allow a user to run the tool using the container's shell instead of each command running a container then exiting. Either option is available. (#113)

Fixed

  • Fixed -l | --latest flag when running tool on Windows. (#112)
  • Fixed connections/connection.go file to using the styling package instead of local variables.

Security

  • Secured Dockerfile by running as a non-root user and removing root login. (#115)

v1.0.1

10 Mar 17:04
v1.0.1
c93c817

Choose a tag to compare

Added

  • Added example usage in main help menu to better explain how to call a resource with a space. (#109)

Security


v1.0.0

08 Mar 20:28
v1.0.0
dbb4304

Choose a tag to compare

v1.0.0 includes four commands with various flags:

  • ability
    • Get details about a specific ability.
    • -p | --pokemon
      • List Pokémon that learn specified ability.
  • natures
    • Get details about natures.
  • pokemon
    • Get details about a specific Pokémon.
      • -a | --abilities: display the Pokémon's abilities.
      • -i | --image: display a pixel image of the Pokémon.
      • -s | --stats: display the Pokémon's base stats.
      • -t | --types: display the Pokémon's typing.
  • types
    • Get details about a specific typing