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.
- Remove dependency on Json.NET. (#11)
- Rename
KongregateUserItem
toUserItem
. (#11) - Rename
KongregateStoreItem
toStoreItem
. (#11) - Changed
UserItem
andStoreItem
to be structs instead of classes. This may require that you update logic that was checking an item againstnull
. (#11) - Moved
ApiStatus
out ofKongregateWeb
. (#11)
- 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.