Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.57 KB

Changelog

2020-01-12

  • Make GET queries case insensitive for name where supported.
  • Fix Home link to work when you're on the Docs page

2020-01-11

  • 100% Test coverage between unit and integration tests
  • Overloaded routes will be removed and moved onto routes that make sense.
  • General cleanup of the code base and breakup to make testing easier.

2020-01-09

  • Add in Docker Compose

2020-01-08

  • Add Prettier for auto formatting
  • Add in 404 support to stop timeouts
  • Add Heroku badge
  • Add in Jest testing framework
  • Add Bugsnag for error reporting

2020-01-06

  • Update current docs to match new database changes

2020-01-05

  • Fix race and subrace routes (#33)

2020-01-04

  • Converted number indices to string indices based off of name
  • Added a Contribute link for the API
  • Move changes to Changelog
  • Fixed the navbar for the Docs to use the same partial

2020-01-02

  • All of the database changes made in the last few months have finally landed
  • Replaced Slack chat with Discord
  • Added some HTTPS support

2018-01-07

  • The Database and API are now OPEN SOURCE! Find it on my github
  • Updated changes from DevinOchman's pull request: New Races, Subraces, Traits

2017-04-17

  • Created Slack chat group, which you can access here. A place to ask questions and make suggestions etc.
  • Updated "url" members of every object to have 'www.' to avoid CORS errors