Skip to content

1.1.0

Compare
Choose a tag to compare
@TraceLD TraceLD released this 17 Aug 04:40
· 47 commits to master since this release
e110327

Changes

  • Removed "Smoothed data" mode, which was an exponential rolling average and gave very little control, from Playerbase chart tab and replaced it with "Daily rolling average" and "Weekly rolling average" modes which are much more descriptive and useful
  • Ported the API to use EFCore as ORM instead of Dapper
  • Converted services into MediatR commands & queries
  • Added servers and pings endpoints
  • Grouped controllers into features and changed routes to reflect this change
  • Removed no longer needed NuGet dependencies
  • Changed frontend so that it uses the new routes
  • Added OpenAPI JSON specification
  • Added ReDoc docs based on the OpenAPI JSON specification
  • Switched plotly.js to be locally hosted