All notable changes to this project will be documented in this file. Please keep to the changelog format described on keepachangelog.com.
- Added all 8 Battle Items
- Added
respond_to_missing?
for pokedex base class.
- Added Meltan and Melmetal from Let's Go Pikachu/Eevee
- Added Let's Go Pikachu/Eevee to Generation VII
- Added Double Iron Bash Move
- Added all 13 Let's Go Pikachu/Eevee only moves
- Added Partner Pikachu/Eevee as variations
- Added Sacred Ash Item
- Added all 4 PP-restoring items
- Added all 6 Drinks
- Added all 7 Wings
- Added
description
method toOakdex::Pokedex::Item
that returns latest description - Added Revive and Max Revive
- Added all 9 Vitamins
- Added 13 Status condition healing items
- Added all 10 Evolutionary stones
- Added all 4 Herbal medicines
- Added Item schema and type for gem and npm package
- Added all 5 potion items
- Added
Oakdex::Pokedex::Pokemon.import!([json1, json2])
to ruby gem in order to add custom pokemon. - Added
importPokemon([json1, json2])
to npm package
- Changed signature of all javascript functions: instead of
findPokemon('Eevee', fn)
it is now justfindPokemon('Eevee')
as it is now sync instead of async. More in #81
- Removed Ruby 2.0.0 Support
- Added missing alolan base stats for 10 Pokémon: Diglett, Dugtrio, Exeggutor, Meowth, Ninetales, Persian, Raichu, Raticate, Sandshrew, Sandslash
- Reduced npm package to 23MB (from 69MB)