Releases: freezernick/ue-gjapi-core
Releases · freezernick/ue-gjapi-core
v1.1.7
v2.0.0-alpha.1
What's Changed
- Add a Settings page & Log category by @RedCraft86 in #186
New Contributors
- @RedCraft86 made their first contribution in #186
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1
v2.0.0-alpha.0
What's Changed
- docs: improve install instructions by @freezernick in #181
- chore: remove files bloating the repo by @freezernick in #182
- Finalize Documentation by @freezernick in #183
Full Changelog: v1.1.6...v2.0.0-alpha.0
v2.0.0-1
v2.0.0-0
2.0.0-0 (2023-01-21)
⚠ BREAKING CHANGES
- implement
UGameJoltSubsystem
and removeUGameJolt
singleton - move source files in the private folder
- prefix all structs with GJ
Features
Bug Fixes
v2.0.0-pre.0
v1.1.6
v1.1.5
v1.1.4
1.1.4 (2022-04-13)
Bug Fixes
- add missing member initialization in FTrophyInfo (89d3fd0)
- add missing member initialization in FUserInfo (c3023c1)
- change 'Json' module capitalization to prevent a warning (3389df6), closes #116
- change preprocessor macro to prevent a warning (9d73046), closes #117
- make OnReady Response pointer const (9b41ca3)