Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.01 KB

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

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