Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@randomPoison randomPoison released this 27 Apr 16:55
· 5 commits to master since this release
12b3f23

Improvements

  • Remove dependency on Json.NET. (#11)

Breaking Changes

  • Rename KongregateUserItem to UserItem. (#11)
  • Rename KongregateStoreItem to StoreItem. (#11)
  • Changed UserItem and StoreItem to be structs instead of classes. This may require that you update logic that was checking an item against null. (#11)
  • Moved ApiStatus out of KongregateWeb. (#11)

Internal Improvements

  • Add unit and integrations tests. (#11)
  • Setup projects to test against Unity 2018.4 and 2019.3. (#14)
  • Run tests and builds against supported Unity versions using GitHub Actions. (#15)