Skip to content

Releases: kongregate/kongregate-web

Release v0.2.0

27 Apr 16:55
12b3f23
Compare
Choose a tag to compare

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)

Initial Release

01 Nov 17:17
25b53f1
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial release, adds KongregateWeb class, KongregateWeb.jslib, bindings to core parts of the Kongregate JavaScript API, and basic usage instructions.