Skip to content

Commit

Permalink
Added CHANGELOG; updated for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtslzr committed Jun 22, 2019
1 parent 51af2c7 commit 6e5993c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Pagination for resource lists

## [1.0.0] - 2019-06-22
### Added
- Endpoint Categories
- Berries (berries, firmness, flavors)
- Contests (types, effects, etc.)
- Encounters (methods, conditions, etc.)
- Evolution (chains, triggers)
- Games (generations, versions, etc.)
- Locations (areas, regions, etc.)
- Machines
- Moves (moves, attributes, etc.)
- Pokemon (abilities, egg groups, etc.)
- Utility (languages)
- Resource endpoint for resource lists
- Unit tests for all endpoints

[Unreleased]: https://github.com/mtslzr/pokeapi-go/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/mtslzr/pokeapi-go/releases/tag/v1.0.0

0 comments on commit 6e5993c

Please sign in to comment.