Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
203 lines (112 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

203 lines (112 loc) · 3.88 KB

Version 3.4.6 (22.12.2018)

Features

  • feat(pokemon): Add legacy moves

Contributors

Version 3.4.4 (14.12.2018)

Features

  • chore: Update to GAME_MASTER v1545819471259

Contributors

Version 3.4.3 (20.11.2018)

Features

  • chore: Update to GAME_MASTER v1542581210773

Contributors

Version 3.4.2 (02.11.2018)

Features

  • Fix(output) Normal forms from form map

Contributors

Version 3.4.0 (31.10.2018)

Features

  • Update(GAME_MASTER) v1542581210773
  • Add(output) Pokemon forms attribute
  • Fix(output) Incense got removed from the GAME_MASTER.json

Contributors

Version 3.3.1 (27.09.2018)

Features

  • Update(GAME_MASTER): v1538439146003

Contributors

Version 3.3.0 (20.08.2018)

Features

  • Update(GAME_MASTER): v1535950353222
  • Update(Assets): Git commit e917a7b178dfc80d7c38af9421d3810ccef082df

Contributors

Version 3.2.3 (20.08.2018)

Features

  • Fix(output): Pokemon without any buddySize are the type medium

Contributors

Version 3.2.2 (13.08.2018)

Features

  • Fix(output): HO_OH name to Ho-Oh

Contributors

Version 3.2.1 (13.08.2018)

Features

  • Fix(output): Pokemon only having one cinemativ move

Contributors

Version 3.2.0 (07.08.2018)

Features

  • Add(output): Translation files for Pokemons, Avatar Customizations, Items and Moves

Contributors

Version 3.1.3 (02.08.2018)

Features

  • Add(core): Asynchronous Component
  • Fix(output): Alolan Pokemons have the correct evolution tree now (Issue #18)

Contributors

Version 3.1.1 (26.07.2018)

Features

  • Add: Items
  • Fix: Duplicate moves for mew issue#6
  • Fix: Not unique id for alolan forms issue#8

Contributors

Version 3.0.2 (04.07.2018)

Features

  • Fix: Change the name from "Farfetchd" to "Farfetch'd"
  • Fix: Change the name from "Mr Mime" to "Mr. Mime"

Contributors

Version 3.0.0 (31.01.2018)

Features

  • Refactor: Heavily changes the core structure
  • Scripts: Add generate-game-masterts.js script, to automatically generate src/income/gameMaster.ts file

BREAKING CHANGES:

  • Pokemon Evolution Tree

Contributors

Version 2.1 (6.4.2017)

Features

  • Pokemon: Added parser
    • Evolution: Added pokemon evolutions
    • MaxCp: Added MaxCP information
  • Moves: Added parser
  • Documentation: Autogenerate HTML documentation using typedoc
  • Docker: Added docker configuration
  • Travis: Added travis configuration
  • Bithound: Set up bithound linting

Bugfixes

  • Clean Script: Replace rm with rimraf

Contributors

Version 2.0 (8.3.2017)

Features

  • Rewrite: in TypeScript
  • get-latest-game-master: Script added
  • Webpack: Initial Config
  • Documentation: Add Readme

Contributors