Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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)

v0.1.0 - 2019-08-21

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